* {	font-family: Arial, Helvetica; font-size: 12px; }

BODY { margin: 0px; background-repeat: no-repeat; }

A 
{ 
	color: blue; 
	text-decoration: none; 
}

A:hover
{
	color: blue;
	text-decoration: underline;
}

.menu_link
{ 
	text-decoration: none; 
	color: #000000; 
}

H1 { font-size: 16px; }
H2 { font-size: 14px; padding-bottom: 3px; border-bottom: solid #cccccc 1px; }

.header { font-size: 14px; font-weight: bold; }
.footer { font-size: 11px; color: #cccccc; padding: 5 0 0 10px; }
.footer A { font-size: 11px; color: #cccccc;  }

.menu_cell
{
	font-family: arial; 
	font-size: 12px; 
	background: #FEB524;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	white-space: nowrap; 
	height: 26px;
}

.menu_cell_right
{
	font-family: arial; 
	font-size: 12px; 
	background: #F59225;
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	white-space: nowrap; 
	height: 26px;
}

.menu_cell_right a
{
	color: #000000;
	text-decoration: none;
}

.menu_cell_right a:hover
{
	color: #000000;
	text-decoration: none;
}

.submenu_cell
{
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	height: 26px;
	width: 180px;
}

.submenu_cell a
{
	color: #000000;
	text-decoration: none;
}

.submenu_cell a:hover
{
	color: #000000;
	text-decoration: none;
}

.menu_right
{
	float: right; 
}

.titles
{
	font-size: 16px;
	font-weight: 700;

}

.icon
{
	position: relative;
	top: 3px;
	padding-right: 2px;
}

.sitemap 
{
	font-family: arial; 
	font-size: 12px; 
	line-height: 140%;
}

.sitemap a
{ 
	color: black; 
	text-decoration: none; 
}

.sitemap a:hover
{
	color: blue;
	text-decoration: bold;
}

