body
{
	margin: 10px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #1A5D86;
}

a:link
{
	color: #FF0000;
}
a:visited
{
	color: #FF0000;
}
a:hover
{
	color: #FF0000;
}
a:active
{
	color: #FF0000;
}
a.section:link, a.section:visited, a.section:active
{
	color: #000000;
	text-decoration: none;
}
a.section:hover
{
	color: #000000;
	text-decoration: underline;
}
a.heading:link, a.heading:visited, a.heading:active
{
	color: #EEEEFF;
	text-decoration: none;
}
a.heading:hover
{
	color: #EEEEFF;
	text-decoration: underline;
}
a.underline:link, a.underline:visited, a.underline:active
{
	text-decoration: none;
}
a.underline:hover
{
	text-decoration: underline;
}

select
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #CFCFCF;
}

textarea, input
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #CFCFCF;
}

input[type="radio"], input[type="checkbox"], input[type="image"]
{
	background-color: transparent;
}

form
{
	margin: 0;
}

hr
{
	border: 0;
	height: 1px;
	color: black;
	background-color: black;
}

.heading
{
	font-weight: bold;
	color: #EEEEFF;
	background-color: #808080;
}

.section
{
	font-weight: bold;
	color: #000000;
	background-color: #C0C0C0;
}

.php
{
	white-space: nowrap;
	overflow: auto;
}

.smaller
{
	font-size: 10px;
}
.small
{
	font-size: 11px;
}
.medium
{
	font-size: 13px;
}

.postbit
{
	width: 100%;
	overflow: auto;
}
*div.postbit
{
	overflow-y: hidden;
	padding-bottom: 1em;
}