@charset "utf-8";

*{
	font-family: Arial; 
}
html{
font-family: Arial; 
}
body {  
	font-size: 12px; 
	font-family: Arial; 
	width:950px;
	margin:0px auto 0px auto;
	margin:0px auto 0px auto !important;
	/*overflow-x:hidden;*/
}

table{clear:both;}
hr
{
	border:0pt none;
	background-color:#FFFFFF;
	border-top:1px solid #6480B8;
	color:#FFFFFF;
	height:4px;
}

select {  font-size: 11px;}
textarea {  font-size: 11px;border: #333333 solid 1px}
button {  font-size: 12px;}
a:link {  color: #000099; text-decoration: none}
a:visited {  color: #000099; text-decoration: none}
a:hover {  text-decoration: underline; color: #0000FF}

input {  font-size: 9pt;BORDER: #333333 solid 1px}
select {  font-size: 9pt}
textarea {  font-size: 9pt;BORDER: #333333 solid 1px}
button {  font-size: 9pt}
.hand  {  cursor: hand}
.checkBox {  height: 12px;BORDER: #333333 solid 0px}
.radio {  height: 12px;BORDER: #333333 solid 0px}
a:link {  color: #000099; text-decoration: none}
a:visited {  color: #000099; text-decoration: none}
a:hover {  text-decoration: underline; color: #0000FF}

.home
{
	/*background:url("/images/home.gif") no-repeat;*/
	position:relative;
	margin:20px auto 20px auto;
	width:780px;
	height:520px;
}
.home_form
{
	position:absolute;
	width:250px;
	top:0px;
	right:10px;
}
.home_form div
{
	display:block;
	clear:both;
}
.home_form label
{
	width:70px;
	display:block;
	float:left;
	margin-top:5px;
	font-weight:bold;
	font-size:12px;
}
.home_form input
{
	display:block;
	float:left;
	margin:5px;
}

#footer
{
	text-align:center;
	font-weight:bold;
}
