/*.tablenew_left {
	font-family: Tahoma;
	font-size: 7.5pt;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	background-color: #333333;
	text-transform: uppercase;
}
.tablenew_right {
	font-family: Tahoma;
	font-size: 8.5pt;
	color: #c3c3c3;
	background-color: #333333;
	padding: 10px;
}
.tablenew_header {
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCCCCC;
	padding: 5px;
}
.tableleft_nobg {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 10px;
}
.form_fields {
	font-family: Tahoma;
	font-size: 8.5pt;
	color: #FFFFFF;
	background-color: #333333;
	border:1px solid #525252;
}
.table_checkbox {
	font-family: Tahoma;
	font-size: 7.5pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}*/

/*#9e131e*/

/* Table with fields - handles background color and border for table*/
.formtable
{
	border-top-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	background-color: #000000;
	padding:2px;
}

/*Fields class - handles color - border - */
.formfields {
	font-family: Tahoma;
	font-size: 8.5pt;
	color: #666666;
	border:1px solid #525252;
	width:85pt;
}

/* handles text for fields - radio button etc*/

.form_fieldtext {
	font-family: Tahoma;
	font-size: 7.5pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 8px;
}

/* handles header text color */

.form_header {
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	text-transform: none;
	color: #CC0000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

/* handles content for table with form and fields - handles font alignment and color*/
.form_content {
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	font-size: 7.5pt;
	padding-bottom: 4px;
	text-transform: uppercase;
	color: #ffffff;
	padding-top: 4px;
	font-family: Tahoma;
	text-align:left;
	}
	
/* handles text for content table*/

.contenttable_content {
	font-family: Tahoma;
	font-size: 7.5pt;
	font-weight: bold;
	color: #FFFFFF;
	padding: 8px;
	background-color: #333333;
	text-transform: uppercase;
}

/* Table with just content - grey background - handles background color and border for table*/
.contenttable {
	border-top-color:#999999;
	border-top-width:1px;
	border-top-style:solid;
	border-bottom-color:#999999;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-right-color:#999999;
	border-right-width:1px;
	border-right-style:solid;
	border-left-color:#999999;
	border-left-width:1px;
	border-left-style:solid;
	background-color:#000000;
	font-family: Tahoma;
	font-size: 8pt;
	color:#FFFFFF;
	}
.leftnav {
	color: #666666;
}
a:link {
	color: #666666;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 8.5pt;
}
a:active {
	color: #990000;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 8.5pt;
}
