a:link 		{text-decoration: none; color: #ffff00}
a:visited	{text-decoration: none; color: #ffff00}
a:active	{text-decoration: none; color: #ff0000}
a:hover		{text-decoration: underline; color: #ff0000}
h1, h2, h3, h4 {
	color: black;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	}
h1 {font-size: 200%}
h2 {font-size: 175%}
h3 {font-size: 150%}
h4 {font-size: 125%}
body, table {
	color: #000000;
	background:#ccffff;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	}
.menu0 {
	color: yellow;
	text-align: left;
	margin-left: 0;
	padding: 1em 0 1em 0;
	font-weight: bold;
	}
.menu1 {
	color: yellow;
	text-align: left;
	margin-left: 0;
	padding: 0.2em 0 0.2em 0;
	font-weight: bold;
	}
.menu2 {
	color: white;
	text-align: left;
	margin-left: 10;
	padding: 0.2em 0 0.2em 0;
	font-weight: bold;
	}
.spec {color:#ff0000; font-size: 275%}
.new {color:#ff0000}
.white {color:#ffffff}
.footer {background:#ffffff; font-size: 80%; text-align: center}
.gold {background:#ceb669}
.outer {background:#0000ff}
.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;
	}
.menu0 a:hover, .menu1 a:hover, .menu2 a:hover {
	background-color: yellow;
	color: red;
	text-decoration: none;
	padding: 0 0.2em 0 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;
	}
