/* CSS Document */

BODY {
 	background:url(images/main_bg.gif) left top repeat-y;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7a7a7a;
	border-left:1px;
}

A:link, A:visited {
	color:#e27748;
	text-decoration:underline;
}

A:hover {
	color:#333333;
	text-decoration:underline;
}
dt {
	font-weight:bold;
	margin-top:10px;
}

dd {
	margin-left:13px;
}

dd > p {
	margin-left:10px;
}
.main_table {
	background:url(images/bg_table_top.gif) top repeat-x;
}

.text_box {
	border:1px solid #999999;
	height:15px;
	width:150px;
	font-size:12px;
}

.bt_submit {
	height:18px;
	border:1px solid #666666;
	font-size:12px;
	
}

.footer_text, .footer_text a:link, .footer_text a:visited {
	font-family:Tahoma, Arial;
	font-size:11px;
	text-decoration:none;
	color:#999999;
} 

.footer_text a:hover {
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#e27748;
	text-decoration:none;
}


