@charset "utf-8";
/* CSS Document */

a:link {
	color: #009900;
	text-decoration:none;
}

a:visited {
	color: #009900;
	text-decoration:none;
}

a:hover {
	color: #003300;
}

a:active {
	color: #009900;
	text-decoration:none;
}

body,td,th {
	font-family: Trebuchet MS, Tahoma, Arial, Verdana;
	font-size: small;
	color: #FFFFFF;
}

body {
	background-image: url(images/bg.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.footer {
	font-size: 11px;
	color: #CCCCCC;
}

.content {
	width: 740px; 
	margin: 20px 0px 0px 30px; 
	vertical-align: top;
	color: #666666;	
}

.contentHeading {
	font-size: 24px;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana;
	font-style: bold;
	color: #FFCC00;
}

.contentText {
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	color: #666666;
}

.newscontentText {
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	color: #666666;
}
.newsDesc {
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	color: #666666;
}

.newsUpdate {
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC00;
}

.rlinks {
	font-family: Tahoma, "Trebuchet MS", Arial, Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #669900;
}

#moreNews {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1000000;
	background-image: url(images/newsbg.png);
	background-repeat: repeat;
	visibility: hidden;
	overflow: auto;
}

