/* CSS Document */

body {
	background-color: #505153;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;

}
a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
a:visited {
	color: #CC0000;
	text-decoration: none;

}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}