@charset "utf-8";
/* CSS Document */

body {
	background: #036;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin-top: 0px;
}

.topBg {
	background: url(images/top-bg.gif);
	height: 138px;
}

#midBg {
	background: url(images/mid-bg.gif) bottom right no-repeat;
	width: 915px;
	padding-left: 20px;
	padding-right: 20px;
}

#bottom {
	padding: 10px;
	font-size: 10px;
	color: #fff;
}

.mainHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #666;
	text-align: left;
	
}

#mainNews1 {
	width: 290px;

	font-size: 10px;
	padding: 10px;
}

#mainNews2 {
	border: 1px solid #CCC;

}

.newsHeader {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #999;
}

a.mainLink {
	font-weight: bold;
	color: #666;
	font-size: 12px;
	text-decoration: none;
}

a.mainLink:hover {
	font-weight: bold;
	color: #600;
	font-size: 12px;
	text-decoration: underline;
}

a.topLink {
	color: #fff;
	text-decoration: underline;
	font-size: 10px;
}

a.topLink:hover {
	color: #F00;
	text-decoration: underline;
	font-size: 10px;
}

.midBgTd {
	background: url(images/mid-bg2.gif);
}