@charset "UTF-8";
/* CSS Document */

body{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CBDD61;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size : 10px;
}

.menuRollOver {
	background:#6D4F32;
}

.menuRollOut {
	background:#483114;
}

.navBar {
	background: #CBDD61 url(../images/btn_bar.jpg) repeat-y;
	color: #FFFFFF;
	font: bold 14px;
}

.navBar a {
	color: #FFFFFF;
	font: bold 12px;
	text-decoration: none;
}

.mainBody {
	text-align: left;
	background : url(../images/background.jpg) repeat-y;
}

.moduleContainer_header_c td{
	color : #ffffff;
	font : bold;
}

.moduleContainer_header_l{
	background : url(../images/module_header_l.gif) no-repeat;
	height: 24px;
}
.moduleContainer_header_r{
	background : url(../images/module_header_r.gif) no-repeat;
	height: 24px;
}
.moduleContainer_header_background{
	background : url(../images/module_header_c.gif) repeat-x;
	height: 24px;
}

.moduleContainer_footer_background{
	background : url(../images/module_footer_c.gif) repeat-x;
	height:12px;
}

.footer {
background:#CBDD61;
	background : url(../images/footer_background.jpg) no-repeat;
	height : 35px;
	padding: 0 0 0 0;
}

.footer p {
	color : #ffffff;
	font : bold 12px;
	margin: 0;
	padding: 10px 0;
}

.login{
	color:#fff5ee;
	font-size:9pt;
	}