﻿body {
	background-color: #343434;
	margin-top:0px;
}
.maintable {
	width: 900px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.top {
	height: 98px;
	background-image: url('../images/bg.png');
}
.menutd {
	background-image: url('../images/bg_menu.png');
	background-repeat: repeat-x;
	height: 48px;

}
.septable {
	width: 900px;
	height: 48px;
	font-family: tahoma;
	font-size: 10pt;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.sep {
	width: 2px;
	background-image: url('../images/sep.png');
	background-repeat: no-repeat;
}
.septable a:link {
	color:#ffffff;
	text-decoration: none;
}

.septable a:hover {
	color:#073562;
	text-decoration: none;
}

.septable a:visited{
	color:#ffffff;
	text-decoration:none;
}
.septable a:hover {
	color:#073562;
	text-decoration: none;
}

.line1 {
	width: 1px;
	background-color: #034C91;
}
.leftside {
	width: 220px;
	vertical-align: top;
}
.rightside {
	width: 679px;
	vertical-align:top;
}
.table {
	border-style: none;
	border-width: 0px;
}
.rate {
	width: 436px;
	vertical-align:top;
}
.line2 {
	background-color: #d5d5d5;
	width: 1px;
}
.ratetitle {
	height: 39px;
	background-image: url('../images/bgrate.png');
	font-family: tahoma;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
	text-align: left;
}
.line3 {
	background-color: #d5d5d5;
	height: 1px;
}
.innertext {
	font-family: tahoma;
	font-size: 12px;
	color: #808080;
	padding:10px;
	text-align:justify;
	}
	
.innertext a:link {
	color: #808080;
	text-decoration:none;
	}
.innertext a:hover;{
	color:blue;
	text-decoration:underline;
	}
.innertext a:visited;{
	color: #808080;
	text-decoration:none;
	}
.innertext a:hover;{
	color:blue;
	text-decoration:underline;
	}

.footertxt {
	font-family: tahoma;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
}


.center {
				text-align: center;
}


.gobold {
				font-weight: bold;
}
.gotop {
				vertical-align: top;
}
