<!--

.Italictext
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15 px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-style : italic;
}

.Boldtext
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15 px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.Boldtext a
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15 px;
	font-weight: bold;
}

.BoldtextUL
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15 px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

.Default
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin: 10px 0px 0px 0px;
}

.Default a
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
	margin: 10px 0px 0px 0px;
}

.Subtitle
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #8B0000;
	text-decoration: none;
}

.Subtitle a
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #8B0000;
	text-decoration: none;
}

.Subtitle a:hover {text-decoration: underline;}

table { vertical-align: top; }

.topBanner
{
	background-image: url(/images/banner-blue.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #f3f3f3;
	text-decoration: none;
}

.topMenu
{
	background-image: url(/images/blue-grad.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding: 10px 10px 10px 10px
}

.topMenuItem
{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #3f3f3f;
	text-decoration: none;
	
}

.topMenuItem a
{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #3f3f3f;
	text-decoration: none;
}

.topMenuItem a:hover
{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #6f6f6f;
	text-decoration: none;
}

.bottomFooter
{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #3f3f3f;
	text-decoration: none;
	
}
	
.leftNavigation
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #3f3f3f;
	text-decoration: none;
}

.rowText
{
	vertical-align:top;
}
//-->