﻿/*Styles*/
.headerBody {
	background-color: #990033;
	overflow: hidden;
}
/*Table - no border*/
.headerTable {
	border-left-color: white;
	border-left-width: 1px;
	border-style: solid;
	border-right-color: white;
	border-top-color: white;
	border-bottom-color: white;
	background-color: #990033;
}
/*Table cell center*/
.headerCellc {
	text-align: center;
}

/*Table cell x-large right-align*/
.headerCellrxx {
	font-family: "Times New Roman", Times, serif;
	font-size: xx-large;
	text-align: right;
	color: #FFFFFF;
}
/*Table cell x-large right-align*/
.headerCelllx {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	text-align: left;
	color: #FFFFFF;
}
