/* CSS definition file containing site wide stylesheets */

A:active {
	font-family: "Trebuchet MS",  Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: 10pt;
 	color: rgb(153,153,153);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A:link {
	font-family: "Trebuchet MS",  Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: 10pt;
 	color: rgb(153,153,153);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

UL {
	font-family: "Times New Roman",  Times,  Serif;
 	font-size: 10pt;
 	color: rgb(192,192,192)
}

A:visited {
	font-family: "Trebuchet MS",  Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: 10pt;
 	color: rgb(153,153,153);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A {
	font-family: "Trebuchet MS",  Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: 10pt;
 	color: rgb(153,153,153);
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none 
}

A:hover {
	font-size: 10pt;
 	color: rgb(237,216,243);
 	text-decoration: underline;
 	background-color: transparent
}