/* CSS Document */
A:link, A:visited {color: #025FA5;}
A:active, A:hover {color: #000000;}

h1 {  display: inline; font-size: 18px; color: #0039A1; font-family: Arial, Verdana, Helvetica; font-weight: bold; }

body { background-image: url('../images/bg.gif'); 
       background-color: #D1D4D7;
	   margin: 10px 0 0 0; }

.tab_bg {
		background-image: url('../images/index_03.gif');
			background-position: left bottom;
			background-repeat: repeat-x;
	 }

.tab { font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size: 10px;
	   color: #000000;
	   font-weight: normal;
	 }
	.tab A:link, .tab A:visited { color: #000000; text-decoration: none; }
	.tab A:active, .tab A:hover { color: #025FA5; text-decoration: underline; }

.tab_cp { font-family: Verdana, Arial, Helvetica, sans-serif;
	   font-size: 10px;
	   color: #FFFFFF;
	   font-weight: bold;
	 }
	.tab_cp A:link, .tab_cp A:visited { color: #FFFFFF; text-decoration: none; }
	.tab_cp A:active, .tab_cp A:hover { color: #FDEDBA; text-decoration: underline; }

.sitesearch {color: #ffffff; text-transform: none; font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, Verdana, sans-serif;}

.sitesearch_bg {
	   background-image: url('../images/index_07.gif');
	   	 background-position: left top;
	   	 background-repeat: no-repeat;
	   	 background-color: #025EA4;
	   }

.spanish { font-family: Arial, Helvetica, Verdana, sans-serif;
	   font-size: 10px;
	   color: #FFFFFF;
	   font-weight: normal;
	 }
	.spanish A:link, .spanish A:visited { color: #FFFFFF; text-decoration: underline; }
	.spanish A:active, .spanish A:hover { color: #0039A1; text-decoration: none; }

.sidenav { 
	   font-family: Arial, Helvetica, Verdana, sans-serif;
	   font-size: 12px;
	   color: #000000;
	   font-weight: normal;
	 }
	.sidenav A:link, .sidenav A:visited { color: #000000; text-decoration: none; }
	.sidenav A:active, .sidenav A:hover { color: #0039A1; text-decoration: none; }

.sidenav_cp { 
	   font-family: Arial, Helvetica, Verdana, sans-serif;
	   font-size: 13px;
	   color: #000000;
	   font-weight: bold;
	 }
	.sidenav_cp A:link, .sidenav_cp A:visited { color: #0039A1; text-decoration: none; }
	.sidenav_cp A:active, .sidenav_cp A:hover { color: #000000; text-decoration: none; }


.sidetext { color: #000000; font-size: 12px; font-family: Verdana, Arial, Helvetica; }
	.sidetext A:link, .sidetext A:visited { color: #000000; text-decoration: none; }
	.sidetext A:active, .sidetext A:hover { color: #000000; text-decoration: underline; }

.bottomnav { color: #000000; font-size: 10px; font-family: Verdana, Arial, Helvetica; }
	.bottomnav A:link, .bottomnav A:visited { color: #000000; text-decoration: none; }
	.bottomnav A:active, .bottomnav A:hover { color: #0039A1; text-decoration: none; }

.bottomnav_cp { color: #000000; font-size: 10px; font-family: Verdana, Arial, Helvetica; }	
	.bottomnav_cp A:link, .bottomnav_cp A:visited { color: #0039A1; text-decoration: none; font-weight: bold; }
	.bottomnav_cp A:active, .bottomnav_cp A:hover { color: #0039A1; text-decoration: none; font-weight: bold; }

.bottomtext { color: #FFFFFF; font-size: 10px; font-family: Verdana, Arial, Helvetica; text-align: center;}
	.bottomtext A:link, .bottomtext A:visited { color: #FFFFFF; text-decoration: underline; }
	.bottomtext A:active, .bottomtext A:hover { color: #FFFFFF; text-decoration: none; }
	
.copyright { color: #999999; font-size: 10px; font-family: Verdana, Arial, Helvetica; text-align: center; }
	.copyright A:link, .copyright A:visited { color: #999999; text-decoration: underline; }
	.copyright A:active, .copyright A:hover { color: #FFFFFF; text-decoration: underline; }
	


