@import url("menu.css");
body{
	background-image:url(images/back.gif);
	background-repeat:repeat-x;
	background-color:#E7EEF4;
	margin:0px;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#666666;
}
a{
	text-decoration:none;
	color:#517289;
}
a:hover{
	text-decoration:none;
	color:#666666;
}
#centerDiv{
	background-color:#FFFFFF;
	padding:5px;
	height:auto;
	width:670px;
}
#headDiv{
	background-image:url(images/head_back.gif);
	background-repeat:repeat-x;
	height:101px;
}
#headRightLine{
	padding:8px 8px 5px 5px;
}
#mainDiv{
	margin-top:3px;
}
#leftColumn{
	margin-right:5px;
	width:165px;
	height:auto;
	float:left;
}
#centerColumn{
	width:485px;
}
#rightColumn{
	width:150px;
	float:left;
}
#tableList
{
	border:solid 1px #FFFFFF;
	border-collapse:collapse;
	background-color:#E7EEF4;
	font-size:11px;
	line-height:13px;
	width:100%;
	margin-bottom:5px;
}
#tableList td
{
	border:solid 1px #FFFFFF;
	padding:5px;
}
#title
{
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;	
	margin-top:10px;	
}
.tableZoom
{
	border:solid 1px #FFFFFF;
	border-collapse:collapse;
	background-color:#E7EEF4;
	font-size:11px;
	line-height:13px;
	width:100%;
	margin-bottom:5px;
}
.tableZoom td
{
	border:solid 1px #FFFFFF;
	padding:5px;
}
.homeText
{
	font-size:11px;
	margin-bottom:10px;
	text-align:justify;
	line-height:16px;
}
.homeTextSmall
{
	font-size:10px;
	margin-bottom:10px;
	text-align:justify;
	line-height:12px;
}

