body {
	background-color: #27539B;
	padding-top: 0px;
	padding-left: 5%;
	color: #DEDECA;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

td, th {
	color: #99CCCC;
}

h1 {
	color: #27539B;
	font-size:20px;
	text-align: center;
}

h2 {
	color: #27539B;
	font-size: 16px;
	text-align: center;
}

h3, h4 {
	color: #27539B;
	text-align: center;
}

h5, h6 {
	color: #27539B;
	text-align: center;
}

a {
	color: #9999cc;
}

table {
	background-color:#FFFFFF;
}

th {
	color:#003366;
}
td {
	color:#000000;
}
.redLine {
	background-color: #B7111A;
	width: 8px;
}

.whiteLine{
	height:46px;
}

.blueLine{
	background-color:#27539B;
	height:22px;
}

.tealLine{
	background-color:#60B6BD;
	height:5px;
}

.bodyCell {
	font-family: Arial, Helvetica, sans-serif, "Arial Black";
	font-size: 15px;
	color: #000000;
	margin: 0pt;
	padding: 10px;
	width: 722px;
}
.bodyTable {
	height: 100%;
}
.redBottom {
	background-color: #B7111A;
	height: 8px;
	width: 758px;
}
.header {
	font-family: Arial, Helvetica, sans-serif, "Arial Black";
	font-size: 12px;
	color: #27539C;
	width:502px;
	height:95px
}
.logo {
	background-image: url(../img/design/logo.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 168px;
	width: 240px;
}
.bodyTable table {
	border: 1px solid #27539B;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	border-spacing: 0px;
	border-collapse: collapse;
}
.bodyTable table tr {
	padding: 0px;
	margin: 0px;
}

.bodyTable table th {
	border: 0px;
	background-color: #60B6BD;
	color: #000000;
	padding-left: 5px;
	padding-right: 4px;
	padding-top: 2px;
	margin: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif, "Arial Black";
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #27539B;
}

.bodyTable table td {
	text-align:left;
	background-color: #FFFFFF;
	border: 0px;
	padding: 5px;
	margin: 0px;
	color: #000000;
	border-top: 0px solid #60B6BD;
	border-right: 0px none #60B6BD;
	border-bottom: 1px solid #27539B;
	border-left: 0px none #60B6BD;
	font-family: Arial, Helvetica, sans-serif, "Arial Black";
	font-size: 12px;
}

.bodyTable a{
	color: #000000;
}
.formButton {
	text-align: center;
	padding:5px;
}
.adminNavigation {
	font-family: Arial, Helvetica, sans-serif, "Arial Black";
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
	position: relative;
	left: 220px;
	top: -50px;
}
.designBy{
	font-family: Arial, Helvetica, sans-serif, "Arial Black";
	font-size: 10px;
	font-weight:bold;
	color: #60B6BD;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.noPrint{

}


.rowColor0{
	background-color:#FFFFFF;
}
.rowColor1{
	background-color:#cccccc;
}
