/* CSS definition file containing site wide stylesheets */

BODY {
	font-family: "Trebuchet MS",  Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: 10pt;
 	color: rgb(255,255,204);
 	font-weight: normal;
 	font-style: normal
}

A:active {
	font-family: "Trebuchet MS",  Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: 10pt;
 	color: rgb(204,204,51);
 	font-weight: normal;
 	font-style: normal
}

A:link {
	font-family: "Trebuchet MS",  Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: 10pt;
 	color: rgb(204,204,51);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

UL {
	font-size: 10pt
}

A:visited {
	font-family: "Trebuchet MS",  Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: 10pt;
 	color: rgb(204,204,51);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

P {
	font-family: "Trebuchet MS",  Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: 10pt;
 	color: rgb(255,255,204);
 	font-weight: normal;
 	font-style: normal
}

A {
	font-family: "Trebuchet MS",  Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: 10pt;
 	color: rgb(204,204,51);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

.TextNavBar {
	font-size: 10pt
}

A:hover {
	color: rgb(255,255,0);
 	text-decoration: underline
}