/* General */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin: 0;
	overflow: -moz-scrollbars-vertical;
}
#bg {
	background-color: #c3c0b9;
	
	background-image: url(img/page_bg2.jpg);
	background-repeat: repeat-x;
}
a:link, a:visited, a:active {
	color:#0066CC;
	text-decoration:none;
}
a:hover {
	color:#BA1F00;
	text-decoration:underline;
}

/* Headers */

/* Page */
#title {
	color:#08085A;
	font-size:16px;
	font-weight:bold;
	border-bottom:3px solid #ff9e31;
	line-height:20pt;
	margin-bottom:30px;
}
#subtitle {
	color:#08085A;
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #ff9e31;
	line-height:10pt;
	margin-bottom:15px;
}


#content {
	padding:10px;
	padding-bottom:25px;
}

/* Text */
.green_txt {
	color:#009933;
	font-size:11pt;
	font-weight:bold;
}
.spaced {
	line-height:16pt;
}
.style8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* Menu */
#menu {
	list-style:none;
	text-align:left;
}
#menu li a:link, #menu li a:visited, #menu li a:active {
	width:170px;
	padding-left:8px;
	margin-left:0;
	/*color:#000;*/
	color:#636994;
	text-decoration:none;
	line-height:20px;
	display:block;
	/*border:1px #00FF33 solid;*/
}
#menu li a:hover {
	/*color:#0E81BC;*/
	color:#FF9935
	text-decoration:underline;
	display:block;
}
#menu ul a {
	color:#000;
}
#menu ul {
	list-style:none;
	margin:15px;
	margin-left:0;
	padding:0;
	padding-left:20px;
	background-image:url(img/ball.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-weight:bold;
	color:#AAFA78;
}

/* Table */
/*.white_bg {
	background-color:#FFF;
}

/* Footer */
#footer {
	font-size:9pt;
	color:#615E5A;
	padding-top:4px;
}
#footer a:link, #footer a:visited, #footer a:active { 
	color:#BF6A0A;
	text-decoration:none;
}
#footer a:hover {
	color:#BF6A0A;
	text-decoration:none;
}
