body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	cursor: default;
}
td {
	font-size: 10px;
}
a:link {
	color: #A4B0DF;
	text-decoration: none;
}
a:visited {
	color: #A4B0DF;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
.header-main{
	font-size: 11px;
	font-weight : bold;
}
.header-sub{
	font-size: 10px;
	font-weight: bold;
}
#divContainer{
	position:relative;
	width:520;
	height:300;
	overflow:hidden;
	clip:rect(0 520 300 0);
	visibility: hidden;
} 
#divContent{position:relative; top:0; left:0} 
