div
{
	width: 90%;
	margin: 10px;
}

hr, h1, h2, h3 .attention
{
	color: red;
}

h1
{
	font-size: 14pt;
}

h2
{
	font-size: 12pt;
}

body, td, p, font, div, th, h3
{
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: 10pt;
}

.navigationBar
{
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	border-left: none;
	border-right: none;
}

.navigationBar, th, .tableHead, .label
{
	padding: 4pt;
}

.navigationBar A
{
	text-decoration: none;
}

.navigationBar A:hover
{
	text-decoration: underline;
}

.hosting
{
	float: left;
	width: 200px;
}

.copyright, .adLinkFooter
{
	border-top: 1px solid red;
	padding-top: 10px;
}

.label, .copyright
{
	text-align: right;
}

.navigationBar, th, .tableHead, .label
{
	background-color: red;
}

.navigationBar, th, .tableHead, .label, .navigationBar A
{
	color: white;
}

.value
{
	color: blue;
}

h3
{
	font-style: italic;
}

.q, h1, h2, h3, .navigationBar, th, .tableHead, .label, .attention, .value
{
	font-weight: bold;
}

pre
{
	background-color: #e0e0e0;
	padding: 5px;
	font-family: Courier New;
	font-size: x-small;
	border: 1px red solid;
	width: 100%;
	overflow: scroll;
}

table
{
	border-collapse: collapse;
}

#googleGadget
{
	float: left;
	width: 164px;
	padding: 0.5em;
	border: 1px solid red;
	margin-right: 1.5em;
}

#googleGadget p
{
	text-align: center;
	margin-top: 0.5em;
	width: 100%;
}

.clearer
{
	clear: both;
}