BODY {
	font-family : Helvetica, Arial, sans-serif;
	color : #000000;
	font-size : 13px;
	background-color : #000000;
}

A:link: {
	color : #0A51A1;
	text-decoration : underline;
}

A {
	color : #0A51A1;
	text-decoration : underline;
}

A:visited: {
	text-decoration : underline;
	color : #505050;
}

A:hover: {
	text-decoration : none;
	color : #505050;
}

A.menuLink  {
	color : #000000;
	text-decoration : none;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 10px;
	line-height : 14px;
}

A.menuLink:link:  {
	color : #000000;
	text-decoration : none;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 10px;
	line-height : 14px;
}

A.menuLink:visited:  {
	text-decoration : none;
	color : #000000;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 10px;
	line-height : 14px;
}

A.menuLink:hover:  {
	text-decoration : none;
	color : #92BBC2;
	font-family : Helvetica, Arial, sans-serif;
	font-size : 10px;
	line-height : 14px;
}

.headline {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 16px;
	font-weight : normal;
	color : #505050;
	line-height : 20px;
}

.subhead {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #92BBC2;
	line-height : 17px;
}

.normal {
	font-family : Helvetica, Arial, sans-serif;
	color : #505050;
	font-size : 12px;
	line-height : 16px;
}

.normalWhite {
	font-family : Helvetica, Arial, sans-serif;
	color : #FFFFFF;
	font-size : 11px;
	line-height : 15px;
}

.small {
	font-family : Helvetica, Arial, sans-serif;
	color : #505050;
	font-size : 11px;
	line-height : 15px;
}

.tiny {
	font-family : Helvetica, Arial, sans-serif;
	color : #505050;
	font-size : 10px;
	line-height : 14px;
}

.alert {
	font-family : Helvetica, Arial, sans-serif;
	color : #FF0000;
	font-weight : bold;
	font-size : 12px;
	line-height : 16px;
}

