@charset "UTF-8";
/* CSS Document */

body {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:13px;
	line-height:1.55em;
	background-color: #fff;margin-top:0;
	
}

img a:{border:none;}

.blue{color:#164e8d; font-weight: normal;}

.green{color: #00a852; font-weight: normal;}

.bluebold{color:#164e8d;  font-weight:bold;}

.greenbold{color: #00a852; font-weight:bold;}

.lightblue{color:#acb1d0;}


.navtoptextlinks{text-decoration:none; color:#FFF; font-weight:bold; font-size:11px; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;}
.navBOTTOMtextlinks{font-size:12px; text-decoration:none; color: #acb1d0}
p{ padding-bottom:2px;}
h1 {font-size:20px; margin-bottom:9px; margin-top:15px;}
h2 {font-size:14px; margin-bottom:2px;}
h3 {font-size:13px; margin-bottom:2px;}
h4 {font-size:13px; margin-bottom:2px;}
p{margin: 4px 0 3px 0}

/*-------------------------------------------------------*/
	/*LINKS styling*/
/*-------------------------------------------------------*/


A {
	color: #373636;/* was dark grey 373636*/
	text-decoration: none;
	
}
A:visited { text-decoration: none }
A:active { text-decoration: none }
A:hover { text-decoration: none }
