BODY
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	color: #000000;
}
	
TD
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	color: #000000;
}


.large { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold;
}

.xlarge { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: bold;
}

B { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	color: #000000;
}

.sml { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal;
	color: #000000;
}

.smlbold { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold;
	color: #000000;
}

.textbox {
	border:#000000 1px solid;
	color:#000000;
	font-family:arial,helvetica,sans-serif;
	font-size:11px;
}

A:link {
        color: #225D9F;
        text-decoration: underline
}
A:visited {
        color: #225D9F;
        text-decoration: underline
}
A:active {
        color: #225D9F;
        text-decoration: underline
}
A:hover {
        color: #0000FF;
        text-decoration: underline
}




#navcontainer ul
{
display: block;
list-style: none outside;
padding: 0;
margin: 0 0 0 0px;
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
}

#navcontainer li
{
	padding: 0;
	margin: 0 1px 0 0;
	border-top: 1px solid #cecbc6;
	border-right: 1px solid #cecbc6;
	border-left: 1px solid #cecbc6;
	background-color: #000066;
	color: #ffffff;
	font-weight: bold;
	/* the next 4 lines are magic */
	display: block;
	float: right;
	position: relative;
	top: -1.32em;
}

#navcontainer a:link,
#navcontainer a:visited
{
	background-color: #00B6C6;
	color: #ffffff;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}

#navcontainer a:hover
{
	background-color: #808285;
	color: #FFFFFF;
}

#navcontainerclear { display: none; }

html>body #navcontainerclear
{
	display: block;
	clear: both;
}

#navcontainer li#active a
{
	background-color: #FFFFFF;
	color: #4B4B4B;
}


