a:link		{color: #ffffff; text-decoration: underline}
a:visited	{color: #cccccc; text-decoration: underline}
a:active	{color: #ff0000; text-decoration: underline}
a:hover		{color: #660f0f; background: #ffffff; text-decoration: none}
h1, h2, h3, h4 {
	color: white;
	background: transparent;
	font-family: verdana;
	}
h1 {font-size: 175%;
	text-align: center;
	}
h2 {font-size: 145%}
h3 {font-size: 125%}
h4 {font-size: 110%}
body, table {
	color: #ffffff;
	background:#660f0f;
	font-size: 10pt;
	font-family: verdana;
	text-align: justify;
	}
body {margin: 10px 25px 10px 25px}
.spec {color:#ff0000; font-size: 275%}
.new {color:#ff0000}
.footer {color:#000000; font-size: 70%; text-align: right}
.gold {background:#ceb669}
.norm {text-align: left}
.left {text-align: left}
.cntr {text-align: center}
.rght {text-align: right}
.just {text-align: justify}
.bold {font-weight: bold}
.indent {
	margin-left: 50; 
	padding: 2em 0 2em 0;
	}
img.left  {
	margin: 1px 5px 1px 1px;
	float: left;
	}
img.rght  {
	margin: 1px 1px 1px 5px;
	float: right;
	}
.clr_left  {
	clear:both;
	margin-bottom:2px;
	text-align:left;
	}
.clr_just  {
	clear:both;
	margin-bottom:2px;
	text-align:justify;
	}
.clr_rght  {
	clear:both;
	margin-bottom:2px;
	text-align:right;
	}

