body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D5D5D5;
}
.ContentLeft {
	background-image: url(../images/back_contentrpt_left.jpg);
	background-repeat: repeat-y;
}
.ContentRight {
	background-image: url(../images/back_contentrpt_right.jpg);
	background-repeat: repeat-y;
}
.ContentRpt {
	background-image: url(../images/back_content_rpt.jpg);
	background-repeat: repeat-y;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ED1C24;
	text-decoration: none;
}
.GreyBackground {
	background-color: #ECECEC;
}
.WhiteBackground {
	background-color: #ffffff;
}
.DateText {
	font-weight: normal;
	color: #555555;
}
.FlashTable {
	background-image: url(images/back_flash.jpg);
	background-repeat: no-repeat;
}
.GreyBorder {
	border: 1px solid #D2D0D3;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #231E20;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EC1D25;
}
a:hover {
	text-decoration: underline;
}
.TimeNewSmall {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
}
.FormSelect {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 160px;
}
.FormField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	border: 1px solid #241F21;
}
.ErrorText {
	color: #990000;
}

/* Form Styles
------------------------------------------------ */

form {
	margin: 0;
	padding: 0;
}

div.form {
	position: relative;
	
	margin: 0;
	padding: 10px;
}

div.form td {
	padding: 4px 0;
	font-size: 10px;
}

div.form td.label {
	width: 130px;
}

div.form td.field {
	width: 250px;
}

div.form td.check, div.check {
	padding: 7px 0 8px;
}

div.alt {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
	background: #d5d5d5;
}

input.widtha {
	width: 200px;
}

input.widthb {
	width: 100px;
}

input.widthc {
	width: 580px;
}

input.widthd {
	width: 50px;
}

select.widtha {
	width: 204px !important; /* ie and ff both render select box widths wrong? */
	width: 206px;
	font-size: 10px;
}

select.widthb {
	width: 104px !important; /* ie and ff both render select box widths wrong? */
	width: 106px;
}

textarea.widtha {
	width: 330px;
	height: 100px;
}

input.check {
	margin: 0;
	padding: 0;
}
