body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #fecf00;
	margin: 0em;
	}

h1 { 
	font-size: 1.5em; 
	color: #cc6600;
	}

h2 { 
	font-size: 1.35em; 
	color: #996600;
	}

h3 { 
	font-size: 1.1em; 
	color: #635101;
	}

h4 { 
	font-size: .98em; 
	}

h5 { 
	font-size: 0.9em; 
	color: #996600;
	}

h6 { 
	font-size: 0.85em; 
	color: #635101;
	}

p { 
	font-size: .9em;
	}

ol { 
	font-size: .9em;
	}

ul { 
	font-size: .9em;
	}

caption {
	font-size: .9em;
	font-weight: bold;
	}

hr { 
	color: #cc6600;
	}

.bkgblack {
	background-color: #000000;
	}

.bkggold {
	background-color: #fecf00;
	font-weight: bold;
	}

.bkgred {
	background-color: #cc0000;
	}

.bkgrust {
	background-color: #cc6600;
	font-weight: bold;
	color: #ffffff;
	}

.bold {
	font-weight: bold;
	}

.center {
	text-align: center;
	}

.centerbold {
	text-align: center;
	font-weight: bold;
	}

.centeritalic {
	text-align: center;
	font-style: italic;
	}

.centeritalicbold {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	}

.date {
	font-size: .75em;
	font-weight: bold;
	color: #635101;
	}

.dropcap { 
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	font-size: 300%;
	}

.indent { 
	margin-left: 2em; 
	}

.indentboth { 
	margin-left: 2em; 
	margin-right: 2em; 
	}

.indentdouble { 
	margin-left: 4.25em; 
	}

.indenttriple { 
	margin-left: 6.5em; 
	}

.italic { 
	font-style: italic;
	}

.italicbold { 
	font-style: italic;
	font-weight: bold;
	}

.xsmall { 
	font-size: .75em;
	}

.xsmallbold {
	font-size: .75em;
	font-weight: bold;
	}	

.xsmallboldcenter {
	font-size: .75em;
	font-weight: bold;
	text-align: center;
	}	

.xsmallcenter {
	font-size: .75em;
	text-align: center;
	}	

.xsmallital {
	font-size: .75em;
	font-style: italic;
	}

.xsmallitalbold { 
	font-size: .75em;
	font-style: italic;
	font-weight: bold; 
	}

.xsmallitalboldcenter { 
	font-size: .75em;
	font-style: italic;
	font-weight: bold;
	text-align: center; 
	}

.xsmallwht { 
	font-size: .75em;
	color: #ffffff;
	}

.xsmallwhtbold { 
	font-size: .75em;
	color: #ffffff; 
	font-weight: bold;
	}

.xsmallcream { 
	font-size: .75em;
	color: #ffffcc;
	}

.xsmallcreambold { 
	font-size: .75em;
	color: #ffffcc; 
	font-weight: bold;
	}

.large {
	font-size: 1.1em;
	}	

.largebold {
	font-size: 1.1em;
	font-weight: bold;
	}	

.largeital { 
	font-size: 1.1em;
	font-style: italic;
	}

.largeitalbold { 
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold; 
	}

.xlarge {
	font-size: 1.25em;
	}	

.xlargebold {
	font-size: 1.25em;
	font-weight: bold;
	}	

.xlargeital { 
	font-size: 1.25em;
	font-style: italic;
	}

.xlargeitalbold { 
	font-size: 1.25em;
	font-style: italic;
	font-weight: bold; 
	}

.black {
	color: #000000;
	}

.cream {
	color: #ffffcc;
	}

.red {  
	color: #ff0000;
	}

.redbold {
	color: #ff0000;
	font-weight: bold;
	}

.reditalic {
	color: #ff0000;
	font-style: italic;
	}

.reditalicbold {
	color: #ff0000;
	font-style: italic;
	font-weight: bold;
	}

.rust {  
	color: #cc6600;
	}

.rustbold {
	color: #cc6600;
	font-weight: bold;
	}

.rustitalic {  
	color: #cc6600;
	font-style: italic;
	}

.rustitalicbold {
	color: #cc6600;
	font-style: italic;
	font-weight: bold;
	}

.white { 
	color: #ffffff;
	}

.whitebold { 
	color: #ffffff; 
	font-weight: bold;
	}

#rustborder table {
	width: 96%;
	}

#rustborder th {
	font-size: 0.85em;
	border: 0.1em solid #cc6600;
	background-color: #cccc99;
	color: #000000;
	}

#rustborder td {
	font-size: 0.85em;
	border: none;
	color: #cc6600;
	font-weight: bold;
	padding: 0.5em;
	vertical-align: top;
	}

#rustborder a:link {
	color: #cc6600;
	}

#rustborder a:hover {
	border: .1em solid #cc6600;
	background-color: #cccc99;
	color: #cc6600;
	text-decoration: none;
	}

#rustbordersolid table {
	border: .1em solid #cc6600;
	}

#rustbordersolid th {
	font-size: .85em;
	border: .1em solid #cc6600;
	background-color: #cccc99;
	padding: .35em;
	}

#rustbordersolid td {
	font-size: 0.85em;
	border: .1em solid #cc6600;
	padding: 0.25em;

	}

#callout table {
	background-color: #cccc99;
	border: .1em dashed #666666;
	width: 85%;
	}

#callout caption {
	font-size: .95em;
	}

#callout table td {
	font-size: .85em;
	font-weight: bold;
	padding: 1em;
	}

#header table {
	font-size: .74em;
	font-weight: bold;
	color: #ffffcc;
	padding: 0em;
	spacing: 0em;
	border: 0em;
	width: 100%;
	background-color: #cc0000;
	}

#header a:link {
	color: #ffff33;
	font-weight: bold;
	text-decoration: none;
	}

#header a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}

#header a:visited {
	color: #fecf00;
	font-weight: bold;
	text-decoration: none;
	}

#footer table {
	font-size: .74em;
	font-weight: bold;
	color: #ffffcc;
	padding: 0em;
	spacing: 0em;
	border: 0em;
	width: 100%;
	background-color: #cc6600;
	}

#footer img {
	border: none;
	}

#footer a:link {
	color: #ffff33;
	font-weight: bold;
	text-decoration: none;
	}

#footer a:hover {
	color: #cc0000;
	font-weight: bold;
	text-decoration: none;
	}

#footer a:visited {
	color: #fecf00;
	font-weight: bold;
	text-decoration: none;
	}

#main {
	background-color: #ffffcc;
	}

#mainleft td {
	background-color: #fecf00;
	}
