@charset "UTF-8";
.bodyText {
	font-family: tahoma;
	font-size: 11px;
	line-height: 16px;
	color: #002b50;
}

.whiteText {
	font-family: tahoma;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
}

.sideText {
	font-family: tahoma;
	font-size: 11px;
	color: #002b50;
	font-weight: bold;
}


.bodyHeader {
	font-family: tahoma;
	font-size: 12px;
	line-height: 16px;
	color: #002b50;
	font-weight: bold;
}


a:link {
	color: #0066cc;
	text-decoration: none;
}
a:visited {
	color: #663399;
	text-decoration: none;
}
a {
	font-family: Tahoma;
	font-size: 11px;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.navbar { 
	font-family: tahoma;
	font-size: 11px;
}
a.navbar:link {
	text-decoration: none;
	color: #0066cc;
	font-weight: bold;
}
a.navbar:visited {
	text-decoration: none;
	color: #663399;
	font-weight: bold;
}
a.navbar:hover {
	text-decoration: underline;
	color: #0066cc;
	font-weight: bold;
}
a.navbar:active {
	text-decoration: none;
}