BODY
{
	margin-top: 0;
	margin-left: 0;
}
A
{
	font-family: Arial;
	text-decoration: none;
}
.module
{
	border-right: gainsboro 1px solid;
	padding-right: 4px;
	border-top: gainsboro 1px solid;
	padding-left: 4px;
	padding-bottom: 0px;
	vertical-align: top;
	border-left: gainsboro 1px solid;
	width: 100%;
	padding-top: 0px;
	border-bottom: gainsboro 1px solid;
}
.Table
{
  background-color: White;
  font-size: 10pt;
  font-family: Arial;
  width: 100%;
}
.LinkBlue
{
	font-size: 9pt;
	width: 100%;
	color: blue;
	font-family: Arial;
	background-color: white;
	text-decoration: underline;
}
.RightPanel
{
	margin: left 10px;
	border-left: #cccc99 1px solid;
	font-size: 10pt;
	vertical-align: top;
	width: 100%;
	font-family: Arial;
	height: 100%;
	background-color: white;
}
.Location
{
	border-right: purple thin inset;
	border-top: purple thin inset;
	font-size: 18pt;
	vertical-align: top;
	border-left: purple thin inset;
	color: white;
	border-bottom: purple thin inset;
	height: 100%;
	background-color: green;
	text-align: center;
}
.LocationFiller
{
	background-color: White;
	height: 10px;
	text-align: center;
}
.LeftPanel
{
	font-size: 9pt;
	font-family: Arial;
	background-color: #cccc99;
}
.AddressInfo
{
	border-right: green 1px solid;
	border-top: green 1px solid;
	font-size: 9pt;
	border-left: green 1px solid;
	border-bottom: green 1px solid;
	font-family: Arial;
	background-color: #cccc99;
}
.TableHeader
{
    FONT-SIZE: 10pt;
    background-color: Green;
    COLOR: #FFFFCC;
    FONT-FAMILY: Arial;
    height: 20px;
}
.SmallTextBox
{
  border-right: #c7ccdc 1px solid;
  border-top: #c7ccdc 1px solid;
  font-size: 10pt;
  border-left: #c7ccdc 1px solid;
  border-bottom: #c7ccdc 1px solid;
  font-family: Arial, 'MS Sans Serif';
  width: 70px;
}
.MediumTextBox
{
  border-right: #c7ccdc 1px solid;
  border-top: #c7ccdc 1px solid;
  font-size: 10pt;
  border-left: #c7ccdc 1px solid;
  border-bottom: #c7ccdc 1px solid;
  font-family: Arial, 'MS Sans Serif';
  width: 120px;
}
.TextBox
{
  border-right: #c7ccdc 1px solid;
  border-top: #c7ccdc 1px solid;
  border-left: #c7ccdc 1px solid;
  border-bottom: #c7ccdc 1px solid;
  font-size: 10pt;
  font-family: Arial;
  width: 200px;
}
.Button
{
  background-color: gainsboro;
  border-right: darkgray 1px solid;
  border-top: darkgray 1px solid;
  border-left: darkgray 1px solid;
  border-bottom: darkgray 1px solid;
  font-size: 10pt;
  font-family: Arial;
}
.Normal
{
  font-size: 10pt;
  font-family: Arial;
}
.NormalPurple
{
  font-size: 10pt;
  font-family: Arial;
  color: Purple;
}
.NormalFuchsia
{
	font-size: 10pt;
	font-family: Roman;
	color: Fuchsia;
}
.BoldGreen
{
  font-size: 10pt;
  font-family: Arial;
  font-weight: bold;
  color: Green;
}
.HeaderTitle
{
	border-right: 0px;
	padding-right: 0px;
	border-top: 0px;
	padding-left: 0px;
	font-size: 10pt;
	padding-bottom: 0px;
	margin: 0px;
	border-left: 0px;
	color: black;
	padding-top: 0px;
	border-bottom: 0px;
	font-family: Arial;
	background-color: #cccc99;
}
.Footer
{
	padding-right: 0px;
	padding-left: 0px;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	color: white;
	padding-top: 0px;
	font-family: Arial;
	background-color: purple;
	text-align: center;
}
.Toolbar
{
	font-size: 10pt;
	width: 100%;
	color: white;
	padding-top: 5px;
	font-family: Arial;
	background-color: purple;
	text-align: center;
}
.calTan
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #cccc99;
}
.calDarkGray
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #CCCCCC;
}