/* CSS Document */
body{
font-family: Arial;
font-size: 12px;
background-image: url(images/bg-line.jpg);
background-repeat: repeat-x;
background-color:#F0F4F7;
}
.body-font{
	font-family: Arial;
	font-size: 12px;
}
.logo{
margin-top: 0;
}
.menu{
width: 800px;
height: 80px;
background-image: url(images/menu-bg.jpg);
background-repeat: repeat-x;
}
.content{
width: 800px;
padding-top: 20px;
padding-left: 15px;
padding-bottom: 15px;
font-family: Arial;
font-size: 12px;
background-color: #FFFFFF;
}
.content-body{
	padding-top: 10px;
	font-family: Arial;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: justify;
}
.footer {
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	width: 100%;
	height: 70px;
	font-family: Arial;
	font-size: 11px;
	color:ffffff;
}
.search-button {
font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	width: 145px;
	height: 25px;
	background-color:#cc0000;
	border: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.search-box {
width: 276px;
border: 1px solid #CC0000;
}
.right-line {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	padding-left: 15px;
}
#text {margin:50px auto; width:500px}
.hotspot {color:#900; padding-bottom:1px; cursor:pointer}

#tt {position:absolute; display:block; }
#tttop {display:block; height:5px; margin-left:5px; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; overflow:hidden}

.font11px{	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;}.border1px {
	border: 1px solid #006699;
}
