/* Style sheet design by Mike McAllister and Logikbox inc,copyright ©2002 */


.row0 {
	background-color: #DCDCDC;
} 
.row1 {background-color: white;}  

BODY {
	scrollbar-3d-light-color:silver;
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color: #228B22;
	scrollbar-dark-shadow-color:black;
	scrollbar-face-color: #94342D;
	scrollbar-track-color: #006836;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color: #ffffff;
	font-family : sans-serif;
 
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
	color: 000000;
}
 

/* ANCHOR TAGS */

a {
	font-family : arial;
	font-size : 12px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : bold;
	letter-spacing : normal;
	text-decoration: none;
	color:#94342D;
}
a:hover {
	font-family : sans-serif;
	font-size : 12px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : bold;
	letter-spacing : normal;
	color : #006836;
	text-decoration: none;
}
a:visited  {
	font-family : sans-serif;
	font-size : 12px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : bold;
	letter-spacing : normal;
	text-decoration: none;
	color : Gray;
}

 
 

/* END ANCHORS */


/* Start Text Elements ------------------------------------------------------------------------------------*/
.text {
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	
}
.textWhite {
	font-family : tahoma;
	font-weight : normal;
	font-size : 11px;
	color : #ffffff;
}

h1 {
	font-family : tahoma, arial, helvetica,sans-serif;
	font-size : 18px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : bold;
	color : #000000;
	line-height : 18px;
}

.title {
	font-family : tahoma;
	font-size : 12px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : bold;
	color : #336600
}
	
.moretext {
	font-family : tahoma;
	font-size : 14px;
	font-style : normal;
	font-weight : bold;
	letter-spacing : normal;
	color: Black;
	}
	
	.submoretext {
	font-family : tahoma;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	letter-spacing : normal;
	color: Black;
	}

.maintext {
	font-family : tahoma;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
	color: Black;
	}
	
.more {
	font-family :  tahoma;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
	letter-spacing : normal;
	color: ffffff;
}	

.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: 94342D;
}
 
.footer {
	font-family : tahoma;
	font-size : 12px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	color: #C52A35;
	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: #555555;
	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 */