/* Default styles */
body
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}
td, p, input, textarea, select
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
}
a
{
	text-decoration: none;
}
a:visited
{
	color: #5f6eaa;
	text-decoration: none;
}
a:hover
{
	color: #ff6600;
	text-decoration: none;
}

/* Homepage styles */
a.hp_nav
{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
a.hp_nav:visited
{
	color: #ffffff;
}
a.hp_nav:hover
{
	color: #ff6600;
}
a.hp_navlit
{
	font-size: 12px;
	font-weight: bold;
	color: #ff6600;
}
a.hp_navlit:visited
{
	color: #ff6600;
}
a.hp_navlit:hover
{
	color: #ffffff;
}
a.hp_navsub
{
	font-size: 12px;
	color: #ffffff;
}
a.hp_navsub:visited
{
	color: #ffffff;
}
a.hp_navsub:hover
{
	color: #ff6600;
}
a.hp_navsubon
{
	font-size: 12px;
	color: #ffffff;
}
a.hp_navsubon:visited
{
	color: #ff6600;
}
a.hp_navilogoff
{
	padding: 3px;
	background-color: #ff6600;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	width: 70px;
}
a.hp_navilogoff:hover
{
	padding: 3px;
	background-color: #91a5cd;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	width: 70px;
}
a.hp_tab
{
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
}
a.hp_tab:visited
{
	color: #ffffff;
}
a.hp_tab:hover
{
	color: #000066;
}
a.hp_currenttab
{
	font-size: 8pt;
	color: #ffffff;
}
a.hp_currenttab:visited
{
	color: #ffffff;
}
a.hp_currenttab:hover
{
	color: #ff6600;
}
td.hp_tab
{
	background-color: #ff6600;
	text-align: center;
	height: 24px;
}
td.hp_currenttab
{
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #000066;
	text-align: center;
	height: 24px;
}
td.hp_navheader
{
	font-size: 12px;
	color: #ffffff;
}
td.hp_loginheader
{
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	background-color: #91a5cd;
}
input.hp_button
{
	font-weight: bold;
	color: #ffffff;
	border: 1px #ffffff solid;
	background-color: #ff6600;
}
.hp_blueback
{
	color: #ffffff;
	background-color: #000066;
}
.hp_frame
{
	border: 1px #000066 solid;
}
.hp_panel
{
	background-color: #d9e1f0;
}

/* Overlib styles */
.layer
{
	font-size: 10px;
	position: absolute;
	width: 114px;
	top: 20px;
	left: 20px;
	visibility: hidden;
	z-index: 12;
	border: 2px solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-left-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	background-color: #FFD1B2;
	margin: 0px;
}
.innerLayer
{
	padding: 4px;
	color: #000000;
}

/* TopNavigation styles */
a.topnavigation, a.topnavigation:hover, a.topnavigation:visited
{
	font-weight: bold;
	color: #0000ff;
}
a.topnavigationactive
{
	font-weight: bold;
	color: #ff6600;
}
