/* CSS Document */
body{
margin-top:0px;
background-color:#CCCCCC;
}

.bannerTB {
background-image:url(images/top.jpg);
width:990px;
height:153px;
vertical-align:text-top;
}

.bannerTB div{
margin-top:17px;
margin-right:2px;
text-align:right;
font-size:12px;
color:#000000;
}

.bannerTB a{
font-size:12px;
color:#000000;
text-decoration: none;
}

.bannerTB a:hover{
font-size:12px;
color:#FF0000;
text-decoration:underline;
}

.navigateTB {
	background-image:url(images/lt.jpg);
	background-repeat:repeat-y;
	width:162px;
	height:100%;
	vertical-align:text-top;
}

.navigateArea {
	margin-top:40px;
}

.navigateArea a{
 font-size:16px;
 color:#FFFFFF;
 text-decoration:none;
 background-repeat:no-repeat;
 background-position:15px;
 padding-top: 3px;
 padding-right: 15px;
 padding-bottom: 3px;
 padding-left: 10px;
}

.navigateArea a:hover{
 background-color:#FF9900;
 font-weight:normal;
 font-size:16px;
 color:#ffffff;
 text-decoration:none;
 background-repeat:no-repeat;
 background-position:15px;
 padding-top: 3px;
 padding-right: 15px;
 padding-bottom: 3px;
 padding-left: 15px;
}

.contentTB {
	background-color:#FFFFFF;
	width:820px;
	height:100%;
	vertical-align:text-top;
}

.acskey{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#CCCCCC;
	text-decoration: none;
}

.footerTB {
background-color:#999999;
    font-size:12px;
    text-align:center;
	height:40px;
	vertical-align:text-top;
}
