﻿

.clean
{
	font-family: Arial;
	font-size: 10px;
	border: none;
}

table.maintable
{
	background-color: #ffffff;
	border: solid 1px silver;
}

body
{
	font-family: Arial;
	font-size: 10px;
}

a
{
	color: Black;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

td
{
	vertical-align: top;
}

td.main
{
	vertical-align: top;
	padding: 10px;
}

td.title
{
	vertical-align: top;
	background-image: url( 'gradient.png' );
	background-repeat: repeat-x;
	padding: 10px;
}

td.infotext
{
	background-image: url( 'gradient.png' );
	background-repeat: repeat-x;
	font-size: 11px;
	padding: 10px;
}

.comment
{
	font-size: 9px;
	color: #0f0f0f;
	padding: 10px;
}

td.bodyarea
{
	font-size: 11px;
	padding: 10px;
	background-color: #e0e0e0;
	border-top: solid 1px silver;
	border-collapse: collapse;
}

h1
{
	font-family: Arial;
	font-size: 18px;
	color: #1b4a7b;
	margin-bottom: 5px;
}
h2
{
	font-family: Arial;
	font-size: 13px;
	margin-bottom: 5px;
}
h3
{
	font-family: Arial;
	font-size: 11px;
	margin-bottom: 1px;
}

