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: #ffffff; 
/*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;*/
	
}



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(../wr_images/nav_bg_top.jpg) repeat-x left top;
	margin: 0px 0px;
}

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

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

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

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

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

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

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

/* NEWSBOX */

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

.nb_header {
	background-color: #315DA6;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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

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

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

.nb_footer_bg_middle {
	height: 24px;
	width: 100%;
	background: url(../wr_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(../wr_images/nb_shadow_bg_middle.jpg) repeat-x left top;
}

/* FOOTER */

.footer {
	font-size: 8px;
	color: #FFFFFF;
	text-align: center;
	background: url(../wr_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: #750505; }
.bgMediumred	{ background: #8C2525; }
.bgLightred 	{ background: #BF3737; }


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

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

