BODY {
	font-size: 11pt;
	margin: 0;
}

#TopMenuBar {
	position: relative;
	top: 0px;
	width: 100%;
	height: 24px;
	background-image: url(home/midbar.jpg);
	background-color: #880000;
	color: #FFFFFF;
	font: 14px/24px;
	padding-left: 15px;
	font-weight: bolder;
}

UL#TopMenus {
	position: absolute;
	top: 0px; width: 925px;
	padding: 0;
	list-style: none;
}
UL#TopMenus LI {
	float: right;
	border-left: 1px solid White;
	height: 24px;
}
UL#TopMenus LI A:hover {
	background-color: #CC3300;
	color: #FFFFFF;
	font: 13px/27px;
}
UL#TopMenus LI A {
	text-align: center;
	text-decoration: none;
	width: 85px;
	color: #FFFFFF;
	font:12px/24px;
}

#idSelect {
	margin-top: 20px;
}
#idSelect A {
	font: 12px/20px;
	text-decoration: underline;
	color: #003D77;
}
#idSelect IMG {
	border: 1 solid #000000;
}

#idNews {
	margin-top: 25px;
	margin-left: 30px;
	margin-right: 30px;
	height: 170;
}
#idNews P {
	font: 12px;
	line-height:150%;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 3px;
}
#idNews .PubDate {
	color: #999;
	font-size: 10px;
}

#idFooter {
	position: absolute;
	top: 576; width: 100%;
	height: 18px;
	background-color: #696969;
	color: #ffffff;
	font: 11px/18px;
	text-align: right;
	padding-right: 30px;
}