.body
{
    background-color: white;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #330033;
}

a:link 
{ 
	text-decoration: none; 
	color: #3333cc; 
}

a:visited 
{ 
	text-decoration: none; 
	color: #333399; 
}
	
a:active 
{ 
	text-decoration: underline; 
	color: #3333cc; 
}
	
a:hover 
{	
	text-decoration: underline; 
	color: #3333cc; 
}

.TitleText 
{
	font-weight: bold; 
	font-size: 14px; 
	color: black; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
} 

.NormalText
{
	font-weight: normal;
	font-size: 12px;
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.LabelText 
{
	font-weight: bold; 
	font-size: 12px; 
	color: black; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.HeaderText 
{
	font-weight: bold; 
	font-size: 12px; 
	color: purple; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.links 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	line-height: 10pt; 
	font-weight: normal;
}

.errText 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	line-height: 10pt; 
	font-weight: normal;
    color: red;
}

.redText 
{
	font-weight: normal; 
	font-size: 12px; 
	color: red; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.Button /* Adds height and SEC color to the standard button */
{	
	font-family: Verdana, Helvetica, Sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding: 2pt 1pt 1pt 1pt;
	color: #31658A;
}

.blueText 
{
	font-weight: normal;
	font-size: 12px; 
	color: blue; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.HdrBar /* background color is light gray */
{
	background-color: #D3D3D3; 
	border-top: solid; 
	border-left: solid;
	border-right: solid; 
	border-bottom: solid; 
	border-width: 1px; 
	border-color: purple; 
}

.login
{ 
	border-top: solid; 
	border-left: solid; 
	border-right: solid; 
	border-bottom: solid; 
	border-width: 1; 
	border-color: purple; 
}

.leftLine 
{ 
	border-left: solid; 
	border-width: 1px; 
	border-color: purple; 
}

.BottomBar
{
	border-bottom: black solid;
}