/* typeface specification */

.bodytext
{
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #333333;
	line-height: 1.3;
}

.bluetext
{
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
	margin-bottom: 0px;
    margin-top: 0px;
	color: #00183E;
	line-height: 1.3;
}

.boldtext
{
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #6F95D0;
	line-height: 1.3;
	text-decoration: underline;
}

.leftmenutext
{
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
	margin-bottom: 0px;
    margin-top: 0px;
	color: #01B03B;
	line-height: 1.3;
}

.headtext
{
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #333333;
	line-height: 1.3;
	text-decoration: underline;
}

.subheadtext
{
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
	font-weight: bold;
	margin-bottom: 0px;
    margin-top: 0px;
	color: #3B5C8E;
	line-height: 1.3;
}

.whiteheadtext
{
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
	font-weight: bold;
	margin-bottom: 0px;
    margin-top: 0px;
	color: #FFFFFF;
	line-height: 1.3;
}

.topmenutext
{
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
	font-weight: bold;
	margin-bottom: 0px;
    margin-top: 0px;
	color: #FFFFFF;
	line-height: 1.3;
}


/* link class specification */

A.bodylink:link { color: #747474; text-decoration: underline; }
A.bodylink:visited { color: #747474; text-decoration: underline; }
A.bodylink:hover { color: #747474; text-decoration: none; }
A.bodylink:active { color: #747474; text-decoration: underline; }

A.topmenulink:link { color: #D8DEE8; text-decoration: none; }
A.topmenulink:visited { color: #D8DEE8; text-decoration: none; }
A.topmenulink:hover { color: #FFFFFF; text-decoration: none; }
A.topmenulink:active { color: #D8DEE8; text-decoration: none; }

A.leftmenulink:link { color: #333333; text-decoration: none; }
A.leftmenulink:visited { color: #333333; text-decoration: none; }
A.leftmenulink:hover { color: #6189C5; text-decoration: none; }
A.leftmenulink:active { color: #3B5C8E; text-decoration: none; }

A.jhbmenulink:link { color: #6189C5; text-decoration: none; }
A.jhbmenulink:visited { color: #6189C5; text-decoration: none; }
A.jhbmenulink:hover { color: #3B5C8E; text-decoration: underline; }
A.jhbmenulink:active { color: #6189C5; text-decoration: none; }

