@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Trebuchet MS;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
}
body {
	background-image: url(images/gradient_bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
a:link {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #8B9298;
	text-decoration: none;
	 }
a:active {	
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #8B9298;
	text-decoration: none;
}

a:visited {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #29ABE2;
	text-decoration: none;
}
a:hover {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #FF0000;
	text-decoration: none;
} 

a.nav:link {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #8B9298;
	text-decoration: none;
	 }
a.nav:visited {
	font-family: "Trebuchet MS";
	font-size: 12px;
	/*color: #C1272D;*/
	color: #8B9298;
	text-decoration: none;
}
a.nav:hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FF0000;
	text-decoration: none; 
	}
a.nav:active {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #29ABE2;
	text-decoration: none; 
	}

a.footer:link {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	 }
a.footer:visited {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #FFFF00;
	text-decoration: none;
}
a.footer:hover {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #CCFF00;
	text-decoration: none; 
	}
a.footer:active {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #B3B0A1;
	text-decoration: none; 
}


