	
	
	#leftcontent {
	position: absolute;
	top:10px;
	width:160px;
	background:#fff url(images/sidebar.jpg) no-repeat left top;
	border:1px solid #000;
	z-index:2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 5px;
		}
	#centercontent {
	position: absolute;
	background:#fff;
	left: 185px;
	right: 10px;		
	border:1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	top: 10px;
   	width: 77%;
   	z-index:3;
	padding:5px;
		}
	
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: 12px;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000CC;
	font-size: 12px;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	text-decoration: underline;
	font-size: 12px;
	font-style: italic;


}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #0000CC;
	font-size: 12px;
	text-decoration: none;


}
h1 {
	color: #000000;
	font-size: 14px;
	}
h2 {
	color: #000000;
}
h3 {
	color: #000000;
}
.TextField {
background-color: blue;
border-width: 1;
color: white;
font-size: 10pt;
font-family: arial;
}
.abtnname { background-color: #00f; color: #FFF; font-weight: bold; }
