.whiteLeftBorder
{
	border-right:2px solid #ffffff;
}

BODY{
	background: #EFEABF;
	color : #000000;
	font-family : "arial", "Courier New", "Bookman Old Style", "Times New Roman", serif;
	font-size: 14px;
	text-align: left;
	scrollbar-arrow-color : #000000;
	scrollbar-base-color : #E9E3A7;
	scrollbar-face-color : #FEFEABF;
	scrollbar-3d-light-color : #EFEABF;
	scrollbar-dark-shadow-color : #EFEABF;
	scrollbar-highlight-color : #EFEABF;
	scrollbar-shadow-color : #EFEABF;
	margin:0px;
}

.content
{
	color : #000000;
	font-family : "arial", "Courier New","Bookman Old Style", "Times New Roman", serif;
	font-size: 14px;
	padding:4px;
	line-height:16px;
	height=:95%
}


H1{ 
font-family : "arial", "Courier New","Bookman Old Style", "Times New Roman", serif;
	font-size: 12px;
	margin-bottom: 0px;
}

H2{ 
font-family : "arial", "Courier New","Bookman Old Style", "Times New Roman", serif;
	font-size: 16px;
	margin-bottom: 0px;
}
H3{ 
font-family : "arial", "Courier New","Bookman Old Style", "Times New Roman", serif;
	font-size: 10px;
	margin-bottom: 0px;
}

H3{ 
font-family : "arial", "Courier New","Bookman Old Style", "Times New Roman", serif;
	font-size: 10px;
	margin-bottom: 0px;
	color: #EFEABF;
}

H4{ 
font-family : "arial", "Courier New","Bookman Old Style", "Times New Roman", serif;
	font-size: 10px;
	margin-bottom: 0px;
	color: #EFEABF;

A {
	color: #887E22;
}

A:Hover {
	color: Silver;
}

HR {
	height: 1pt;
}

HR {
	height: 1pt;
	
}


.menulines
{
	border:1px solid white;
	font-size: 11px;
	font: arial;
	background: #E9E3A7;
	padding:2px;
	cursor:hand;
	cursor:pointer;
}

.menulines a
{
	text-decoration:none;
	font-size: 11px;
	font: arial;
	color:black;

}

a:hover {position: relative;}

a span {display: none;
		background-color: #E9E3A7;
		color: #000000;
		border-color: #FFFFFF;
		font-style: italic;
		text-decoration: none;
		}
		
a:hover span {display: block;position: absolute; top: 0px; left: 200px;}-->

