body{
	background-image: url(images/Bg_StriveDev1.gif);
	background-repeat: repeat-x;
	top-margin:0;
	bottom-margin:0;
	left-margin:0;
	right-margin:0;
	}
	
td  {
 	font-family : Arial;
 	font-size : 12px;
 	color : #00576B;
 	}
	
.header  {
 	font-family : Arial;
 	font-size : 14px;
 	color : #3C83C3;
	font-weight: normal;
 	}
	
.big_header  {
 	font-family : Arial;
 	font-size : 20px;
 	color : #3C83C3;
	font-weight: normal;
 	}
	
a.blue_callout:link, a.blue_callout:visited, a.blue_callout:hover  {
 	font-family : Arial;
 	font-size : 12px;
 	color : #00576B;
	font-weight : normal;
 	text-decoration : none;
 }
	
a:link  {
 	font-family : Arial;
 	font-size : 12px;
 	color : #0099CD;
	font-weight : normal;
 	text-decoration : underline;
 }
 
 a:visited  {
 	font-family : Arial;
 	font-size : 12px;
 	color : #0099CD;
	font-weight : normal;
 	text-decoration : underline;
 }
 
 a:hover {
 	font-family : Arial;
 	font-size : 12px;
 	color : #1D4664;
	font-weight : normal;
 	text-decoration : none;
 }	
 
a.nav:link, a.nav:visited
	{
 	background: url(images/Bg_Nav_on.gif);
	background-repeat: no-repeat;
	display:block;
	font-family : Arial;
 	font-size : 13px;
 	color : #03354E;
	width:100px;
	height:28px;
	font-weight : bold;
 	text-decoration : none;
	text-align: center;
	background-position: bottom;
	}	
	
a.navoff:link, a.navoff:visited
	{
 	background: url(images/Bg_Nav.gif);
	background-repeat: repeat-x;
	display:block;
	font-family : Arial;
 	font-size : 13px;
 	color : #FFFFFF;
	width:100px;
	height:28px;
	font-weight : bold;
 	text-decoration : none;
	text-align: center;
	background-position: bottom;
	}	
	
a.subnav:link, a.subnav:visited
	{
 	background: url(images/Bg_Subnav_off.gif);
	display:block;
	font-family : Arial;
 	font-size : 12px;
 	color : #014492;
	width:240px;
	height:23px;
	font-weight : normal;
 	text-decoration : none;
	text-align: left;
	background-position: bottom;
	}	
	
a.subnav:hover
	{
 	background: url(images/Bg_Subnav_over.gif);
	display:block;
	background-repeat: no-repeat;
	font-family : Arial;
 	font-size : 12px;
 	color : #014492;
	width:240px;
	height:23px;
	font-weight : normal;
 	text-decoration : none;
	text-align: left;
	background-position: bottom;
	}	
	
a.subnav_on:link, a.subnav_on:visited, a.subnav_on:hover
	{
 	background: url(images/Bg_Subnav_on.gif);
	display:block;
	background-repeat: no-repeat;
	font-family : Arial;
 	font-size : 12px;
 	color : #ffffff;
	width:240px;
	height:23px;
	font-weight : normal;
 	text-decoration : none;
	text-align: left;
	background-position: bottom;
	}	
 
 input  {
   	background-color : #ffffff;
   	border : 1 #EBE9ED inset;
   	font-size : 11px;
   	color : #79919D;
   	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;

   }
   
input.nobdr  {
   	background-color : transparent;
   	border : 0;
   	font-size : 11px;
   	color : #336699;
   	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	width:15px;
   }
   
 input.submit  {
 	background-color : #3C83C3;
   	border : 0;
 	font-size : 11px;
   	color : #FFFFFF;
   	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	width: 70px;
	height:21px;
   }  

   #LayerPrivacy {
	position:absolute;
	top:300px;
	height:200px;
	width:100%;
	z-index:1;
	visibility: hidden;
	filter:alpha(opacity=100);   /* Internet Explorer       */
   -moz-opacity:1.0;           /* Mozilla 1.6 and below   */
   opacity: 1.0;               /* newer Mozilla and CSS-3 */
}
