body {
	background-color: #F5940F;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	line-height: 17px;	
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #E2E2E2;
	border: 1px solid #333333;
	width:200px;
	height:18px;
}
textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #E2E2E2;
	border: 1px solid #333333;
	width:200px;
	height:40px;
}
.checkbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: Transparent;
	width:100px;
}
select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #E2E2E2;
	border: 1px solid #333333;
	width:200px;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #E2E2E2;
	border: 0px solid #333333;
}
table {
	font-family: "verdana";
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left: 0px;
 	padding-right: 0px;

}
.heading {
	font-family: "verdana";
	font-size: 12px;
	font-weight: Bold;
	color: #990000;

}
.subheading {
	font-family: "verdana";
	font-size: 12px;
	font-weight: Bold;
	color: Black;
	background-color:#F69103;

}
.Footerlinks {
	font-family: "verdana";
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}
.footerlinks:hover{
	font-family: "verdana";
	font-size: 11px;
	font-weight: normal;
	color: #9B1702;
	text-decoration: underline;

}
.leftlinks {
	font-family: "verdana";
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;

}
.leftlinks:hover {
	font-family: "verdana";
	font-size: 11px;
	font-weight: bold;
	color: #9B1702;
	text-decoration: undeline;

}
.inner_content {
	font-family: "verdana";
	font-size: 11px;
	line-height: 13pt;
	font-weight: normal;
	color: #000000;	
	text-decoration: none;
	padding-left: 20px;
 	padding-right: 20px;

}
.links {
	font-family: "verdana";
	font-size: 11px;
	font-weight: normal;
	color: #9B1702;
	text-decoration: none;

}
.links:hover {
	font-family: "verdana";
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;

}


#progressBackgroundFilter 
{
    position:fixed; 
    top:0px; 
    bottom:0px; 
    left:0px;
    right:0px;
    overflow:hidden; 
    padding:0; 
    margin:0; 
    background-color:#000000; 
    
    filter:alpha(opacity=50); 
    opacity:0.5; 
    z-index:1000; 
}

#processMessage 
{ 
    position:fixed; 
    top:30%; 
    left:43%;
    padding:0px; 
    width:30%; 
    z-index:1001; 
   