/* CSS Document */
body{
background:url(../images/bg_03.jpg);
margin-top:10px;


}
.main_table{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	width:890px;	
}
#TopBox {
	position:absolute;
	left:0px;
	top:0px;
	width:990px;
	height:73px;
	z-index:1;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	padding-right:10px;
	
}

#ImageContainer{
	position:absolute;
	left:0px;
	top:100px;
	width:153px;
	height:141px;
	z-index:2;
	border: 2px solid #000000;
}

#bottom{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
legend{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	margin:0px;
}
hr{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #333366;
}
.dt{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}

table.data_table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 90%;
}
table.data_table th {
	border: 1px solid #D5D5D5;
	color: #555;
	text-align: left;
}
table.data_table tr {border-bottom: 1px solid #DDD;}
table.data_table td, table th {padding: 10px;}
table.data_table td {

	vertical-align:top;
}