body {
	background-color: #000000;
	color:#FFFFFF;
}
/*-----------------------------------------------------------*/
h1, h2, h3, h4 {
	font-family:Arial, Helvetica, sans-serif;
	margin:5px;
	color:#E7A918;
	font-weight:bold;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:14px;
}
h4 {
	font-size:12px;
}
/*-----------------------------------------------------------*/
p {
	margin:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
/*-----------------------------------------------------------*/
a:link {
	color: #6E93BA;
	text-decoration: underline;
}
a:visited {
	color: #6283A6;
	text-decoration: underline;
}
a:hover {
	color: #6E93BA;
	text-decoration: underline;
}
a:active {
	color: #FF3300;
	text-decoration: underline;
}
/*-----------------------------------------------------------*/
ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	widows: 2;
	list-style-type: square;
	text-indent: 2px;
}
/*-----------------------------------------------------------*/
hr {
	color: #83AFDE;
	width: 100%;
	border-top-width: 2px;
	border-top-style: dotted;
	border-bottom-style: none;
}
/*-----------------------------------------------------------*/
#pageframe {
	background-color: #333333;
	background-image:url(images/shadow_logo.gif);
	background-repeat:no-repeat;
	background-position:45px 170px;
}
/*-----------------------------------------------------------*/
#contentheader {
	background-image:url(images/splitterz_header.gif);
	background-repeat:no-repeat;
}
/*-----------------------------------------------------------*/
.contentholder {
	border-top:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	border-left:1px solid #AAAAAA;
	border-bottom:1px solid #AAAAAA;
}
/*-----------------------------------------------------------*/
.contentmast {
	background-image:url(images/thead_bg.jpg);
	background-repeat:no-repeat;
	background-position: right;
}

#topmenu {
	padding-top:2px;
	padding-bottom:2px;
	background-color: #333333;

}
#topmenu a:link, #topmenu a:visited, #topmenu a:active {
	color: #E7A918;
	text-decoration: underline;
}
#topmenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.smalltext {
	font-size:10px;
}
/*-----------------------------------------------------------*/
.newsbox img{
	lext-align:left;
	padding 3px;
}
/*-----------------------------------------------------------*/
