
H1
{
	font-family: Arial;
	font-size: medium;
}
H2
{
	font-family: Arial;
	font-size: small;
}
BODY
{
	background-repeat: repeat-x;
	font-family: Arial;
}
TABLE
{
	font-size: 10pt;
	font-family: Arial;
}

.TDPadding
{
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 4px;
	padding-top: 4px;
}

SELECT
{
	font-family: Arial;
}
MENU
{
	font-family: Arial;
}
.footer
{
	font-size: 11px;
	color: #000000;
	font-family: Arial;
}
a:link
{
	color: #3E5975;
}
a:active
{
	color: #3E5975;
}
a:visited
{
	color: #3E5975;
}
a:hover
{
	color: #3E5975;
}
.bodytitletext
{
	font-size: small;
	font-weight: bold;
}
.smalltext
{
	color: gray;
	font-family: Arial;
	font-size: 9pt;
	line-height: 140%;
}
.smallredtext
{
	color: red;
	font-family: Arial;
	font-size: 9pt;
	line-height: 140%;
}
.TableHeading
{
	background-color: #000099;
	color: #ffffff;
	font-weight: bold;
	font-size: smaller;
}
.DBTD
{
	font-size: 10px;
	font-family: Arial;
	border-width: 1px;
	border-style: none;
	border-collapse: collapse;
}
.alternatingitemstyle
{
	background-color: #E5E6E7;
}
.itemstyle
{
	background-color: #DEDFE0;
}

.commLink
{
	text-decoration: underline;
}
FIELDSET
{
	background-image: url(images/bg_fieldset.gif);
	background-repeat: repeat-x;
}
.fs1
{
	background-image: url(images/bg_fieldset2.gif);
	background-repeat: repeat-x;
}
LEGEND
{
	font-weight:bold;
	color: #3e5975;
}
STRONG
{
	color: #3e5975;
}
INPUT.button
{
    background-image: url(/images/button_bg.gif);
    background-repeat: repeat-x;
    background-position: left top;
    border-top: 1px #B4B4B4 solid;
    border-left: 1px #B4B4B4 solid;
    border-right: 1px #727272 solid;
    border-bottom: 1px #727272 solid;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
    font-size: 8pt;
    height: 20px;
}

INPUT.textbox
{
    background-image: url(/images/button_bg.gif);
    background-repeat: repeat-x;
    background-position: left top;
}

H4
{
    color: #008000;
}

TABLE
{
    font-size: 7pt;
    font-family: Arial, Verdana, Trebuchet MS, Sans-Serif, Geneva, Helvetica, Times New Roman;
}

.tableHeader 
{
	color: White; 
	background-color: #5D7B9D; 
	font-weight: bold;
}

a.HeaderLinkButton 
{
	color: White;
}

.BGCorpGreen
{
    background-color: #5D7B9D;
    color: #006600;
}