	 
                   TD ,BODY,P,TH,STRONG{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	/* [disabled]padding: 4px; */
	margin-top: 5px;
	margin-bottom: 5px;
}                           
body
{
	background-color : #FFF;
}




.menu A:link  {
	color : Black;
	text-decoration : none;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	padding: 3px;
}

.menu A:Visited  {
	color : Navy;
	text-decoration : none;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	padding: 3px;
}
.menu A:Active  {
	color : White;
	background-color : Black;
	text-decoration : underline;
	padding: 3px;
	font-size : 15px;
}
.menu A:Hover  {
	color : White;
	background-color : #043F8F;
	text-decoration : underline;
	padding: 3px;
	font-size : 15px;
}
b.blue{
color : #5B8BB1;
}

.bg_header {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-position: center;
	text-align: center;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	-moz-border-radius: 8px; /* FF1+ */
	-webkit-border-radius: 8px; /* Saf3-4 */
	border-radius: 8px; /* Opera 10.5, IE 9, Saf5, Chrome */
	background-color: #4D4D4D;
	background-image: -moz-linear-gradient(top, #B5B5B5, #4D4D4D); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #B5B5B5),color-stop(1, #4D4D4D)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#B5B5B5', EndColorStr='#4D4D4D'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#4D4D4D')"; /* IE8 */	

}


#nav_table {
	background-color: #E4E4E4;
	text-align: center;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #043F8F;
	border-right-color: #043F8F;
	border-bottom-color: #043F8F;
	border-left-color: #043F8F;
}
.officer_title {
	font-size: 18px;
	font-weight: bold;
	color: #2B4A7B;
}


.link_standard a:link {
	color: #036;
	text-decoration: none;
}

.link_standard a:visited {
	color: #036;
	text-decoration: none;
}

.link_standard a:hover {
	color: #069;
	text-decoration: underline;
}

.link_standard a:active {
	color: #069;
	text-decoration: none;
	
}

.rounded_box {
	-moz-border-radius: 8px; /* FF1+ */
	-webkit-border-radius: 8px; /* Saf3-4 */
	border-radius: 8px; /* Opera 10.5, IE 9, Saf5, Chrome */
	-moz-box-shadow: -3px 5px 8px #B5B5B5; /* FF3.5+ */
	-webkit-box-shadow:-3px 5px 8px #B5B5B5;/* Saf3.0+, Chrome */
	box-shadow: -3px 5px 8px #B5B5B5; /* Opera 10.5, IE 9 */
	background-color: #ffffff;
	background-image: -moz-linear-gradient(top, #ffffff, #B5B5B5); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #B5B5B5)); /* Saf4+, Chrome */
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#B5B5B5'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#B5B5B5')"; /* IE8 */
	padding:10px;
	border: thin solid #213F4E;
}
