
body {
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #bcbcbb;
	font-style:normal;
	background-color: #000;
}

.Gold {
	color: #c09f62;
}

.GoldTitle {
	color: #c09f62;
	font-size: 14px;

}

.Platinum {
	color: #bcbcbb;
}

img
{  border-style: none;
}

/* Normal Links - GOLD */

a:link {
	color: #c09f62;
	font-size: 12px;
}

a:visited {
	color: #c09f62;
	font-size: 12px;
}

a:hover {
	color: #bcbcbb;
	font-size: 12px;
	text-decoration: underline;
}

a:active {
	color: #c09f62;
	font-size: 12px;
}

/* Platinum Links */

.LinkGold a:link {
	color: #BF9F62;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}

.LinkGold a:visited {
	color: #c09f62;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}

.LinkGold a:hover {
	color: #bcbcbb;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}

.LinkGold a:active {
	color: #c09f62;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}

