body,html {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #5a5a5a;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #181818; 
/*scrollbar-arrow-color: #CCCCCC;
		scrollbar-3dlight-color: #111111;
		scrollbar-highlight-color: #666666;
		scrollbar-face-color: #444444;
		scrollbar-shadow-color: #191919;
		scrollbar-track-color: #111111;
		scrollbar-darkshadow-color: #191919;*/
	
}

td {
    font-size: 10px;
}

h1{
	font-size: 14px;
	font-weight: bold;
	color: #AD002D /* #315DA6 */;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left: 5px;
	margin-bottom: 2px;
	margin-top: 0px;
}

.header{
	font-size: 12px;
	font-weight: bold;
	color: #AD002D /* #315DA6 */;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.header2{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: underline;
	color: #AD002D /* #315DA6 */;
	font-weight: normal;
	font-size: 10px;
}

a:visited {
	text-decoration: underline;
	color: #AD002D /* #315DA6 */;
	font-weight: normal;
	font-size: 10px;
}

a:hover {
	text-decoration: none;
	color: #5889db;
	font-weight: normal;
	font-size: 10px;
}

a.whitelink:link {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	font-size: 10px;
}

a.whitelink:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	font-size: 10px;
}

a.whitelink:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}

img {
    border: 0px;
}

/* INPUT, SELECT 	{
	background-image: url('/loc/00010/graphics/bg_input.gif');
	color: #5a5a5a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid;
	border-color: #C5C5C5 #C5C5C5 #C5C5C5 #C5C5C5;
	background: White;
} 

checkbox input{
	color: #5a5a5a;
	background: White;
	border: none;
} */

/* NAVIGATION */
.nav_top {
	width: 100%;
	height: 24px;
	background: url(../images/nav_bg_top.jpg) repeat-x left top;
	margin: 0px 0px;
}

.nav_bottom {
	width: 100%;
	height: 16px;
	background: url(../images/nav_bg_bottom.jpg) repeat-x left top;
	margin: 0px 0px;
}

/* SIDEBAR LEFT */
.sbl {
	font-size: 10px;
	color: #ffffff;
	background: url(../images/sbl_bg.jpg) repeat-y left top;
	font-weight: bold;
}

/* SIDEBAR RIGHT */
.sbr {
	font-size: 10px;
	color: #ffffff;
	background: url(../images/sbr_bg.jpg) repeat-y left top;
	font-weight: bold;
}

/* CONTENTBOX */
.cb_top_middle {
	width: 100%;
	background: url(../images/cb_top_middle.gif) repeat-x left top; 
}

.cb_bg_left {
	height: 100%;
	background: url(../images/cb_bg_left.gif) repeat-y left top;
}

.cb_bg_right {
	height: 100%;
	background: url(../images/cb_bg_right.gif) repeat-y left top;
}

.cb_bottom_middle {
	width: 100%;
	background: url(../images/cb_bottom_middle.gif) repeat-x left top;
}

/* NEWSBOX */

.nb_top_bg_middle {
	width: 100%;
	background: url(../images/nb_top_bg_middle.gif) repeat-x left top;
}

.nb_header, .nb_header a, .nb_header a:hover, .nb_header a:visited { 
	background-color: #AD002D /* #315DA6 */;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.nb_header a:hover { text-decoration: underline; }


.nb_gradient_left {
	height: 100%;
	background: url(../images/nb_gradient_left.jpg) no-repeat bottom;
}

.nb_gradient_bg_middle {
	height: 100%;
	background: url(../images/nb_gradient_bg_middle.jpg) repeat-x left bottom;
}

.nb_gradient_right {
	height: 100%;
	background: url(../images/nb_gradient_right.jpg) no-repeat bottom;
}

.nb_footer_bg_middle {
	height: 24px;
	width: 100%;
	background: url(../images/nb_footer_bg_middle.jpg) repeat-x left top;
	text-align: right;
	font-size: 10px;
	color: #5a5a5a;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}

.nb_shadow_bg_middle {
	width: 100%;
	background: url(../images/nb_shadow_bg_middle.jpg) repeat-x left top;
}

/* FOOTER */

.footer {
	font-size: 8px;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/footer_bg.jpg) repeat-x left top;
}

a.footerlink:link {
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

a.footerlink:visited {
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

a.footerlink:hover {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}


/* LOGIN */
/* .login {
	width: 404px;
	height: 47px;
	font-size: 11px;
	color: #cc0033;
	background: url('/loc/00010/graphics/topbar_bg_login.gif') no-repeat left top;
} */



/* B A C K G R O U N D   C O L O R S */

.bgDarkred 	{ background: #5C0014; }
.bgMediumred	{ background: #81001F; }
.bgLightred 	{ background: #AD002D; }


/* F O R E G R O U N D   C O L O R S */

.fgDarkRed 		{ color: #000000; }
.fgMediumRed 	{ color: #8C2525; }


/* Front page news styles */
pre.code { width: 440; border: 1px inset; padding: 5px; background-color: white; }
div.newsitem { width: 534;  
  padding-bottom:20px;
  overflow:auto;
  overflow-x:auto;
  overflow-y:hidden;
}

/* Front Page Events - no events */
span.noevents {
	color: #ffffff;
	font-weight: normal;
	font-size: 10px;
	font-style: italic;
}
