@charset "UTF-8";

.grey {
	background-color: #202020;
}

.blue {
	background-color: #275c82;
}

.menubg {
	background-color: #FFFFFF;
	background-image: url(images/menubg.gif);
	background-repeat: repeat-x;
}

.bg {
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #333333;
	text-align: left;
}

.border {
	border: thin solid #cacaca;
}

.bordertop {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #cacaca;
	border-right-color: #cacaca;
	border-bottom-color: #cacaca;
	border-left-color: #cacaca;
}

.borderbottom {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cacaca;
	border-right-color: #cacaca;
	border-bottom-color: #cacaca;
	border-left-color: #cacaca;
}

.textpadding {
	padding: 0px 10px 0px 10px;
	}
	
.spacerfooter {
	background-image: url(images/spacer_footer.gif);
	background-repeat: repeat-x;
}

.whitebg {
	background-color: #FFFFFF;
}
.bluetextline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #21476f;
	text-decoration:line-through;
	text-align: left;
}

.bluetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #21476f;
	text-align: left;
}


.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #CC0000;
	text-align: left;
}

