@charset "utf-8";
/* CSS Document */

body 
{
	background-color: #CCCCCC;
}

P
{color:#CCCCCC;
		font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-weight:bold;
}
.style4 {font-size: small;
			font-family:Verdana, Arial, Helvetica, sans-serif;


}
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
/*Style7 is for the links at the bottom of the page*/
.style7 {
	color: white;
	font-size: x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	A:link; text-decoration: none;
	}