body
{
	font-family: Arial, Trebuchet MS, Tahoma, Verdana;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	background: #11507b url('/images/background.png') repeat-x top;
	margin: 0;
	padding: 0;
	text-align: center;
}

form {
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h1 {
	width: 100%;
	color: #11507b;
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0px 15px 0px;
	height: 25px;
	border-bottom: 1px solid #a4bed0;
}

h2 {
	color: #38a561;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
}

h3 {
	color: #11507b;
	font-size: 15px;
	margin: 0px 0px 5px 0px;
	padding-bottom: 10px;
	font-weight: normal;
}

a {
	color: #38a561;
	text-decoration: none;
}

a:hover {
	color: #38a561;
	text-decoration: underline;
}

small {
	color: #11507b;
}

/********************************* content boxes *************************************/
.cbTitle {
	color: #855c33;
	font-size: 18px;
	margin-bottom: 3px;
	height: 25px;
	border-bottom: 1px solid #d9d9b9;
}

.cbURL {
	color: #38a561;
	padding-left: 7px;
}

.cbBody {
	padding: 10px 0px;
}

.cbRow {
	line-height: 5px;
}

.tableBorder {
	border: 1px solid #223a84;
}

.tableHeader {
	background-color: #11507b;
	color: #ffffff;
	font-weight: bold;
	padding-left: 5px;
}

.evenrow {
	background-color: #ffffff;
	font-weight: normal;
	color: #333333;	
}

.oddrow {
	background-color: #ededed;
	font-weight: normal;
	color: #333333;	
}

.formSection {
	font-weight: bold;
	padding: 3px 5px;
}

.fieldLbl {
	text-align: right;
	padding-right: 7px;
}

.fieldVal {
	text-align: left;
}

.redText {
	color: #993333;
}
.dateText {
	color: #855c33;
}

.imgClass {
	border: 0px;
	padding: 0;
}

.button {
	background-color: #11507b;
	border: 1px solid #11507b;
	color: #ffffff;
	text-align: center;
	padding: 1px 10px;
	cursor: pointer;
	font-size: 12px;
}

.button:hover {
	background-color: #ffffff;
	border: 1px solid #11507b;
	color: #11507b;
	text-align: center;
	padding: 1px 10px;
	cursor: pointer;
	font-size: 12px;
}

.dspBody table a {
	font-family: Arial, Trebuchet MS, Tahoma, Verdana;
	font-size: 12px;
	color: #666666;
}

