/* CSS Document */
body{
margin: 10px 0 0 0;
padding: 0 0 0 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: normal;
/*background: url('../images/bg.gif') left top no-repeat #e7eff5;
background-image: url('../images/bg.gif');
background-repeat: repeat;
background-position:center top;*/
background-color: #a2c987;
text-align:center;
}

a:link {color:#990000}
a:visited {color:#990000}
a:hover { text-decoration: none; color:#4f0a0a}
a:active { text-decoration: none; color:#4f0a0a}

/*ul{
list-style-type:none;
background-image: url('../images/bullet_sub.gif');
background-repeat: no-repeat;
background-position: 0 -3px;
padding-left: 12px;
}*/


/**************** Tab Styles ********************/

.tab { text-align: center;
       /*background-image: url('../images/tab_bg.gif');*/
	   background-color: #b8d9d9;
	   font-family:Verdana, Arial, Helvetica, sans-serif;
	   font-size: 10px;
	   color: #990000;
	   font-weight: bold;
	 }
	.tab A:link, .tab A:visited { color: #990000; text-decoration: none; }
	.tab A:active, .tab A:hover { color: #4f0a0a; text-decoration: none; }
	
.tab_over { text-align: center;
       /*background-image: url('../images/tab_bg.gif');*/
	   background-color: #ffffff;
	   font-family:Verdana, Arial, Helvetica, sans-serif;
	   font-size: 10px;
	   color: #4f0a0a;
	   font-weight: bold;
	   
	   cursor: pointer;
	   cursor: hand;
	 }
	.tab_over A:link, .tab_over A:visited { color: #4f0a0a; text-decoration: none; }
	.tab_over A:active, .tab_over A:hover { color: #4f0a0a; text-decoration: none; }

.tab_cp { text-align: center;
       /*background-image: url('../images/tab_bg.gif');*/
	   background-color: #ffffff;
	   font-family:Verdana, Arial, Helvetica, sans-serif;
	   font-size: 10px;
	   color: #4f0a0a;
	   font-weight: bold;
	   
	   cursor: pointer;
	   cursor: hand;
	 }
	.tab_cp A:link, .tab_cp A:visited { color: #4f0a0a; text-decoration: none; }
	.tab_cp A:active, .tab_cp A:hover { color: #4f0a0a; text-decoration: none; }

/**************** Tab Styles ********************/

.titleText {
padding: 10px 0px 0px 0px;
font-size: 20px; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-weight: bold; 
color:#062143;
text-align: center;
}

.snapToNav {
padding: 10px 0px 20px 0px;
font-size: 10px; 
font-family:Verdana, Arial, Helvetica, sans-serif; 
font-weight: normal; 
text-align: center;
color:#336666;
}
	.snapToNav A:link, .snapToNav A:visited { color: #336666; text-decoration: underline; }
	.snapToNav A:active, .snapToNav A:hover { color: #336666; text-decoration: none; }

.dockTable{
margin-top:20px;
}

.dockTable td {
padding: 2px 5px 2px 5px;
background-color:#062143;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
	.dockTable td A:link, .dockTable td A:visited { font-size:10px; font-weight:normal; color: #ffffff; text-decoration: underline; }
	.dockTable td A:active, .dockTable td A:hover { font-size:10px; font-weight:normal; color: #ffffff; text-decoration: none; }

.bottomnav { padding: 20px; padding-left: 189px; color: #336666; font-size: 10px; font-family: Verdana, Arial, Helvetica; background-color:#FFFFFF; border-right:solid 1px #000000; border-left:solid 1px #000000; text-align:center; }
	.bottomnav A:link, .bottomnav A:visited { color: #336666; text-decoration: none; }
	.bottomnav A:active, .bottomnav A:hover { color: #990000; text-decoration: none; }

.bottomnav_cp { color: #990000; font-size: 10px; font-family: Verdana, Arial, Helvetica; }	
	.bottomnav_cp A:link, .bottomnav_cp A:visited { color: #990000; text-decoration: none; font-weight: bold; }
	.bottomnav_cp A:active, .bottomnav_cp A:hover { color: #990000; text-decoration: none; font-weight: bold; }

.bottomtext { color: #FFFFFF; font-size: 10px; font-family: Verdana, Arial, Helvetica; padding-bottom: 10px; padding-left: 10px;}
	.bottomtext A:link, .bottomtext A:visited { color: #FFFFFF; text-decoration: underline; }
	.bottomtext A:active, .bottomtext A:hover { color: #FFFFFF; text-decoration: none; }
	
.copyright { color: #6b8559; font-size: 10px; font-family: Verdana, Arial, Helvetica; text-align: center; }
	.copyright A:link, .copyright A:visited { color: #6b8559; text-decoration: underline; }
	.copyright A:active, .copyright A:hover { color: #990000; text-decoration: underline; }

