/* body css*/

body {
margin: 0;
padding: 0;
background-color: #000000;
font-size: 11px;
font-family:Arial, Helvetica, sans-serif;
color:#333333;
}

.table_level1 {
background-color:#FFFFFF;
padding: 0;
border:none;
}

.table {
padding: 30px 20px 20px 20px;
vertical-align:top;
}

.textfooter {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;}

.textrights {
font-family:Arial, Helvetica, sans-serif;
font-size: 9px;
color:#ffffff;}

.graytxt {
font-family:Arial, Helvetica, sans-serif;
font-size: 9px;
color:#999999;}

h2 ,h1 {
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
}

.bottomnav a:link, #bottomnav a:visited {
color: #000000;
fontsize: 9px;
text-decoration: none;
}
#bottomnav a:hover {
color:#CC0000;
text-decoration: none;
fontsize: 9px;
}
.SubHead{
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color:#333333;
}
.normal, Normal{
font-size: 12px; color: #800000; text-align: left; word-spacing: 5; 
               line-height: 150%; border: 1px solid #000000; margin: 40 0; 
               padding-left: 4px; padding-right: 4px; padding-top: 10px; 
               padding-bottom: 10px; background-color:#E1E1E1}
               
               
a,a:link,a:active,a:visited {
	font-style:none;
	color: #111122;
	text-decoration:none;
}
a:hover {
	color:#ff0000;
	text-decoration:underline;
}

textarea,input
{
	font:inherit;
	font-size:1em;
}

div#col1 
{
	width: 500px;
	padding: 20px;
	float: left;
	padding-top: 30px;
}

div#col2
{
	padding: 20px;
	float: right;
	padding-top: 30px;
}

/*-------------------------------
Form styles start
-------------------------------*/
/* General forms */
form.form { /* nothing here */ }

	form.form ol.fieldset {	list-style: none }
	
		form.form ol.fieldset li.field { margin: 1em 0; padding: 0 0 0px 90px; position: relative }
		
			form.form ol.fieldset li.field label { display: block; width: 80px; text-align: right; position: absolute; top: 2px; left: 0 }
			
	form.form p.submit { margin-left: 130px }
	
		form.form p.submit input { padding: 3px 7px }

	form.form p.submit2 { margin-left: 0px }

		form.form p.submit2 input { padding: 3px 7px }

span.errortext
{
	color: Red;
	font-size: medium;
	font-weight: bold;
}
		
/*-------------------------------
Form styles end
-------------------------------*/
