﻿body
{
	background: white;
}
.footer
{
	font-family: arial;
	font-size: 9px;
	font-weight: normal; 	
	color: #999999;			
}

a, a:active, a:visited
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal; 	
	color: white;		
	text-decoration: underline;	
}


a:hover
{		
	text-decoration: none;	
}

a.footerLink, a.footerLink:active, a.footerLink:visited
{
	font-family: arial;
	font-size: 11px;
	font-weight: normal; 	
	color: #999999;		
	text-decoration: none;	
}


a.footerLink:hover
{	
	color: #5CA526;
	font-size: 11px;
	text-decoration: underline;	
}
.errorMsg
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold; 	
	color: red;
}
.ErrorMessage
{
	font-weight: bold;
	font-size: 11px;
	cursor: default;
	color: red;
	font-family: Arial, Helvetica, sans-serif;
}
.WarningMessage
{	color: #552f5e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;	
}