/*All body text*/
.normaltext {
font-family: "tahoma";
FONT-SIZE:11px; 
color: #646464; 
}

/*side text*/
.sidetext {
font-family: "verdana";
FONT-SIZE:9px; 
color: #666666; 
}

/*copyright text*/
.copytext {
font-family: "tahoma";
FONT-SIZE:9px; 
color: #666666; 
}


/*Small nonbold links underlined*/
A.morelink:active {
	font-family:tahoma;
	FONT-SIZE:9px; 
	color: #cc0000;
	text-decoration: none; 
	font-weight:none;
}

A.morelink:link {
	font-family:tahoma;
	FONT-SIZE:9px; 
	color: #cc0000;
	text-decoration: none; 
	font-weight:none;
}

A.morelink:visited {
	font-family:tahoma;
	FONT-SIZE:9px; 
	color: #cc0000;
	text-decoration: none; 
	font-weight:none;
}

A.morelink:hover {
	font-family:tahoma;
	FONT-SIZE:9px; 
	color: #990000;
	text-decoration: underline; 
	font-weight:none;
}


/*Small nonbold links*/
A.bodylink:active {
	font-family:tahoma;
	FONT-SIZE:11px; 
	color: #cc0000;
	text-decoration: none; 
	font-weight:none;
}

A.bodylink:link {
	font-family:tahoma;
	FONT-SIZE:11px; 
	color: #cc0000;
	text-decoration: none; 
	font-weight:none;
}

A.bodylink:visited {
	font-family:tahoma;
	FONT-SIZE:11px; 
	color: #cc0000;
	text-decoration: none; 
	font-weight:none;
}

A.bodylink:hover {
	font-family:tahoma;
	color: #cc0000;
	FONT-SIZE:11px; 
	color: #990000;
	text-decoration: underline; 
	font-weight:none;
}

/*Footer Links*/
A.footerlink:active {
	font-family:tahoma;
	FONT-SIZE:9px; 
	color: #666666;
	text-decoration: none; 
	font-weight:none;
}

A.footerlink:link {
	font-family:tahoma;
	FONT-SIZE:9px; 
	color: #666666;
	text-decoration: none; 
	font-weight:none;
}

A.footerlink:visited {
	font-family:tahoma;
	FONT-SIZE:9px; 
	color: #666666;
	text-decoration: none; 
	font-weight:none;
}

A.footerlink:hover {
	font-family:tahoma;
	FONT-SIZE:9px; 
	color: #333333;
	text-decoration: underline; 
	font-weight:none;
}


