
html, body{
	margin:30;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}

/* Structure
***********************************************/

#container{
	margin-left:auto;
	margin-right:auto;
	width:653px;
}

ul {
	font-size:90%;
	font-weight : normal;
}

#topnav {
	position:relative;
	float:left;
	margin-top:2px;
	text-align:center;
	width:653px;
	color:#666666;
	font-family:"Times New Roman", Times, serif;
	border-top:2px solid #999999;
	padding-top:5px;
   
}

/* Center part
***********************************************/
#topnav a:link {font-size: 90%;text-decoration: none;color:#666666;}
#topnav a:visited {font-size: 90%;text-decoration: none;color:#666666;}
#topnav a:hover {font-size: 90%;text-decoration: underline;color:#666666;}
#topnav a:active {font-size: 90%;text-decoration: none;color:#666666;}
.nolink {font-size: 90%;text-decoration: none;color:#666666;}

#container-inner {
	position:relative;
	float:left;
	width: 100%;
}

#contentimage {
	position: relative;
	float:left;
	width:350px;
}
#content{
	position:relative;
	font-size:8pt;
	float:left;
	width: 100%;
	
}
		#content h1{
			font-size:140%;
		}
		#content h2{
			font-size:90%;
			font-weight : normal;
	
}
#contentright {
	position: relative;
	float:left;
}
#footer {
	position:relative;
	float:left;
	width: 100%;
		
}
#footer h2 {
	font-family: "Times New Roman", Times, serif;
	text-align:center;
	font-weight:normal;
	color:#999999;
	font-size:80%;
}
#footer a:link {font-family: "Times New Roman", Times, serif;color: #999999;text-decoration: none;}
#footer a:visited {font-family: "Times New Roman", Times, serif;color: #999999;text-decoration: none;}
#footer a:hover {font-family: "Times New Roman", Times, serif;color: #999999;text-decoration: underline;}
#footer a:active {font-family: "Times New Roman", Times, serif;color: #999999;text-decoration: none;}


/* Form
***********************************************/
#ctform {
	width:100%;
}
#ctupper {
	postion:relative;
	float:left;
	width:420px;	
}
.ctinleft {
	postion:relative;
	float:left;
	width:90px;
}
.ctinright {
	postion:relative;
	float:left;
	width:330px;
}
#ctlower {
	postion:relative;
	float:left;
	width:440px;	
	padding:5px;
}
.frmlabel {
	postion:relative;
	float:left;
	width:110px;
	height:25px;
	text-align:right;
	padding-right:5px;
	
}
.frminput {
	postion:relative;
	text-align:left;
	width:320px;
	height:25px;

}
.bodyTextForm {
	font-family: Arial;color: #000000;font-size: 10pt;
}
