body	{
	margin:0px;
	padding:0px;
	background-image: url(images/bg_1.gif);
	background-position: left top;
	background-repeat: repeat;
	font-family:Tahoma;
	font-size: 18px;
						}
h1#title {
	display: none;
}

table#mainbody {
	width: 1004px;
	position: absolute;
	left: 50%;
	margin-left: -502px;
	
	border-left: 1px solid black;
	border-right: 1px solid black;
}

html>body table#mainbody {
	position: static;
	margin: 0 auto;
}

.red {
	color: #D05A2C;
}

a.autosize {
	color: #0091fe;
	font-size: 1em;
}

p {
	font-family: Times New Roman;
	font-size: 150%;
}

label {
	text-align: right;
	width: 6em;
	float: left;
	margin-right: 1em;
}

form br {
	clear: left;
}

fieldset {
	border: none;
}

td {
	font-size:11px;
	font-family:Tahoma;
	color:#5D5D5D;
						}
span	{
						color:#000000;
						}
span a	{
						color:#000000;
						font-size:11px;
						text-decoration:underline;
						}
span a:hover	{
						color:#000000;
						font-size:11px;
						text-decoration:none;
						}																	
a	{
						color:#5D5D5D;
						font-size:11px;
						text-decoration:underline;
						}
a:hover	{
						color:#5D5D5D;
						font-size:11px;
						text-decoration:none;
						}	

ul {
	list-style-type:disc;
	margin:0;
	padding:0;
	font-size: 1.3em;
}

li {
	margin-top: 6px;
}

div#certs ul {
	margin-bottom: 8px;
}

div#certs ul li {
	margin: 2px 30px;
	font-weight: bold;
}
div#certs h3 {
	margin-bottom: 6px;
}
							
form {
						padding:0;
						margin:0;
						}
select	{
						width:215px;
						height:19px;
						color:#8F8F8F;
						font-size:10px;
						margin:0px 0px 1px 0px;
						}
textarea	{
						width:215px;
						height:84px;
						background-color:#ffffff;
						font-family:Tahoma;
						font-size:11px;
						line-height:12px;
						color:#2B2B2B;
						margin:0px 0px 2px 0px;
						padding:2px;
						overflow:hidden;
						}						
input	{
						width:215px;
						height:21px;
						background-color:#ffffff;
						font-family:Tahoma;
						font-size:11px;
						color:#2B2B2B;
						line-height:10px;
						margin:0px 0px 2px 0px;
						padding:2px;
						}
					

/*---------- footer	 ---------------------*/
.footer	{
						color:#ffffff;
						font-size:9px;

						}	
.footer a	{
						color:#FFDB11;
						font-size:9px;
						text-decoration:underline;
						}
.footer a:hover	{
						color:#FFDB11;
						font-size:9px;
						text-decoration:none;
						}																
