@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
    margin-right: 0px;
	margin-bottom: 0px;
	background-color: #B6B8A8;
    background-image:url(tb_bg.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	color: #E8E8E3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E8E8E3;
}
a:hover {
	text-decoration: underline;
	color: #E8E8E3;
}
a:active {
	text-decoration: none;
	color: #E8E8E3;
}
.my a:link {
	color: #ACAC99;
	text-decoration: none;
}
.my a:visited {
	text-decoration: none;
	color: #ACAC99;
}
.my a:hover {
	text-decoration: underline;
	color: #ACAC99;
}
.my a:active {
	text-decoration: none;
	color: #ACAC99;
}
.textlink a:link {
	color: #545645;
	text-decoration: none;
}
.textlink a:visited {
	text-decoration: none;
	color: #545645;
}
.textlink a:hover {
	text-decoration: underline;
	color: #545645;
}
.textlink a:active {
	text-decoration: none;
	color: #545645;
}
.style1 {
	color: #ACAC99;
}
.heading {
	color: #FFFFFF;
	font-size: 16px;
	font-weight:bold;
}
.maintext {
	color: #545645;
	font-size: 11px;
}
#form{width:260px; overflow:hidden; padding-top:5px;}
#form .line{height:26px;}
#form input{width:250px; height:20px;}
#form textarea{width:250px; height:113px; overflow:hidden; margin-bottom:8px;}
#form a{float:right; margin-left:21px;}
input, textarea, select{color:#000000; vertical-align:top; text-align:left; border: 1px solid #313131; background:#F4F4F4; font:11px Tahoma, Arial, helvetica, sans-serif; padding-left:5px;}