/* Style sheet design by Mike McAllister and Logikbox inc,copyright ©2002 */


.row0 {
	background-color: #ADAD74;
} 
.row1 { }  

BODY {
	scrollbar-3d-light-color:silver;
	scrollbar-arrow-color:black;
	scrollbar-base-color: black;
	scrollbar-dark-shadow-color:black;
	scrollbar-face-color: white;
	scrollbar-track-color: black;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color: #ffffff;
	font-family : sans-serif;
 
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
 
}
 

/* ANCHOR TAGS */

a {
	font-family: san-sarif;
	font-size : 12px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	letter-spacing : 1px;
	text-decoration: none;
	color:maroon;
}
a:hover {
	font-family :  san-sarif;
	font-size : 12px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	letter-spacing : 1px;
	color : #8FC3DD;
	text-decoration: none;
}
 
a.membernav {
	font-family: san-sarif;
	font-size : 10px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	letter-spacing : 1px;
	text-decoration: none;
	color:maroon;
}
a.membernav:hover {
	font-family :  san-sarif;
	font-size : 10px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	letter-spacing : 1px;
	color : #8FC3DD;
	text-decoration: none;
}
 
a.white {
	font-family: san-sarif;
	font-size : 10px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	letter-spacing : 1px;
	text-decoration: none;
	color:white;
}
a.white:hover {
	font-family :  san-sarif;
	font-size : 10px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	letter-spacing : 1px;
	color : #8FC3DD;
	text-decoration: none;
}
/* END ANCHORS */


/* Start Text Elements ------------------------------------------------------------------------------------*/
.text {
	font-family : arial;
	font-weight : normal;
	font-size : 12px;
	color: white;
}
.headline {
	font-family : "Arial";
	font-size : 18px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	color : white;
	line-height : 30px;
}

.title {
	font-family : "Arial";
	font-size : 18px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : bold;
	color : white;
}

.miniHeader {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

.subtitle {
	font-family : "Arial";
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	letter-spacing : normal;
	color: white;
	}
	
.subtitle2 {
	font-family : arial;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	letter-spacing : normal;
	color: blue;
}

.maintext {
	font-family : "Arial";
	font-size : 24px;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
	color: #1B1E89;
}
	
.subtitle3 {
	font-family : "Arial";
	font-size : 24px;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
	color: #1B1E89;
}	

.surveyName {
	font-family : arial;
	color: white;
	font-size: 11pt;
	font-weight: bold;
}

.surveyQuestion {
	font-family : arial;
	font-weight : normal;
	font-size : 12px;
	color: white;

	font-weight: bold;
}

.surveyCaption {
	font-family : arial;
	font-weight : normal;
	font-size : 12px;
	color: white;
}

.orangebold{
	font-family :  tahoma;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	letter-spacing : normal;
	color: #E56D21;
}

.orangeregular{
	font-family :  tahoma;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
	color: #E56D21;
}

.Discount {
	font-family: sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #006400;
}

.userbar {
	font-family: sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}


.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: ButtonHighlight;
}
 
.footer {
	font-family : "AmerType";
	font-size : 14px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	color: white;
	letter-spacing : normal;
	line-height : 10px;
}

.legal {
	font-family : san-serif;
	font-size : 10px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	font : Arial, helvetica;
	letter-spacing : normal;
	color: white;
	line-height : 10px;
}

 

/* 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 : #828282;
}

table.homey  {
    background : #006836;
	border : 1px solid;
	border-color : #ffffff;
}
 
/* BUTTONS WITH COLOR --------------------------------------------------------------------------------------*/

INPUT, TEXTAREA, SELECT, OPTION {
	font-family : Arial, sans-serif;
	padding: 2px;
	font-size: 10px;
	color: 000000;
	background-color: ffffff;
	border: inset 1px #708090;
}



 /* End Buttons */