.body 
{
	background-color: white;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

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: Verdana, Helvetica, sans-serif;
} 

.NormalText 
{
	font-weight: normal; 
	font-size: 12px; 
	color: black; 
	font-family: Verdana, Helvetica, sans-serif;
}

.LabelText 
{
	font-weight: bold; 
	font-size: 12px; 
	color: black; 
	font-family: Verdana, Helvetica, sans-serif;
}

.HeaderText 
{
	font-weight: bold; 
	font-size: 12px; 
	color: purple; 
	font-family: 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: Verdana, Helvetica, sans-serif;
}

.blueText 
{
	font-weight: normal; 
	font-size: 12px; 
	color: blue; 
	font-family: Verdana, Helvetica, sans-serif;
}

.HdrBar
{
	background-color: silver; 
	border-top: solid; 
	border-left: solid; 
	border-right: solid; 
	border-bottom: solid; 
	border-width: 1; 
	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: 1; 
	border-color: purple; 
}

.leftLineLeftAlinged 
{
	border-left: solid; border-width: 1; border-color: purple;
	text-align: left;
}