html{
	scrollbar-face-color: #D8DED8;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #777777;
	scrollbar-shadow-color: #cccccc;
	scrollbar-arrow-color: #777777;
	scrollbar-track-color: #E2E2E3;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	margin: 0;
	background-color: white;
}

.cart_table{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;	
	background-color: white;
	font-size: 10pt;
}
.cart_td{
	border-bottom: 1px solid #000000;	
	background-color: white;
	font-weight: 400; 
	font-size: 8pt; 
	color: #000000; 
	font-family: Verdana	
}

header{

}
.green_border{
            border:1px solid green;
        }


.formBoxes {
	width: 20px;	
	border: 1px solid #666;	
	background-color: #fefefe;	
	border-color: #222222; 
	color: #333333; 
	font-size: 8pt; 
}
.formLabel {
	font-weight: 900; 
	font-size: 7.5pt; 
	color: #222222; 
}
.formLabel_bold{
	font-weight: 900; 
	font-size: 9pt; 
	color: #222222; 
}
.formDataRequired{
	font-weight: 400; 
	font-size: 7.5pt; 
	color: #999999; 
	font-family: Verdana
}
.formDataRequired_error{
	font-weight: 400; 
	font-size: 7.5pt; 
	color: #ff0000; 
	font-family: Verdana
}
.formData {
	font-weight: 400; 
	font-size: 7.5pt; 
	color: #222222; 
	font-family: Verdana
}

a {
	text-decoration: none
	
}
a:hover {
	BORDER-RIGHT: white; BORDER-TOP: white; BORDER-LEFT: white; BORDER-BOTTOM: white; TEXT-DECORATION: underline
}