A  {
	font-family : Helvetica, Arial;
	color : 262626;
	text-decoration : underline;
    font-size : 12px;
}

A:Visited  {
	font-family : Helvetica, Arial;
	color : 262626;
	text-decoration : underline;
    font-size : 12px;
}
	
A:Active  {
	font-family : Helvetica, Arial;
	color : 640000;
	text-decoration : underline;
    font-size : 12px;
}

A:Hover  {
	font-family : Helvetica, Arial;
	color : c60000;
    font-size : 12px;
}

BODY  {
	font-family : Helvetica, Arial;
	color : black;
    font-size : 12px;
}

.content  {
	font-family : Helvetica, Arial;
	color : black;
    font-size : 12px;
}

.title {
    font-family : Helvetica, Arial;
	color : black;
    font-size : 14px;
}


.small_dark  {
	font-size : 10px;
	font-family : Helvetica, Arial;
	color : 333333;
}

.topNav {
	font-size : 11px;
	font-family : Helvetica, Arial;
	color : white;
    text-decoration : underline;
}

.topNav:Hover {
	font-size : 11px;
	font-family : Helvetica, Arial;
	color : #B30011;
	font-weight : white;
}

.topNav:Active {
	font-size : 11px;
	font-family : Helvetica, Arial;
	color : white;
}

.topNav:Visited {
	font-size : 11px;
	font-family : Helvetica, Arial;
	color : white;
    text-decoration : underline;
}