body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

BODY
{ 
	background-image: url(b1.jpg); 
	background-color:#F5EAD3;
	background-repeat: repeat; 
}

.litetable, .litetable TD, .litetable TH
{
font-family:sans-serif;
font-size:8pt;
}

.bg 
{ 
	background-image: url(b1.jpg); 
	background-repeat: repeat-x; 
	background-position: left top; 
	border-width: 0; 
}

#main 
{ 
	background-color: white; 
	width: 900px; 
	margin: 0; 
	padding: 20px; 
	height: 3000px;
}

#left 
{
	float: left;
	top: 0%;
	left: 0px;
	width: 65%;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;

}

#right 
{
	margin-left: 6px;
	float: right;
	top: 0%;
	left: 0px;
	width: 33%;
	background-color: white;

}

.style1 
{
font-size:16px;
color: #333333; 
}

.style1 A:link 
{

font-size: 16px; color:#0066FF; 
}

.style1 A:visited 
{
	font-size: 16px; color:#6666FF;
	
}

.style2 
{
	font-size: 13px; 
	color: #333333; 
	line-height: 145%;
}
.style2 TD {font-size: 12px}

.style2 A:link {font-size: 12px; color:#0066FF; }
.style2 A:visited { font-size: 12px; color:#0066CC; }

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 4px 15px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 5px; /*shift text down 1px for selected and active item*/
padding-bottom: 3px; /*shift text down 1px for selected and active item*/
background: black url(indentbg2.gif) center center repeat-x;
}
