@charset "utf-8";

body {
	background-color: #3a4448;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F3F2F1;
}
a {
	color: #66FFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 6px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}

/*
.logoImage 
{
	background-color: #3a4448;
	background-image: url(nullDC_wraz.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
	padding: 24px;
	float: right;
	margin-top: 0px;
	margin-right: 128px;
}
.logoImage {
	background-color: #3a4448;
	background-image: url(nullDC_wraz.png);
	background-repeat: no-repeat;
	float: right;
	width: 352px;
	height: 120px;
	margin-right: 324px;
	margin-top: 160px;
}
*/

.logoImage 
{
	display: none;
}

.logoImage1 {
	margin-top: 18px;
}

embed {
	
	text-align: center;
	max-width: 660px;
}

.footer {
	background-color: #da460c;
	padding: 10px;
	margin: 0px;
	text-align: center;
}
.panel {
	background-color: #e05e13;
	height: 200px;
	margin: 0px;
	width: 900px;
	background-image: url(adPanel.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
.mainContent {
	background-color: #222e33;
	width: 900px;
	text-align: left;
	margin-top: 6px;
}
.menuContainer {
	width: 900px;
	background-color: #3a4448;
	padding-top: 24px;
}
.mainPage {
	height: auto;
	width: 900px;
	margin: 0px;
	padding: 0px;
}
.tableContainer {
	margin-top: 12px;
}
.leftArea {
	background-color: #3a4448;
	width: 200px;
	margin-bottom: 12px;
	margin-top: 6px;
	margin-right: 12px;
	float: right;
}
.leftAreaTop 
{
	background-image: url(leftAreaTop.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 12px;
	margin: 0px;
	padding: 0px;
}	
.leftAreaBottom
{
	background-image: url(leftAreaBottom.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 12px;
	margin: 0px;
	padding: 0px;
}	

.leftAreaContent {
	padding-right: 12px;
	padding-left: 12px;
	margin-top: -12px;
	margin-bottom: -6px;
}
.rightArea {
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
	width: 670px;
}
.latestNews {
/*	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC; */
	margin-top: 16px;
	margin-right: 6px;
	margin-left: 6px;
	text-align: center;
	/*text-decoration: underline;*/
}
.newsItem {
	margin-top: 6px;
	margin-right: 6px;
	margin-left: 6px;
	margin-bottom: 12px;
}
.newsItemContent {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999999;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #5a6468;
/*	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #999999;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #999999;*/
	padding-top: 6px;
	padding-bottom: 12px;
	/*margin-left: 6px;*/
	/*background-color: #3a4448;*/
	font-size: 14px;
}
.newsItemFooter {
	margin-top: 6px;
	margin-bottom: 24px;
	text-align: right;
	vertical-align: top;
}
.newsItemInfoContainer {
	text-align: left;
	float: left;
}
.newsItemFooterText {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.newsItemHeader {
	margin-top: 12px;
	margin-bottom: 6px;
}
.newsItemSubject {
	color: #FF6600;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.newsItemInfo {
	font-size: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.newsFooter {
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #999999;
	margin-top: 12px;
}
.downloadContainer {
	background-image: url(aDownloadButton.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 42px;
	width: 152px;
	text-align: left;
	vertical-align: middle;
}
.downloadButton {
	padding-left: 12px;
	vertical-align: middle;
	height: 12px;
	width: auto;
}
.downloadArrow {
}
.downloadArrowImage {
	border: none;
}

.noWrap 
{
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
}