/* CSS Document */
A:link, A:visited {color: #33AA33;}
A:active, A:hover {color: #000000;}

ul { list-style-image: url('../images/bullet.gif') }

h3 {  display: inline; font-size: 16px; color: #33AA33; font-family: Arial, Verdana, Helvetica; font-weight: bold; }

body { background-image: url('../images/bg2.gif'); background-color: #D1D4D7; }

.tab { text-align: center;
       background-image: url('../images/bg_tab.gif');
	   background-color: #999999;
	   font-family: Arial, Helvetica, Verdana, sans-serif;
	   font-size: 11px;
	   color: #000000;
	   font-weight: normal;
	 }
	.tab A:link, .tab A:visited { color: #000000; text-decoration: none; }
	.tab A:active, .tab A:hover { color: #33AA33; text-decoration: none; }

.tab_cp { text-align: center;
       background-image: url('../images/bg_tab.gif');
	   background-color: #999999;
	   font-family: Arial, Helvetica, Verdana, sans-serif;
	   font-size: 11px;
	   color: #000000;
	   font-weight: bold;
	 }
	.tab_cp A:link, .tab_cp A:visited { color: #33AA33; text-decoration: none; }
	.tab_cp A:active, .tab_cp A:hover { color: #000000; text-decoration: none; }

.sitesearch {color: #ffffff; text-transform: none; font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, Verdana, sans-serif;}

.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: #33AA33; 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: #33AA33; 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: #33AA33; text-decoration: none; }
	.sidenav_cp A:active, .sidenav_cp A:hover { color: #000000; text-decoration: none; }

.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: #33AA33; text-decoration: none; }

.bottomnav_cp { color: #000000; font-size: 10px; font-family: Verdana, Arial, Helvetica; }	
	.bottomnav_cp A:link, .bottomnav_cp A:visited { color: #33AA33; text-decoration: none; font-weight: bold; }
	.bottomnav_cp A:active, .bottomnav_cp A:hover { color: #33AA33; text-decoration: none; font-weight: bold; }

.bottomtext { color: #FFFFFF; font-size: 10px; font-family: Verdana, Arial, Helvetica; }
	.bottomtext A:link, .bottomtext A:visited { color: #FFFFFF; text-decoration: underline; }
	.bottomtext A:active, .bottomtext A:hover { color: #33AA33; text-decoration: none; }
	
.copyright { color: #000000; font-size: 10px; font-family: Verdana, Arial, Helvetica; text-align: center; }
	.copyright A:link, .copyright A:visited { color: #000000; text-decoration: underline; }
	.copyright A:active, .copyright A:hover { color: #FFFFFF; text-decoration: none; }
	


