body,
td
{
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	font-size: 0.8em;
	line-height: 140%;
	vertical-align: top;
	font-family: tahoma, verdana, arial, helvetica, sans;
}

h1 { margin-top: 0px; margin-bottom: 1.0em; font-weight: bold; font-size: 1.6em; line-height: 140%; width: 100%; border-bottom: 0.1em solid #C50E13; }
h2 { margin-top: 0px; margin-bottom: 0px; font-weight: normal; font-size: 1.4em; line-height: 140%; }
h3 { margin-top: 0px; margin-bottom: 0px; font-weight: normal; font-size: 1.2em; line-height: 140%; }
h4 { margin-top: 0px; margin-bottom: 0px; font-weight: normal; font-size: 1.0em; line-height: 140%; }
h5 { margin-top: 0px; margin-bottom: 0px; font-weight: normal; font-size: 0.8em; line-height: 140%; }
h6 { margin-top: 0px; margin-bottom: 0px; font-weight: normal; font-size: 0.6em; line-height: 140%; }

table.maintbl
{
	height: 100%;
	width: 100%;
}

td.border#left
{
	width: 50%;
	background-color: #888888;
	height: 100%;
	border-right: 2px solid black;
}

td.border#right
{
	width: 50%;
	background-color: #888888;
	height: 100%;
	border-left: 2px solid black;
}

a:link,
a:visited
{
	font-weight: light;
	text-decoration: none;
	color: #000000;
}

a:hover,
a:active
{
	font-weight: light;
	text-decoration: overline underline;
	color: #000000;
}

img
{
	border: 0px;
}

ul
{
	padding-right: 30px;
}

li
{
	padding-bottom: 10px;
}