body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CE000C;
}
a:visited {
	color: #CE000C;
}
a:hover {
	color: #999999;
}
a:active {
	color: #CE000C;
}

a.whitelink:link {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.whitelink:visited {
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.whitelink:hover {
	font-size: 11px;
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
}
a.whitelink:active {
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

a.whitelink2:link {
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
a.whitelink2:visited {
	font-size: 11px;
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
}
a.whitelink2:hover {
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a.whitelink2:active {
	font-size: 11px;
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
}

a.redlink:link {
	font-size: 14px;
	color: #CE000C;
	text-decoration: none;
	font-weight: bold;
}
a.redlink:visited {
	font-size: 14px;
	text-decoration: none;
	color: #CE000C;
	font-weight: bold;
}
a.redlink:hover {
	font-size: 14px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a.redlink:active {
	font-size: 14px;
	text-decoration: none;
	color: #CE000C;
	font-weight: bold;
}

.border {
	border: 1px solid #999999;
}
.picborder {
	border: 1px solid #767676;
}
.lightborder {
	border: 1px solid #D1D0D0;
}

.heading_red {
	color: #CE000C;
	font-size: 14px;
	font-weight: bold;
}
.text_red {color: #CE000C}
.text_white {color: #FFFFFF}
.text_black {
	color: #000000;
	font-size: 11px;
}
.text_grey {
	color: #666;
	font-size: 12px;
}
.orange_text {
	color: #FF9900;
}
.price {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}
.form { margin-top: 0; margin-bottom: 0; }
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CE000C;
	border: 1px solid #990000;
}
.float_right{
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;	
}

