.style15 {color: #FFCC99}

body {
	background-color: #34231b;
	margin-bottom:0;
	margin-top:0;
	
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A69B75;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
	SCROLLBAR-SHADOW-COLOR: #000000; 
	SCROLLBAR-ARROW-COLOR: #003300; 
	SCROLLBAR-TRACK-COLOR: #003300; 
	SCROLLBAR-BASE-COLOR: #cccc99; 
	scrollbar-dark-shadow-color: #000000; 
	scrollbar-3d-light-color: #ffffff;
}


a:link {
	color: #B05D09;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#B05D09;
}
a:hover {
	text-decoration: none;
	color: #6699CC;
}
a:active {
	text-decoration: none;
	color: #B05D09;
}



.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#A69B75;
color:#000000;
width:120px;
padding:2px;
text-align:center;
font-size:12px;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}

.submenu{
margin-bottom: 0.5em;
}
#popitmenu a:hover{ /*hover background color*/
background-color: #6699CC;
}

.blueBorder {
	border: thin solid #6699CC;
}
.blueFont {
	color: #6699cc;
}
.orangeBorder {
	border: thin solid #B05D09;
}

.orangeFont {
	color: #B05D09;
}

.maroonBorder {
	border: thin solid #621A01;
}

.yellowFont {
	color:#EFCA83;
}
.style13 {	font-size: 16px;
	font-weight: bold;
}
.smallWhite {font-size: 10px;
		   color:#FFFFFF;
}
		  
.smallFont {font-size: 10px;
}