body
{
}
A:link
{
    COLOR: #f1f50f;
    TEXT-DECORATION: none
}
A:hover
{
    COLOR: #f1f50f;
    TEXT-DECORATION: underline
}
A
{
    COLOR: #f1f50f;
    TEXT-DECORATION: none
}
font
{
	font-family: Arial;
}
.MainButton
{
	cursor : hand;
	background-color: #00065b;
	cursor : hand;
	width:70;
	height:23;
	color: #00065b;
	border-style:none;
	font-weight:bold;
	font-family:Arial;
	background-image:url(../images/mainbutton.gif);	
}
.HelpLink
{
	font-size:20;
	color:#00065b;	
}
.DownloadButton
{
	background-color: #00065b;
	cursor : hand;
	width:31;
	height:16;
	color: #f1f50f;
	border-style:none;
	font-weight:bold;
	font-family:Arial;
	background-image:url(../images/download.gif);
}
.NavigateButton
{
	cursor : hand;
	background-color: #00065b;
	width:25;
	color: #f1f50f;
	border-style:none;
	font-family:Arial;
}
.flyOver {cursor : hand;}
.flyOut {cursor :  auto;}