/* CSS Document */

*
{
	font-family										:	Arial;
	font-size										:	10pt;
	font-weight										:	normal;
	color											:	#FFFFFF;
}

BODY
{
	margin											:	0px;
	background-color								:	#000000;
}

TABLE.TOPNAV
{
	padding											:	0px;
	border											:	0px;
	border-spacing									:	0px;
	text-align										:	center;
	width											:	985px;
	height											:	23px;
	background-image								:	url(images/site_nav-middle.jpg);

}

A
{
	font-size										:	17.5px;
	font-weight										:	bold;
	text-decoration									:	none;
	color											:	#E0D847;
}

A:active
{
	text-decoration									:	none;
	color											:	#E0D847;
}

A:visited
{
	text-decoration									:	none;
	color											:	#E0D847;
}

A:hover
{
	text-decoration									:	none;
	color											:	#33CC00;
}

.LNK_TOPNAV
{
	text-decoration									:	none;
	color											:	#33CC00;
}

.LNK_TOPNAV:active
{
	text-decoration									:	none;
	color											:	#33CC00;
}

.LNK_TOPNAV:visited
{
	text-decoration									:	none;
	color											:	#33CC00;
}

.LNK_TOPNAV:hover
{
	text-decoration									:	underline;
	color											:	#33CC00;
}

.TEXT_XSM
{
	font-size										:	13px;
	font-weight										:	bold;
}

.TEXT_SM
{
	font-size										:	15px;
	font-weight										:	bold;
}

.TEXT_MD
{
	font-size										:	17.5px;
	font-weight										:	bold;
}

.TEXT_LG
{
	font-size										:	22px;
	font-weight										:	bold;
}

.TEXT_GREEN
{
	color											:	#33CC00;
}

.TEXT_YELLOW
{
	color											:	#FFFF00;
}