/*global page properties*/
body
{
    color: #C00E0E;
	background-color: #660000;
}

img{border: none;}

.centerhorz
{
	color: #9F0D0D;
	text-align:center;
	font-size: x-small;
	font-family: Arial;
}

.textlink a[href ^="http:"], a:link, a:visited
{
	color: #9F0D0D;
	font-size: x-small;
	text-decoration: underline;
}

.textlink a:hover
{
	color: #FF2929;
	text-decoration: underline;
}

.goldtext
{
	text-align: center;
	font-weight: normal;
	font-size: small;
	font-family: Georgia;
	color: #999966;
}

.goldtextlink a:link, a:visited
{
	text-align: center;
	text-decoration: underline;
	font-weight: normal;
	font-size: small;
	font-family: Georgia;
	color: #999966;
}

.goldtextlink a:hover
{
	text-align: center;
	text-decoration: underline;
	font-weight: normal;
	font-size: small;
	font-family: Georgia;
	color: #BDBD67;
}
