body {
	background-color: #FFFFFF;
	background-image: url(images/back2.gif);
	background-repeat: repeat-y;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #336600;
	text-align: center;
	margin: 7px;
	text-transform: uppercase;

}
.BodyContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.BodyContent td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.SubTitle {
	font-size: 14px;
	font-weight: bold;
	color: #336600;
}
.BoldBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
}
.RedHighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.Note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #CC0000;
}
.Top {
	font-size: 10px;
}


/* Soft Groomer Styles */

#CompareV9{
	font-size: 10px;
	color: #006633;
	border:2px solid #006633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#CompareV9 h4{
	font-size:14px;
	height:16px;
}
#CompareV9 h5{
	font-size:12px;
	height:14px;
	}
#CompareV9 h6{
	font-size:12px;
	height:12px;
}
#CompareV9 .f4{
	font-size:14px;
	height:16px;
	font-weight:bold;
}
#CompareV9 .f5{
	font-size:12px;
	height:14px;
	font-weight:bold;
	}
#CompareV9 .f6{
	font-size:10px;
	height:12px;
	font-weight:bold;
}
.FeatureYNBgOnly{
background-color:#FFFFFF;
}
.FeatureYNOddBgOnly{
background-color:#FFCC99;
}
.FeatureYN{
	height:15px;
	/*border-bottom:1px solid #FC9;*//*not work because of span invisibility*/
	
}
.FeatureYNOdd{
	height:15px;
	/*border-bottom:1px solid #F96;*/
	background-color:#FC9; /*orange*/
}
.FeatureItemNameYNOdd{
	height:21px;
	/*border-bottom:1px solid #FFF;/*compensate 1px*/
	background-color:#FC9; 
}
.borderBottom{
	border-bottom:1px solid #FC9;
}
.borderLeft{
	border-left:1px solid #FC9;
}
.borderRight{
	border-right:1px solid #FC9;
}
.borderTop{
	border-top:1px solid #FC9;
}
.bgGray{
 background-color: cccccc;
}