html,body {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	width: 100%;
}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #65777E;
}
td, p, div{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}
form{
	padding: 0px;
	margin: 0px;
}
input{
	font-family: Arial;
	font-size: 12px;
	color: #3C454A;
	border: 0px none;
}
input.but{
	border: 1px solid #A0A8B1;
	background-color: transparent;
	font-size: 10px;
	color: #ffffff;
}
select{
	font-family: Arial;
	font-size: 12px;
	color: #3C454A;
}
a {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}
.tblack{
	color: #3C454A;
}
.tbold{
	font-weight: bold;
}
.tred{
	color: #FF0000;
}
.tmiddle{
	font-size: 11px;
}
.tsize1{
	font-size: 14px;
}
.tsize2{
	font-size: 18px;
}
.tsize3{
	font-size: 26px;
}
.tsize4{
	font-size: 30px;
}
#top{
	width: 100%;
	background-image: url(images/bg_top.jpg);
	background-repeat: repeat-x;
	height: 551px;
}
#main_bg{
	width: 100%;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	text-align: right;
	height: 551px;
}
#bottom{
	width: 100%;
	background-image: url(images/bg_bot.jpg);
	background-repeat: repeat-x;
	height: 299px;
}
td img {display: block;}
.description
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}