body {
	font-family: "Gill Sans", "Arial", sans-serif;
	font-size: 13px;
	color: #444;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Verdana", sans-serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-weight: bold;
}
h1 {
	font-size: 30px;
	color: #A10;
	margin-top: 16px;
	margin-right: 16px;
	margin-bottom: 16px;
	margin-left: 16px;
	text-decoration: none;
}
h2 {
	font-size: 24px;
	color: #A10;
	text-decoration: none;
	margin-top: 12px;
	margin-right: 16px;
	margin-bottom: 12px;
	margin-left: 16px;
}
h3 {
	font-size: 18px;
	color: #A10;
	text-decoration: none;
	margin-top: 8px;
	margin-right: 16px;
	margin-bottom: 8px;
	margin-left: 16px;
}
h4 {
	font-size: 14px;
	color: #A10;
	text-decoration: none;
	margin-top: 8px;
	margin-right: 16px;
	margin-bottom: 8px;
	margin-left: 16px;
}
pre {
	font-family: "Monaco", "Courier New", Courier, mono;
	font-size: 12px;
	color: #80ff00;
	background-color: #333333;
	margin-top: 8px;
	margin-right: 16px;
	margin-bottom: 8px;
	margin-left: 16px;
	padding: 2px;
}
b, strong, i, em {
	color: #A10;
}
table, p {
	margin-top: 8px;
	margin-right: 16px;
	margin-bottom: 8px;
	margin-left: 16px;
}
li {
	margin-top: 4px;
	margin-right: 16px;
	margin-bottom: 4px;
	margin-left: 16px;
}
ol {
	margin-top: 4px;
	margin-right: 16px;
	margin-bottom: 4px;
	margin-left: 16px;
}
.menulink {
	display: block;
	padding: 2px 6px;
}
a:link {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	color: #d20;
	text-decoration: none;
}
a:visited {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	color: #b20;
	text-decoration: none;
}
a:hover {
	color: #fff;
	background-color: #a10;
	text-decoration: none;
}
a:active {
	color: #A10;
	background-color: #191919;
	text-decoration: none;
}
.no_bg a:hover, a:active {
	background-color: transparent;
}
table {
	font-size: 12px;
}
th {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	color: white;
	background-color: #9d3024;
	font-size: 12px;
	border-bottom-color: #2a0053;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 2px 4px 2px 4px;
}
td {
	color: #191919;
	background-color: #ffffac;
	font-size: 12px;
	border-bottom-color: #a8a871;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding: 2px 4px 2px 4px;
}
img {
	margin: 0px;
}
object {
	margin: 0px;
	padding: 0px;
}
hr {
	visibility: hidden;
	width: 0px;
	height: 2px;
}
.hide_on_iphone {
}
.hide_unless_iphone{
	display: none;
}
#navbox {
	position: fixed;
	left: 50%;
	margin-left: -336px;
	top: 0px;
	width: 672px;
	height: 104px;
	z-index: 11;
}
#menubox {
	position: fixed;
	background-color: #ddd;
	left: 0px;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 104px;
	z-index: 10;
	border-bottom-color: #A10;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	opacity: 0.9;
}
#contentbox {
	padding-bottom: 24px;
	color: #444;
	position: absolute;
	left: 50%;
	margin-left: -208px;
	top: 112px;
	width: 512px;
	height: auto;
	z-index: 2;
}
#infobox {
	padding-top: 2px;
	font-size: x-small;
	color: #444;
	position: fixed;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 14px;
	z-index: 10;
	border-top-color: #a10;
	border-top-width: 1px;
	border-top-style: solid;
	text-align: center;
}
#infobox-bg {
	color: #400080;
	padding-top: 2px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 14px;
	z-index: 9;
	opacity: 0.9;
	background-color: #ddd;
}
#linkbox {
	position: fixed;
	left: 50%;
	margin-left: -336px;
	top: 112px;
	width: 120px;
	height: auto;
	z-index: 4;
	border-right-color: #a10;
	border-right-style: solid;
	border-right-width: 1px;
}
.caption {
	text-align: center; 
	font-style: italic; 
	font-size: 11px;
}
.vbar{
	background-color: #FA0;
}
.hr {
	width:100%; 
	height: 1px; 
	background-color: #F30; 
	margin-top: 4px; 
	margin-bottom: 2px;
}
.hrmenu {
	width:100%; 
	height: 1px; 
	background-color: #ff0; 
	margin-top: 4px; 
	margin-bottom: 2px;
}
.floatleft {
	padding: 8px 8px 8px 0px;
	float: left;
}
.floatright {
	padding: 8px 0px 8px 8px;
	float: right;
}
.sidebar {
	margin: 0px 0px;
}
blockquote {
	padding: 6px;
	border-color: #A10;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffac;
}
.img_table_heading {
	margin-left: 0px;
	margin-bottom: 2px;
	margin-right: 0px;
	margin-top: 12px;
	padding: 0px;
	color: #400080;
}
.img_table {
	margin-right: -4px;
	margin-left: 0px;
	margin-bottom: -3px;
	margin-top: 0px;
	width: 64px;
	height: 64px;
}