﻿BODY 
{
	margin-top: 0;
	margin-left: 0; 
	background-color:White;	
	font-family:Verdana;
	font-size: medium;
}

A { color:  gray;  font-weight:bold}
A:hover { color: red;
	  font:  Bold Verdana;
	  }

.Button {
	font: x-small Verdana, Arial, sans-serif;
	color: yellow;
	background-color: maroon;
	border: 1;
	border-color: white;
	border-style: solid;
}

.TextBox {
	font: x-small Verdana, Arial, sans-serif;
	font-size: 12;
	color:  Maroon;
	background-color:  Maroon;
}

.Site_Header 
{
	font-family: Verdana;
	font-size: 9pt;
	color: white;
	background-color: #669999;
	border:1px;
	border-style: solid; 
	border-color: #000000;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;

}

A.LeftHyperLink 
{
	color:white;
	font-size:9pt;
	font-weight: bold;
	text-decoration: none;

}
A.LeftHyperLink:hover {
	color: #669999;
	font-size:9pt;
	font-weight: bold;
	text-decoration: underline;
}
A.LeftHyperLinkSelected
{
	color:  #669999;
	font-size:9pt;
	font-weight:  bolder;
	text-decoration:  none;
}
A.HeaderTopLink 
{
	color:white;
	font-size:9pt;
	font-weight: bold;
	text-decoration: none;
	padding-left: 1em;
	padding-right: 3em;
}
A.HeaderTopLink:hover {
	color: red;
	font-size:9pt;
	font-weight: bold;
	text-decoration: underline;

}
A.HeaderStripLink 
{
	color: white;
	font-size:9pt;
	font-weight:  bolder;
	text-decoration:  none;
}
A.HeaderStripLink:hover {
	color: red;
	font-size:9pt;
	font-weight: bolder;
	text-decoration: underline;
}
A.HeaderStripLinkSelected
{
	color: red;
	font-size:9pt;
	font-weight:  bolder;
	text-decoration:  none;
}
.HeaderStripLabel 
{
	color:  white;
	font-weight:  bolder;
}

.HeaderStripGreetingLabel 
{
	color:   black;
	font-weight:  bolder;
}
.HeaderStripDividerLabel 
{
	color: White;
	font-weight:  normal;
}
.LeftLabel
{
	background-color: #996600;
	border-color:#996600;
	color: white;
	font-weight:  bold;
	border-width:10px;
}
A.LeftLink 
{
	color: white;
	font-size:9pt;
	font-weight:  bolder;
	text-decoration:  none;
}
.BodyLink
{
	color: black;
	font-size:9pt;
	font-weight:  bolder;
	text-decoration:  none;
	text-align:center;
}
A.BodyLink:hover 
{
	color: red;
	font-size:9pt;
	font-weight: bolder;
	text-decoration: underline;
}
A.LeftLink:hover {
	color: red;
	font-size:9pt;
	font-weight: bolder;
	text-decoration: underline;
}
.LeftLinkButton
{
	color: white;
	font-size:9pt;
	font-weight:  bolder;
	text-decoration:  none;
	text-align:center;
}
.BodyButton {
	font: x-small Verdana;
	background-color:   Maroon;
	cursor:hand;
}
.LeftButton {
	font: x-small Verdana;
	background-color:  Maroon ; 
	cursor:hand;
}
.LeftPanel 
{
	 background-color:#996600;
	 color:White;
	 font-weight:bold;
	 border:10px;
	 width:170px;
}

.ErrorLabel 
{
	color: red;
	font-weight:  bold;
}
.InputTextBox
{
	background-color:white;
	color: Black
}

.Error {
	color: red;
}

TD 
{
	font: x-small Verdana, Arial, sans-serif;
	font-size: 12;
	line-height: 17px;
}

