body {
	background: #4C6E90;
	margin: 0px;
}

.prodheader {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #4C6E90;
}

.greylink {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.greylink a{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.greylink a:hover{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

.normaltxt {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #000000;
}

.normaltxt a{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.normaltxt a:hover{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

.whitetxt {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.whitetxtsml {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.redtxt {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

.redtxt a{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}

.history {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #000000;
	text-transform: lowercase;
}

.history a{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-transform: lowercase;
}

.history a:hover{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	text-transform: lowercase;
}