/* 
Red: R175 G21 B21  #AF1515
Gold: R207 G150 B0 #CF9600
Black: R0 G0 B0 #000000
White: R255 G255 B255 #FFFFFF
 */

BODY {
	color: #000;
	background-color: White;
	background-image: url(images/whitebac.jpg);
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font: 10px/14px
}

a{
	text-decoration: none;
}
h1, h2, h4, tr {
	color: #CF9600;
	background-color: transparent;
	text-align: justify;
}
h3 {
	color: #AF1515;
	background-color: transparent;
	text-align: center;
}

p {
	color: #000000;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	font: 12px;
}
th {
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: .9em;
}

td {
	text-align: center;
	color: #000000;
	font-size: .9em;
}
.black {
	color: White;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font: 12px;
	padding: 5px 5px 5px 5px;
	line-height: 120%;
}
a:link {
	background-color: transparent;
	color: #CF9600;
}

a:visited {
	background-color: transparent;
	color: #CF9600;
}

a:hover {
	background-color: transparent;
	color: #AF1515;
}

a:active {
	background-color: transparent;
	color: #AF1515;
}
a.black:link {
	background-color: transparent;
	color: #CF9600;
}

a.black:visited {
	background-color: transparent;
	color: #CF9600;
}

a.black:hover {
	background-color: transparent;
	color: #AF1515;
}

a.black:active {
	background-color: transparent;
	color: #AF1515;
}
