﻿body
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	font-size:medium;
	color: black;
	background-color: #555555;
	width: 100%;
	background-image: url(genesislogo.gif);
	background-repeat: no-repeat;
	background-position: 70px 50px;
}
body.empty
{
	background-image: none;
}
h1
{
	font-family: Arial;
	font-weight: bold;
	font-size: Medium;
	text-transform: capitalize;
	margin-bottom: 5px;
}

h2
{
	font-family: Arial;
	font-weight: bold;
	font-size: small;
	text-transform: capitalize;
	margin-bottom: 5px;
}

table
{
	border-width: 0px;
}

table.menu
{
	border-width: 0px;
	width: 100%;
	background-color:#353535;
	text-align: center;
}

table.topdog
{
	border-width : 0px;
	width: 80%;
	text-align: right;
}

table.mainWindow
{
	text-align:left;
	vertical-align: top;
	width: 80%;
	border-width: 0px;
	background-color: White;
	background-image: url(tblbackground.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

tr
{
	vertical-align: top;
}

td
{
	
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}

td.LastDataField
{
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

td.DataField
{
	width:auto;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

td.DataFieldSmall
{
	width:auto;
	font-size:xx-small;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;

}
td.menu
{
	width: 12%;
	height: 24px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

table.mainWindow
{
	width: 80%;
}

a
{
	text-decoration: underline;
}

a:visited
{
	color: Black;
}

a:hover
{
	color: Gray;
}

a:link
{
	color: Black;
}

a.menu:link
{
	text-decoration: none;
	color: White;
}
a.menu:visited
{
	text-decoration: none;
	color: White;
}

a.menu:hover
{
	text-decoration: none;
	color: Gray;
}

p
{
	margin-top: 0px;
}

img
{
	border-bottom-width: 0px;
}