﻿body {
	background-color: #ffffff;
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5b6a6f;
}

.headText {
	background-image:URL('images/title_background.gif');
	background-repeat: repeat-x;
	height: 29px;
	color:#5b6a6f;
	padding:0 0 4px 10px;
	font-weight:700;
	text-align:left;
}
a {
	color:#5b6a6f;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.mainBack {
	width: 300px;
	background-color2:#050811;
	padding:10px;
}

.helpBack {
	width:300px;
	background-color2:#ffffff;
}

.mainText {
	text-align:left;
}
.content {
	background-color:#ffffff;
	vertical-align:top;
}

.contentMini {
	background-color2:#ffffff;
	vertical-align:top;	
}

.contentRow {
	text-align:left;
	padding: 0px;
	font-size:12px;
}

.tableBorder {
	background-color:#ffffff;
}

.logoRow {
	text-align:center;
}

.companyName {
	font-weight:700;
}

.sepRow {
	background-image2:url('images/sep_back.gif');
	background-repeat:repeat-x;
	text-align:center;
}

.helpIcon {
	position:relative; 
	left:304px; 
	bottom:-180px; 
}

.helpIcon1 {
	position:relative; 
	left:304px; 
	bottom:-235px; 
}

.descRow {
	text-align:right;
}

.descCenterRow {
	text-align:center;
}

.dataRow {
	text-align:left;
}

.rowSeperator {
	line-height:10px;
}

.DropDownBoxes, .TextBoxes {
	font-family:Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#5b6a6f;
	text-transform:uppercase;
	font-size:12px;
	padding:3px
}

.contentDataRow {
	text-align:left;
	padding: 0px;
	font-size:12px;
}

.reqRow {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal
}
.letterRow {
	text-align:left;
	padding: 5px 10px 8px 10px;
	font-size:12px;
}

.error {
	color: red;
	font-style: italic;
	font-size:12px;
}
input.error { border: 1px dotted red; font-size:14px; }
textarea.error { border: 1px dotted red; }

.footerText {
	 text-align:left;
	 font-size:12px;
	 color:#5b6a6f;
	 padding-left:15px;
}
