body{
	background: url(img/background.png) repeat-x #5294DE;
	text-align: center;
	margin: 0 auto;
	color: #6E6E6E;
	font-family: Verdana;
	font-size: 12px;
}
#site{
	margin: 0 auto;
	text-align: left;
	width: 820px;
}
#header{
	width: 850px;
	height: 280px;
	background: url(img/header.gif) no-repeat;
}
#menu{
	padding-top: 234px;
	margin-left: 10px;
}
#menu ul{
	list-style-type: none;
	margin: 0;
}
#menu li{
	float: left;
	margin-left: 7px;
	color: #809BB3;
	font-weight: bold;
}
#menu a:link, #menu a:visited{
	text-decoration: none;
	color: #809BB3;
	font-weight: bold;
}
#menu a:hover{
	text-decoration: underline;
}
#cont{
	width: 750px;
	margin-left: 44px;
	padding-bottom: 12px;
	background: url(img/bottom.png) bottom center no-repeat;
}
#content{
	width: 726px;
	border: 2px solid #ADCBEC;
	border-top: 0;
	border-bottom: 0;
	background: #FFFFFF;
	padding: 10px;
	font-size: 13px;
}
#footer{
	text-align: center;
	color: #FFFFFF;
	font-size: 9px;
}
a:link {
	color:#2265AB;
	text-decoration:none;
}
a:visited {
	color:#2265AB;
	text-decoration:none;
}
a:hover {
	color:#2265AB;
	text-decoration:underline;
}
.table_a{
	background: url(img/table_a.png) no-repeat;
	width: 100px;
}
.table_b{
	background: url(img/table_b.png);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
.table_c{
	border: 2px solid #96BFEA;
	border-collapse: collapse;
	width: 100%;
	font-weight: bold;
	font-size: 13px;
}
.table_content{
	font-size: 13px;
}