html
{
	padding:0;
	height:100%;
}

body
{	
	font-size: 12px; 
	MARGIN: 0px; 
	COLOR: #333; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #fff;
	padding:0;
	height:100%;
}

form{ height:100%; }

ul
{
	margin-top:0;
	margin-bottom:0;
	padding-bottom:0;
	padding-top:0;
	text-indent:0;
}

a { color: #00008B; text-decoration: underline; }
a:hover { color : #FF9900; text-decoration : underline; }
a:active { color : #FF9900; text-decoration : underline; }
.destination{ text-decoration: none; }

.yregfloathelp 
{ 
    border: 1px solid #FFC30E; 
	padding: 5px 5 5 5px; 
    background-color: #FFFBB8; 
    text-align: left; 
    color: #9C7600; 
    width: 18em; 
    font-size: 11px; 
    font-family: arial, sans-serif; 
} 

.Help{ font-size:8pt; color:#696969; }
.Error{ font-size:9pt; color:Red }
