/* CSS Document */
    
/* hyperlink properties*/
	A:link {color: #808080;}
	A:hover {color: #9EA4B5}

/* body properties */		 
   BODY {scrollbar-3dlight-color:#4682B4;
           scrollbar-arrow-color:#778899;
           scrollbar-base-color:#556A9C;
           scrollbar-track-color:;
           scrollbar-darkshadow-color:;
           scrollbar-face-color:#2E4479;
           scrollbar-highlight-color:;
           scrollbar-shadow-color:;
		   font-family: arial,helvetica,sans-serif;}
		   
/* table colors */
	TABLE, TR, TD {color: #2E4479;
					border-color: #2e4479;}
	#header {background-color: #2E4479;
			color: #2E4479;}

/* required field text area */
.texta { 
 font-size: 16px; 
 background-color: #ffffff; 
 border: 1px solid #ff0000; 
}

select.req { 
 font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif; 
 background-color: #ff0000; 
 color: #000000; 
 border: 1px; 
 margin-right: 0px; 
} 
								
/* button gradience */
input.btn{
   color:#000000;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#fed;
   border:1px solid;
   border-top-color:#000000;
   border-left-color:#000000;
   border-right-color:#000000;
   border-bottom-color:#000000;
   filter:progid:DXImageTransform.Microsoft.Gradient
      (GradientType=0,StartColorStr='#ffffff',EndColorStr='#526695');}

/*security code help button*/
input.security{
	color:#2E4479;
	font-family:'arial',helvetica,sans-serif;
    font-size:84%;
    text-decoration:underline;
    background-color:#ffffff;
    border:0px solid;
    border-top-color:#ffffff;
    border-left-color:#ffffff;
    border-right-color:#ffffff;
    border-bottom-color:#ffffff;}