body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

a.other:link {color: #999999;
	font-size: 10px;
}
a.other:visited { color: #999999; font-size: 10px; }
a.other:hover { color: #CCCCCC; font-size: 10px; }

A:link {
	color: #666666;
	text-decoration: none;
}

A:visited {
	color: #333333;
	text-decoration: none;
}

A:active {
	color: #666666;
	text-decoration: none;
}

A:hover {
	color: #000000;
	text-decoration: underline;
}

.style2 {
	color: #CCCCCC;
	font-weight: bold;
}
.boldtext {
	font-size: 12px;
	font-weight: bold;
}
.lgheadline {
	font-size: 24px;
	font-weight: bold;
}
.text {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.heading {font-size: 18px}

.xboldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.bolditalic {
	font-weight: bold;
	font-style: italic;
}

.bottomnav {
	color: #CCCCCC;
	font-size: x-small;
	font-weight: bold;
}
.copyrighttext {font-size: xx-small; color: #999999; }



.boldtextwhite {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.headingwhite {
	font-size: 18px;
	color: #FFFFFF;
}

P.catname {
text-align: LEFT;
font-size: 0px; 
margin-top: 0px; 
margin-bottom: 0px; 
color: #FFFFFF;
}




