.standardBodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}
.standardBodyText a:link{
	color: #131764;
	text-decoration: none;
}
.standardBodyText a:visited{
	text-decoration: none;
	color: #666666;
}
.standardBodyText a:hover{
	color: #999999;
	text-decoration: none;
}
.standardBodyText a:visited:hover{
	color: #999999;
	text-decoration: none;
}
.topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	cursor: hand;
	background-color: D9D7DC;
}
.topNavO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000CC;
	font-weight: normal;
	text-align: center;
	cursor: hand;
	background-color: #FF9900;
}
.pageHeading {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-image: none;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
}
.whiteBodyText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}
.whiteBodyText a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.whiteBodyText a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.whiteBodyText a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.whiteBodyText a:visited:hover{
	color: #FFFFFF;
}
.productFrame {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #19A700;
	border-left-color: #19A700;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #19A700;

}
.specialOfferFrame {

	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #990000;
	border-left-color: #990000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #990000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#webForm {
	color: #666;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#webForm td {
	padding: 3px;
}
#webForm th {
	background-color: #1D227C;
	color: #FFFFFF;
	text-align: right;
	width: 35%;
	padding: 3px;
}
#webForm input[type="text"] {
	width: 100%;
}
#webForm textarea {
	width: 100%;
}