BODY,TABLE,P
{
	font-weight: normal;
	font-size: 13px;
	word-spacing: normal;
	text-transform: none;
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #8cadd0;
}
.TITLE
{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
A:link
{	
	text-decoration: underline;
	color: Navy;
}	
A:visited
{	
	text-decoration: underline;
	color: Navy;
}	
		
A:active
{	
	text-decoration: underline;
	color: Navy;
}	
.ActionButton, .ActionButton:link, .ActionButton:visited
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #6193bf;
	text-align: center;
	text-decoration: none;
	cursor:hand;
}
		
