.subhead
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #0000cc;
	font-weight: bold;
}
.subhead2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000cc;
	font-weight: normal;
}
.footerlink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #0000cc;
	font-weight: normal;
}
.hideMe
{
    DISPLAY: none;
    FONT-SIZE: 10pt;
    VISIBILITY: hidden;
    POSITION: relative
}
.showMe
{
    DISPLAY: block;
    FONT-SIZE: 10pt;
    VISIBILITY: visible;
    POSITION: relative
}
