﻿body, html, form
{
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}

body
{
	font-family: arial,verdana,sans-serif;
    font-size: 10pt;
    margin: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    margin: auto;
    background-color: #7e1711;
}

table
{
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	vertical-align: top;
}

#main_table
{
	margin: auto;
	width: 800px;
	border-collapse: collapse;
}

#search_control
{
	padding-left: 20px;
	padding-bottom: 20px;
}

td
{
	padding: 0px;
	text-align: left;
	vertical-align: top;
}

tr
{
	vertical-align: top;
}

a
{
	color: Blue;
}

a:hover
{
	color: Red;
	text-decoration: none;
}

img
{
	border: 0px;
}

#footer
{
	color: #ffffff;
	font-size: 9px;
	text-align: right;
}

a.footer_link
{
	color: #ffffff;
	font-size: 9px;
}

a.footer_link:hover
{
	text-decoration: none;
}

.menu
{
	width: 528px; height: 21px; background-color: #577cfe; text-align: center; vertical-align: middle;
	color: #ffffff;
}

a.menu_link
{
	color: #ffffff;
}

a.menu_link: hover
{
	text-decoration: none;
}

.section_title
{
	font-weight: bold;
	font-size: larger;
}

.section_sub_title
{
   font-weight: bold;
   padding-bottom: 4px;
}
