acronym
{
    border: 0px;                                      /* hides underline in Netscape */
}

body {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
    margin: 10px 10px 10px 10px;
    font-size: 9pt;
}

span.SectionItem
{
    color: #333333;
    font-weight: bold;
    margin: 1px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}

span.SectionItem a
{
    color: #333333;
    text-decoration: none;
}

span.SectionCurrent
{
    background-color: #185E7D;
    color: #185E7D;
    font-weight: bold;
    margin: 1px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}

span.SectionCurrent a
{
    color: #ffffff;
    text-decoration: none;
}

table.Sections                                        /* Header table */
{
	background-color: #EDEFE4;
	border: 1px solid #000000;
	text-align: center;
	width: 744px;
}

table.Pages                                         /* Pages table (menu off to the left) */
{
    border: 1px solid #000000;
    font-weight: bold;
}

td.Banner                                        /* Banner table */
{
	background-color: #EDEFE4;
}

td.Content                                       /* Content table (everything between Header and Footer) */
{
	padding: 5px;
}

td.PageCurrent
{
    background-color: #ffffff;
    border-top: 1px solid #000000;
    color: #333333;
    white-space: nowrap;
}

td.PageCurrent a
{
    color: #333333;
    text-decoration: none;
}

td.PageItem
{
    background-color : #185E7D;
    border-top: 1px solid #000000;
    white-space: nowrap;
}

td.PageItem a
{
    color: #ffffff;
    text-decoration: none;
}

td.SectionsLeft
{
    color: #185E7D;
    text-align: left;
    vertical-align: top;
}

td.SectionsRight
{
    color: #185E7D;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
}

td.TableHeader 
{
    background-color: #EDEFE4;
    color: #333333;
    font-weight: bold;
}

tr.Odd
{
    background-color: White;
}

tr.Even
{
    background-color: #DDDDDD;
}

tr.TableHeader
{
    background-color: #EDEFE4;
    color: White;
    font-weight: bold;
    text-align: center;
}

.Button {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

.CellHI {
	background-color: #B8C9D9;
}

.CellLO {
	background-color: #A3BED9;
}

.CellAccent {
	background-color: #EDEFE4;
}

.DropDownList, .ListBox, .TextBox {
	background-color: #EDEFE4;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 2px;
}

.MarginAuto
{
    margin: auto;
}

.Error
{
    color: Red;
    font-weight: bold;
}

.Center
{
    text-align: center;
}

table.Center
{
    text-align: left;
    margin: auto;
}