/* CSS Document */

body {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;	
	background:#1f1f1f url('graphics/top-bg.gif');
	background-position:top center;
	background-repeat:repeat-x;
}

table tr td {
	font-family:Century Gothic, Verdana, Arial, Tahoma;
	font-size:12px;
}

a:link {color:#999999; text-decoration:underline;}
a:active {color:#999999; text-decoration:underline;}
a:visited {color:#999999; text-decoration:underline;}
a:hover {color:#999999; text-decoration:none;}

.top-banner-bg {
	background-image: url('graphics/top-banner.jpg');
	background-position:left bottom;
	background-repeat:no-repeat;
	height:117px;
}

.bg-numbers {
	background-image: url('graphics/bg-numbers.gif');
	background-position:top center;
	background-repeat:no-repeat;
}

.content-bg {
	background-color:#cccccc;
}

.bg-bottom {
	background-image: url('graphics/bg-bottom.gif');
	background-position:top center;
	background-repeat:repeat-x;
	height:100px;
	padding: 20px 10px 10px 10px;
}
.bg-bottom table tr td {
	color: #999;
	font-size: 8pt;
}

.white-bg {background-color:WHITE; width:598px; height:540px;}

.news-title {
	color:WHITE;
	font-size:12pt;
	font-weight:bold;
	background-image: url('graphics/news_top-bg.gif');
	background-repeat:no-repeat;
	height:34px;
	padding-left:32px;
	padding-top:6px;
}

.news-bg {background-image: url('graphics/news-bg.gif');
	background-repeat:no-repeat;
	background-position:top;
	height:200px;}

.news-text {
	color:WHITE;
}




