BODY  {
	font-family : Verdana, Arial;
	font-style : Normal;
	font-weight : Normal;
	color : black;
	background-color : White;
	text-decoration : None;
	text-align : Left;
}

H1  {
	font-family : Verdana, Arial;
	font-size : 28px;
	color : Black;
	font-style : Normal;
	font-weight : Bold;
}

H2  {
	font-family : Arial, Verdana ;
	font-size : 18px;
	color:#CC0000;
	font-style : Normal;
	font-weight : Bold;
}

H3  {
	font-family : Verdana, Arial;
	font-size : 16px;
	color : Black;
	font-style : Normal;
	font-weight : Bold;
}

H4  {
	font-family : Verdana, Arial;
	font-size : 14px;
	color : Black;
	font-weight : Normal;
}

H5  {
	font-family : Verdana, Arial;
	font-size : 12px;
	color : Black;
	font-weight : Normal;
}

H6  {
	font-family : Verdana, Arial;
	font-size : 10px;
	color : Black;
	font-weight : Normal;
}

TH  {
	font-family : Verdana, Arial;
	font-size : 12px;
	color : Black;
	font-weight : Bold;
}

TD  {
	font-family : Verdana, Arial;
	font-size : 12px;
	color : #909090;
	font-weight : Bold;
}

A:link {
	text-decoration : Underline;
	color : #909090;
	font-weight : Bold;
}

A:visited  {
	text-decoration : Underline;
	color : #909090;
	font-weight : Bold;
}

A:hover  {
	text-decoration : Underline;
	color : #909090;
	font-weight : Bold;
}



#footbar {
    bottom: 0;
    color: #909090;
    font-family: Arial,sans-serif;
    font-size: 8pt;
    font-weight: normal;
    line-height: 16px;
    position: fixed;
    vertical-align: top;
    width: 100%;
    z-index: 2;
}
#footbar td {
    text-align: center;
}
