/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color:#949599
}

body,td,div{
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
}


lh {
	font-weight: bold;
}

h1 {
	font-size: 25px;
}


a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #00ADEF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}


hr {
	
	height: 1px;
}
img {
	background-color: #FFFFFF;
	border: none;
}
font.title {
	font-size: 14px;
	font-weight: bold;
	color: #00ADEF;
}