﻿body
{
    border-width:thin;
    border-style:solid;
	font-family: Verdana;
	background-color: #cccccc;
}
p:first-letter 
{
color: #ff0000;
font-size:large;
width:auto;
}

.Table {
	padding: 0;
	font: x-small Verdana, Arial, sans-serif;
	color:#000000;
	background-color:#bbbbbb;
    border-color:#cccccc;
    border-style:solid;
	
}
.LargeLabel
{
	font-family: Verdana;
	font-size: large;
	text-align: center;
	width: 800px;
	background-image: none;
	background-color: #cccccc;
}
.LargeLabelLeft
{
	font-family:Verdana;
	font-size:large;
	text-align:left;
	width:800px;
}
.MediumLabel
{
	font-family:Verdana;
	font-size:medium;
	text-align:center;
	width:800px;
}
.MediumLabelLeft
{
	font-family:Verdana;
	font-size:medium;
	text-align:left;
	width:800px;
}
.MediumLabelLeftBold
{
	font-family:Verdana;
	font-weight:bold;
	font-size:medium;
	text-align:left;
	width:800px;
}
.SmallLabel
{
	font-family:Verdana;
	font-size:small;
	text-align:center;
	width:800px;
}
.SmallRed
{
	font-family:Verdana;
	font-size:small;
	text-align:center;
	color:Red;
	width:800px;
}
.SmallLabelLeft
{
	font-family:Verdana;
	font-size:small;
	text-align:left;
	width:800px;
}
.XSmallLabel
{
	font-family:Verdana;
	font-size:x-small;
	text-align:center;
	width:auto
}
.XSmallLabelLeft
{
	font-family:Verdana;
	font-size:x-small;
	text-align:left;
	width:800px;
}
.XXSmallLabelLeft
{
	font-family:Verdana;
	font-size:xx-small;
	text-align:left;
	width:800px;
}
.SmallerLabelLeft
{
	font-family:Verdana;
	font-size:smaller;
	text-align:left;
	width:800px;
}
.Button
{
 width:80px;
 font-size:smaller;
 font-family:Verdana;
 font-weight:bold;
}
.SuperSmallButton
{
 width:40px;
 font-size:xx-small;
 font-family:Verdana;
 font-weight:normal;
 
}
.TextBox
{
	font-size:xx-small;
	font-family:Verdana;
	text-align:left;
}
.label
{
	font-size:xx-small;
	font-family:Verdana;
	text-align:left;
}
.RegEx
{
  font-family:Verdana;
  font-size:xx-small;
  font-style:normal;
  color:Red;
}
.HyperLink
{
  font-family:Verdana;
  position:relative;
  font-size :smaller;
  font-style:italic;
  color:Red;
}
.SmallHyperLink
{
  font-family:Verdana;
  position:relative;
  font-size:xx-small;
  font-style:italic;
  color:Red;
}
.HyperLinkBlue
{
  font-family:Verdana;
  font-size :smaller;
  font-style:italic;
  color:Blue;
}
.Panel
{
	border-style:solid;
	border-color:Black;
	border-width:thin;
	display:block;
	font-family:Verdana;
	font-size:small;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}
.LabelError
{
  font-family:Verdana;
  font-size :x-small;
  font-style:italic;
  color:Red;
}
.SiteFooter {
  width: 100%;
  text-align:left;
  clear: both;
  font-size:smaller;
  margin-bottom: 10px;
  bottom:auto;
}
.Site_Header 
{
	font-family: Verdana;
	font-size: 9pt;
	color: darkblue;
	background-color: #eff7de;
	border:1px;
	border-style: solid; 
	border-color: #000000;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}