/* CSS Document */
body{
	background-color:#EBEBE3;
	padding:0px;
	margin:0px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #AA1917;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}
td{
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
.footer{
	font-size: 10px;
	color: #999999;
}
.font_red{
	color:#AA1917;
}
.bt_submit{
	background-image: url(../images/bt-submit.jpg);
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	width:48px;
	height:17px;
	cursor:pointer;
}
.bt_reset{
	background-image: url(../images/bt-reset.jpg);
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	width:48px;
	height:17px;
	cursor:pointer;
}
.bg_txtbox1{
	background-color:#EAEAE2;
	border: 1px solid #A6A497;
}
.style1 {color: #CCCCCC}