/* CSS Document */

body, html {
	background-color: #EBEBEB;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	margin: 0px;
	color: #333333;
}

td {
		vertical-align:top;
}

a {
	text-decoration: underline;
	color:#333333;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

li {
	list-style-image:url(../images/bt_bullet.gif);
	padding-bottom:7px;
	
}

ul {
	margin:0px;
	padding-left: 10px;
	}
	
#footer {
	font-size:10px;
}

#footer a {
	text-decoration:none;
	font-weight:normal;
}

#footer a:hover {
	text-decoration: underline;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	
}