BODY { 
	
	margin: 0px; 
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 78%;
	color: #000000;

}

TD
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	FONT-SIZE: 80%;
}

A
{
	text-decoration:underline;
}

A:link /* unvisited link */ { COLOR: #225a89; }
A:visited /* visited link */ { COLOR: #663300; }
A:hover /* mouse over link */ { color: #c30; } 
A:active /* selected link */ { COLOR: #009900; }

#resultsheader
{
	width:100%; background-color:#518FE2; color:#ffffff; padding:5px 0px; text-indent:8px; margin-bottom:7px;
}

#calc { clear:both; }
#calc A { color:#225a89; text-decoration:underline; }
#calc A:hover { color: #c30; } 

#d_clip_button { color:#225a89; text-decoration:underline; height:14px; line-height:14px; }
#d_clip_button.hover { color: #c30; } 

.rightpanel
{	
	width:70px; clear:right; position:relative; float:right; padding-right:10px;
}