
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
 	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	vertical-align: top;
	text-align: left; 
	background-color: #ece8df;
}

#topbg 
{
	height: 181px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-image:   url(images/topbg.jpg);
	z-index: 25;
	
}


#main_container
{
	position:relative;
	color: #333;
	width:760px;
	padding:0;
	top: 0;
	height:100%;
	z-index: 50;
 }
 
 body, table
 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: left;
 }
 
  td
 {
	vertical-align: top; 	
 }
 

 
.body10 
{
	font-size: 10px;
}

h1
{
	font-size:14px;
	color:#000;
	margin:0;
	text-decoration:underline;
}
input,textarea {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

a:link,a:visited
{
	color:#c7541b;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	background-color:#f6a379;
	color:#FFFFFF;
}

strong
{
	
	font-weight:bold;
}

.body13
{
	font-size:13px;
}

.body13red
{
	font-size:13px;
	font-weight:bold;
	color:#FF0000;
}