body {
	background: #300;
/*	font-size: 76%; */
	font-family: helvetica, verdana, sans-serif;
	color: #900; 
	text-align: right;
	margin: 0em .5em 0em 0em;
	line-height: normal;
	white-space: 0em;
}

.logo { 
	border: 0px #000 solid; 
	margin: auto;
	margin-top: 3%;
	padding: 0px;
	width: 110px; /*height: 95px;*/
}

h1 { 
	font-size: 110%;
	font-family: 'comic sans ms', sans-serif;
	font-weight: bold;
	margin: 0em; padding: 0em; border: 0em;
	color: #900;
	clear: left;
}
h2	{
	margin: 0px; 
	padding: .75em 0px .25em 0px;
	font-family: 'comic sans ms', sans-serif;
	font-weight: normal;
	font-size: 140%;
	line-height: 1.5em;
}

a	{
	text-decoration: none;
	color: #ff9;
/*	display: block;*/

}

a:hover { 
	color: #f30;
}

a.t:link, a.t:visited, a.t:active { 
	color: #ff9;
	border: 0em;
	target: ahmcontent;
	padding: 0px; margin: 0px;
}

a.t:hover { /* turn this orange */
	color: #f30;
}

table {
	border: none;
	padding-top: 3px; /*ignored by IE, allows both to center vertically */
}

th { 
	font-family: 'comic sans ms', sans-serif;
	text-align: right;
	vertical-align: middle;
/*	font-size: 85%; */
}

th.rt { 
	padding: 0em .2em 0em -1.2em;
}

td { 
	color: #ff9;
	font-family: helvetica, verdana, sans-serif;
	text-align: center;
	vertical-align: middle;
/*	font-size: 76%; */
	padding: 0em .2em 0em -1.2em;
}

td.rt { 
	text-align: right;
}

td.blk { 
	color: #000;
	text-align: right;
}

td.left { 
	color: #ff9;
	text-align: left;
}

