body
{
  font-family: Arial, helvetica, sans-serif;
  background: #0b0b21;
  margin: 0px;
  font-size: 12px;
}
p
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 12px;
}
td
{
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
}

th
{
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
}
h1
{
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
}
h2
{
	font-size: 12px;
	font-weight: bold;
}
h3
{
	font-weight: bold;
}
a
{
	font-weight: bold;
	text-decoration: none;
	color: #1e4367;
}
a:hover
{
	text-decoration: underline;
}
a.white
{
	font-weight: normal;
	color: #ffffff;
}
a.menu
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #0b0b21;
}
a.menu:hover
{
	color: #ffffff;
}
.small
{
	font-size: 11px;
}
table.chart
{
	border-collapse: collapse;
	border: 1px solid #1f2d6b;
}
table.chart td
{
	border: 1px solid #1f2d6b;
}
ul
{
	margin-left: 10px;
	padding: 0px;
	padding-left: 10px;
}
ul.submenu
{
	padding: 0px;
	margin: 0px;
	height: 26px;
	list-style-type: none;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	border-collapse: collapse;
}
ul.submenu li
{
	display: inline;
	text-align: center;
	list-style-type: none;
	width: 116px;
	height: 21px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	line-height: 14px;
}
ul.submenu li a
{
	display: block;
	float: left;
	width: 116px;
	height: 21px;
	vertical-align: top;
	padding-top: 3px;
	margin-right: 4px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-image: url(images/sub_bttn_off.gif);
	background-repeat: no-repeat;
	line-height: 14px;
	border-collapse: collapse;
}
ul.submenu li a:hover
{
	color: #0b0b21;
	text-decoration: none;
	font-weight: normal;
	background-image: url(images/sub_bttn_on.gif);
	background-repeat: no-repeat;
}
tr.title
{
	background: #1e4367;
	color: #ffffff;
}
tr.title h2
{
	padding: 0px;
	margin: 0px;
}
tr.shade_1
{
	background: #b4c5d4;
}
tr.shade_2
{
	background: #9ab0c4;
}

