﻿body
{  
	margin: 0px;
	padding: inherit;
	padding-bottom: 40px;
	background-color: #ffffff;
	font-family: Georgia, Tahoma, Arial;
	font-size: 9pt;
	color: #8b4513;
	font-weight: bold;
  }

img 
{
	border: 0px;
}

a
{
	color: #6495ed;
}

a:hover
{
	text-decoration: underline;
}

em
{
	display: block;
	width: 96%;
}

ul li 
{
	display: block;
	padding-bottom: 10px;
}

form
{ 
	padding: 0; 
	margin: 0; 
	border: 0; 
}

hr
{
	color: #8b4513;
}


#tblMenu
{
	margin: 0px;
	padding: inherit;
	padding-bottom: 10px;
	/*background-color: #8b4513;*/
	font-family: Tahoma, Arial;
	font-size: 11pt;
	color: #8b4513;
	font-weight: bold;
}

.MenuItem:hover
{
	text-decoration: underline;
	color: #a0522d;
}

#tblMain
{
	margin: 0px;
	padding: inherit;
	padding-bottom: 10px;
	background-color: #6e371e;
	font-family: 'Times New Roman' , Tahoma, Arial;
	font-size: 10pt;
	color: #faf0e6;
}

#tblFooter
{
	margin: 0px;
	padding: inherit;
	padding-bottom: 10px;
	background-color: #8b4513;
	font-family: Tahoma, Arial;
	font-size: 7pt;
	color: #ffffff;
}

.SGButton
{
	background-color: #8b4513;
	width: 150px;
	border-right: #000000 1px outset;
	border-top: #000000 1px outset;
	border-left: #000000 1px outset;
	border-bottom: #000000 1px outset;
	font-weight: bold;
	color: #ffffff;
	font-size: 10pt;
	cursor: hand;
}

.SGButton:hover
{
	text-decoration: underline;
}

.FormControls
{
  background-color: #FFFFFF;
  border: 1px gray solid;
  font-size: 12px;
  font-weight: bold;
  font-family: "Verdana",monospace;
  padding: 2px;
  cursor: pointer;
}

.centerdiv
{
	/*IE method of centering a relative div*/
	text-align: center;
	background-color: #572e23;
}

.centerdiv > div
{
	/*Proper way to center a relative div*/
	margin: 0 auto;
	background-color: #572e23;
	border-right: olive 2px outset;
	border-top: olive 2px outset;
	border-left: olive 2px outset;
	border-bottom: olive 2px outset;
}
