/* Style sheet design by Mike McAllister and Logikbox inc,copyright ©2002 updated by A.Darer 2008*/

.row0 {background-color: e7e7e7;} 
.row1 {background-color: white;}  

BODY {
	 
	     scrollbar-3d-light-color:silver;
         scrollbar-arrow-color:#ffffff;
         scrollbar-base-color:silver;
         scrollbar-dark-shadow-color:black;
         scrollbar-face-color:4579A2;
         scrollbar-track-color: #E0F0FB;
         scrollbar-highlight-color:#FFFFFF;
         scrollbar-shadow-color:4579A2
}
 

/* ANCHOR TAGS */

a {
	font-family : sans-serif;
	font-size : 12px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
	 
	text-decoration: none;
	color: DE5B22;
}
a.side {
	font-family : sans-serif;
	font-size : 12px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
 
	text-decoration: none;
	color: 001D66;
}
a:hover {
	font-family : sans-serif;
	font-size : 12px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
 
	color : #ff9933;
	text-decoration: none;
}
 
a:visited  {
	font-family : sans-serif;
	font-size : 12px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
 
	text-decoration: none;
	color : #cc6633;
}
/* END ANCHORS */


/* Start Text Elements ------------------------------------------------------------------------------------*/

.headline {
	font-family : sans-serif;
	font-size : 24px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : bold;
	letter-spacing : -1px;
	color : FD6320;
	line-height : 24px;
	font:     Arial;
}

.title {
	font-family :  Arial, helvetica;
	font-size : 12px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : bold;
	color : FE9800;
	}
 
.title2 {
	font-family :  Arial, helvetica;
	font-size : 12px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : bold;
	color : 993333;
	}
 
.text {
	font-family :  sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
	color: 001E66;
}


 
	
.reqfield {
	font-family : sans-serif;
	font-size : 12px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : bold;
	font : Arial, helvetica;
	letter-spacing : normal;
	line-height : 13px;
	color: 001E66;
}
 
.footer {
	font-family : sans-serif;
	font-size : 12px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	color: DE5B22;
	letter-spacing : normal;
	line-height : 10px;
}

.legal {
	font-family : sans-serif;
	font-size : 10px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	font : Arial, helvetica;
	letter-spacing : normal;
	color: 001E66;
	line-height : 10px;
}


.TabbedPanelsTab  {
	background-color : #FE9800;
	}
 

.TabbedPanelsContent
 {
	background-color : #CCFFFF;
	}

/* END text Elements */

/* TABELS WITH COLOR ------------------------------------------------------------------------------------- */

table.box  {
	background : E2F0F9;
	border : 1px solid;
	border-color : BADAED;
	padding : 15px;
	 
	
}

table.homex  {
	background : ffffff;
	border : 1px solid;
	border-color : 001768;
 
	 
	
}
 
/* BUTTONS WITH COLOR --------------------------------------------------------------------------------------*/

INPUT, TEXTAREA, SELECT, OPTION {
	font-family : Arial, sans-serif;
	padding: 2px;
	font-size: 12px;
	color: 000000;
	background-color: BADAED;
	border: inset 1px #708090;
}



 /* End Buttons */