@charset "utf-8";
body{
	margin:0px;
}
a:link{
	color:#09C;
	text-decoration:none;
}
a:visited{
	color:#09C;
	text-decoration:none;
}
a:hover{
	color:#F60;
	text-decoration:none;
}
a:active{
	color:#09C;
	text-decoration:none;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333;
	text-align: justify;
	padding-left: 8px;
}
.maintable {
	height: 100%;
	width: 100%;
	background-image: url(images/back.jpg);
}
.midtable {
	width: 1000px;
}
.top-strip {
	background-image: url(images/top-bg.png);
	height: 58px;
	width: 1000px;
	background-repeat: no-repeat;
}
.body-bg {
	background-color: #f7f7f7;
}
.button-bg {
	background-image: url(images/button-bg.jpg);
	background-repeat: repeat-x;
	height: 51px;
}
.titile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #993300;
	text-align: left;
	padding-left: 8px;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-left: 8px;
	text-align: left;
}
.white-font {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
.footer-bg {
	background-image: url(images/bottom-bg.png);
	height: 170px;
}
.blue-font {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #069;
	text-align: left;
}
.send-button {
	background-image: url(images/send-button.png);
	background-repeat: no-repeat;
	height: 32px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 127px;
}
.line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.manf-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #333;
	text-decoration: blink;
	line-height: 35px;
}
.box {
	border: 1px solid #CCC;
}
.td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
