a.bodyLink:link, a.bodyLink:active, a.bodyLink:visited, a.emailLink:link, a.emailLink:active, a.emailLink:visited { 
	font-family: arial; 
	font-size: 12px; 
	font-weight: bold; 
	color: #838A92; 
	text-decoration: none; 
}

a.emailLink:link, a.emailLink:active, a.emailLink:visited {
	font-size: 11px; 
	font-weight: normal; 
	color: #0000ff; 
	text-decoration: none;
}

a.bodyLink:hover { 
	font-family: arial; 
	font-size: 12px; 
	font-weight: bold; 
	color: #C5CFD0; 
	text-decoration: underline; 
}

.navLink a:link, .navLink a:active, .navLink a:visited, .navSubLink a:link, .navSubLink a:active, .navSubLink a:visited { 
	font-family: arial; 
	font-size: 11px; 
	font-weight: bold; 
	color: #ffffff; 
	text-decoration: none; 
}

.navLink a:link:hover, .navLink a:active:hover, .navLink a:visited:hover, .navSubLink a:link:hover, .navSubLink a:active:hover, .navSubLink a:visited:hover { 
	font-family: arial; 
	font-size: 11px; 
	font-weight: bold; 
	color: #ffffff; 
	text-decoration: underline; 
}

.navSubLink a:link, .navSubLink a:active, .navSubLink a:visited { 
	font-weight: normal;
}

.navSubLink a:link:hover, .navSubLink a:active:hover, .navSubLink a:visited:hover { 
	font-weight: normal;
}



.headline { 
	font-family: arial; 
	font-size: 14px; 
	font-weight: bold; 
	color: #838A92; 
	text-decoration: none 
}

.bodyText, .footerText, .indexText, .navText, .navSubText { 
	font-family: arial; 
	font-size: 12px; 
	font-weight: normal; 
	color: #838A92; 
	text-decoration: none 
}

.indexText {
	font-weight: bold; 
}

.navText, .navSubText {
	font-weight: bold;
	font-size: 11px;
	color: #ffffff; 
}

.navSubText {
	font-weight: normal; 
}

.footerText { 
	font-family: arial; 
	font-size: 12px; 
	font-weight: normal; 
	color: #cccccc; 
	text-decoration: none 
}