body
{
	background-color: #6699cc;
	color: #303030;
	font-size: 10pt;
	font-family: Arial, Helv;
	background-image: url(../images/backplane.gif);
	background-position: center top;
	background-repeat: repeat-y;
}
.leftPanel
{
	z-index: 100;
	top: 60px;
	position: absolute;
	left: 50%;
	width: 140px;
	margin-left: -395px;
}
.rightPanel
{
	z-index: 100;
	top: 60px;
	position: absolute;
	left: 50%;
	width: 620px;
	margin-left: -250px;
	padding: 10px 10px 10px 10px;
}
.menuBar
{
	z-index: 110;
	border: none;
	position: absolute;
	height: 18px;
	top: 32px;
	left: 50%;
	margin-left: -310px;
	width: 700px;
	background-color: #f0f0f0;
}
h1
{
	margin-top: 2px;
	margin-bottom: 2px;
	color: #336699;
	font-family: Arial, Helv;
	font-size: 14pt;
	font-weight: bold;
}
h2
{
	margin-top: 2px;
	margin-bottom: 2px;
	color: #6699cc;
	font-family: Arial, Helv;
	font-size: 14pt;
	font-weight: bold;
}
.tlaDropdown
{
	color: #336699;
	width: 2.8em;
	font-family: Arial, Helv;
	text-align: center;
	font-size: 9pt;
}
.tlaTextbox
{
	color: #336699;
	width: 120px;
	font-family: Arial, Helv;
	text-align: left;
	font-size: 9pt;
}
.tlaButton
{
	color: #336699;
	font-weight: bold;
	width: 60px;
	font-family: Arial, Helv;
	text-align: center;
	font-size: 9pt;
}
a:link
{
	color: #336699;
	text-decoration: underline;
}
a:visited
{
	color: #6699cc;
	text-decoration: underline;
}
a:hover
{
	color: #6699cc;
	text-decoration: none;
}
.dynamicMenuItem
{
}
.dynamicMenuItemLink
{
	color: #336699;
	padding: 2px 8px 2px 8px;
	width: 180px;
	font-size: 9pt;
	text-decoration: none;
}
.dynamicMenuItemLink a
{
	text-decoration: none;
}
.dynamicMenuHoverLink a:link
{
	color: #ffffff;
	text-decoration: none;
}
.dynamicMenuHoverLink a:visited
{
	color: #f0f0f0;
	text-decoration: none;
}
.dynamicMenuHoverLink
{
	background-color: #6699CC;
	color: #f0f0f0;
	text-decoration: none;
	width: 180px;
}
.staticMenuItemStyle
{
	width: 140px;
	font-size: 9pt;
	text-align: right;
}
.staticMenuItemStyle a:link
{
	padding: 2px 0px 2px 0px;
	color: #336699;
	text-decoration: none;
}
.staticMenuItemStyle a:visited
{
	padding: 2px 0px 2px 0px;
	color: #336699;
	text-decoration: none;
}

.AdPanel
{
	border: 1px solid #336699;
	padding: 2px 2px 2px 2px;
}
.adHeadline
{
	font: bold 8pt Times New Roman;
	text-decoration: underline;
	color: #003366;
}
.adText
{
	font: normal 8pt Times New Roman;
	text-decoration: none;
	color: #6699cc;
}
.suButton
{
	width: 100px;
	font-family: Arial, Helv;
	font-size: 9pt;
	margin-left: 0px;
}
.suDropdown
{
	font-family: Arial, Helv;
	font-size: 9pt;
	width: 150px;
}
.suTextbox
{
	font-family: Arial, Helv;
	font-size: 9pt;
	width: 144px;
}

