body {
	font-size:100.01%;
	background-color: #951C21;
}
H1 {
	font-family: arial;
	font-size: 1.10em;
	color: #951C21;
	display:inline;
}
H2 {
	font-family: arial;
	font-size: 1.10em;
	font-weight: normal;
	font-style:italic;
	color: #673D7E;
	display:inline;
}
.mainBG {
	background-color: #E5EAD4;
}
.copy {
	font-family: arial;
	font-size: 0.76em;
	color: #000000;
}
.dividerRow {
	background-color: #951C21;
	font-size:0.77em;
	color:#ffffff;
	font-weight: bold;
}
.gridRowOdd {
	background-color: #E5EAD4;
	font-size:0.70em;
} 
.gridRowEven {
	background-color: #F2F4E8;
	font-size:0.70em;
} 
tr#gridRowOdd:hover {
	color: #000000;
	background-color: #ffffff;
}
tr#gridRowEven:hover {
	color: #000000;
	background-color: #ffffff;
}
.scrollDiv {
	scrollbar-3dlight-color:#4B166B; 
	scrollbar-arrow-color:#D2CFA9; 
	scrollbar-base-color:#D2CFA9;
	scrollbar-darkshadow-color:#4B166B;
	scrollbar-face-color:#4B166B;
	scrollbar-highlight-color:#4B166B;
	scrollbar-shadow-color:#4B166B;
	scrollbar-track-color:#D2CFA9; 
	padding: 0px;
	maring:0px;
}
