/* 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: #9EC34F;
	scrollbar-track-color: #ffffff;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color: #006400;
	font-family : sans-serif;
	font-size : 8px;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
	color: Black;
}
 

/* ANCHOR TAGS */

a {
	font-family : sans-serif;
	font-size : 12px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : bold;
	letter-spacing : normal;
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	font-family : sans-serif;
	font-size : 12px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : bold;
	letter-spacing : normal;
	color : black;
	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;
}

a.nav {
	font-family : sans-serif;
	font-size : 12px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : bold;
	letter-spacing : normal;
	text-decoration: none;
	color: #ffffff;
}
a.nav:hover {
	font-family : sans-serif;
	font-size : 12px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : bold;
	letter-spacing : normal;
	color : black;
	text-decoration: none;
}
a.nav: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 : sans-serif;
	font : arial;
	font-size : 12px;
	color : black;
}
.headline {
	font-family : tahoma, arial, helvetica,sans-serif;
	font-size : 24px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : bold;
	color : #ffffff;
	line-height : 28px;
}

.title {
	font-family : Arial, helvetica;
	font-size : 16px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : bold;
	color : #ffffff;
}
	
/*.text {
	font-family : sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : normal;
	letter-spacing : normal;
	color: Black;
	}*/


.more {
	font-family :  sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	letter-spacing : normal;
	color: ffffff;
}	



.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: white;
}


.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 : trebuchet ms;
	font-family : sans-serif;
	font-size : 12px;
	font-size-adjust : inherit;
	font-style : normal;
	font-weight : normal;
	color: #ffffff;
	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 : trebuchet ms;
	letter-spacing : normal;
	color: #ffffff;
	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 : 001768;
 
	 
	
}
 
/* 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 */