﻿body 
{
	background-color: white;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-size: small;
}

.Table 
{
	background-color:#E3E1E1;
	font-family:Verdana;
	font-size:10pt;
}

.altRow
{
	background-color:Silver;
}

.Header
{
	background-color:Gray;
	color:Black;
	font-weight:bold;
	font-size:12pt;
}

.Footer
{
	background-color:Gray;
}

.Required
{
	color:Red;
}

.TextInput
{
	font-family: Verdana;
	font-size:10pt;
}

.Label
{
	font-weight:bold;
}

.HomeText
{
    font-family:Verdana;
    
}

.TableSpacer
{
    background-color:Gray;
    height:10px;
}
   
.Notes
{
    Color:Red;
    font-size:8pt;
    font-family:Verdana;
}

.boldtext
{
	font-weight:bold;
	text-align:left;
	font-family:Verdana;
}

.text
{
	font-weight:normal;
	text-align:left;
	font-family:Verdana;
}