/* typeface specification */

.bodytext
{
    font-family: verdana, arial, geneva, helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
	margin-bottom: 0px;
    margin-top: 0px;
	color: #000000;
	line-height: 1.5
}

.headertext2
{
    font-family: verdana, arial, geneva, helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
	font-weight: 700;
	margin-bottom: 0px;
    margin-top: 0px;
	color: #003399;
	line-height: 1.5
}

.headertext3
{
    font-family: verdana, arial, geneva, helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
	font-weight: 700;
	margin-bottom: 0px;
    margin-top: 0px;
	color: #54A1E2;
	line-height: 1.5
}

.headertext
{
    font-family: arial, verdana, geneva, helvetica, sans-serif;
    font-size: 19px;
    font-style: normal;
	margin-bottom: 0px;
    margin-top: 0px;
	color: #003399;
	line-height: 1.2
}

/* form class specification */

.formtext
{
	FONT-SIZE: 8pt;
	COLOR: #666666;
	FONT-FAMILY: verdana, geneva, arial, helvetica, sans-serif;
	BORDER-WIDTH: 1;
	BORDER-COLOR: #000000;
	BORDER-STYLE: solid;
	BACKGROUND-COLOR: #FFFFFF;
}

/* link class specification */

A.bodylink:link { color: #000000; text-decoration: underline; }
A.bodylink:visited { color: #000000; text-decoration: underline; }
A.bodylink:hover { color: #000000; text-decoration: none; }
A.bodylink:active { color: #000000; text-decoration: underline; }

A.boldlink:link { color: #003399; text-decoration: underline; }
A.boldlink:visited { color: #003399; text-decoration: underline; }
A.boldlink:hover { color: #003399; text-decoration: none; }
A.boldlink:active { color: #003399; text-decoration: underline; }

A.menulink:link { color: #003399; text-decoration: none; }
A.menulink:visited { color: #003399; text-decoration: none; }
A.menulink:hover { color: #54A1E2; text-decoration: none; }
A.menulink:active { color: #003399; text-decoration: none; }
