body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	}
	
a.searchbutton, a.searchbutton:link, a.searchbutton:visited, a.searchbutton:active, a.searchbutton:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#000000;
	border:#808080 solid 1px;
	padding:2px 4px 3px 4px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	}



.breadcrumbs, a.breadcrumbs, a.breadcrumbs:link, a.breadcrumbs:visited, a.breadcrumbs:active {
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	}
	
a.breadcrumbs:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#057087;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	}


/*footer*/
.footer{
	font-family:Arial, Verdana, Helvetica;
	color:#057087;
	font-size:8pt;
	font-weight:bold;
}

.footer a, .footer a:hover, .footer a:visited{color:#057087; text-decoration:none;}


	
	
	
/*subfooter*/
.subfooter{
	font-family:Arial, Verdana, Helvetica;
	color:#444444;
	font-size:7pt;
	font-weight:bold;
}

.subfooter a, .subfooter a:hover, .subfooter a:visited{color:#444444; text-decoration:none;}


.subtitle{
	font-family:Arial, Verdana, Helvetica;
	color:#057087;
	font-size:10pt;
	font-weight:bold;
}

.quicklinktitle{
	font-family:Arial, Verdana, Helvetica;
	color:#FFFFFF;
	font-size:11pt;
	font-weight:bold;
}

.h1
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;
	color: #666644;
}

.h2
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}

.h3
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #666644;
}

.h4
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

.h5
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}

.h6
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}


#fixfont td, p {font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	color:#444444;
	text-align:left;}

/* Main Menu */
.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 25px;
	background-color: Transparent;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
	border-right: white 0px solid;
	background-color: Transparent;
	display:block;
    padding: 0px 10px 0px 10px;
	height: 25px;
}
.MainMenu_MenuIcon
{
	cursor: pointer;
	background-color: #057087;
	border-left: #057087 0px solid;
	border-bottom: #057087 0px solid;
	border-top: #057087 0px solid;
	text-align: center;
	width: 15px;
	height: 25px;
	display:none;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #057087;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
	width:200px;
}
.MainMenu_MenuBreak
{
	border-bottom: #057087 1px solid;
	border-left: #057087 0px solid;
	border-top: #057087 1px solid;
	border-right: #057087 0px solid;
	background-color: #057087;
	height: 1px;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	background-color: #b1cd49;
	display:block;
    padding: 0px 10px 0px 10px;
	margin:0;
	height: 25px;
	
}
.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}

