body, td, div, h1, h2, h3, h4, h5, h6, p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}

body{
	padding: 0;
	margin: 0;
	background-color: #eaeaea;
}

body, td{
	font-size: 11px;
}

p{
	padding: 5px 0 5px 0;
	margin: 0;
}

ul{
	margin: 0 0 5px 20px;
}

ol{
	margin: 0 0 5px 30px;
}

form{
	margin-top: 0;
	margin-bottom: 0;
}

a img{
	border: none;
}

a{
	color: #000;
	text-decoration: underline;
}

a:hover, a:active{
	color: #000;
	text-decoration: none;
}

a.menu{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a.menu:hover, a.menu:active{
	color: #fff;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}

.search{
	width:100px;
	margin-left:5px;
	height: 16px;
	border: solid 1px #fff;
	background-color: #c9c9ca;
	color: #000;
	font-size: 10px;	
}

.news_date{
	color: #767a7d;
	font-size: 10px;
}

a.news{
	color: #000;
	text-decoration: underline;
	font-size: 10px;
}

a.news:hover, a.news:active{
	color: #000;
	text-decoration: none;
	font-size: 10px;
}


.top_bg{
	background-image: url(img/top_bg.jpg);
	background-repeat: repeat-x;
}

.middle_bg{
	background-image: url(img/middle_bg.jpg);
	background-repeat: repeat-x;
}

.bottom_bg{
	background-image: url(img/bottom_bg.jpg);
	background-repeat: repeat-x;
}

.illustr {
margin-bottom:10px;
margin-right:10px;

}

.tableCenter {
width:100%;
text-align:center;
vertical-align:top;
margin-top:10px;

}