/* Calculator Styles */

body {
background-color:#FFFFFF;
margin:0;
font-family: tahoma, arial, sans-serif;
font-size: 11px;
color: #3D3D3D;
}

h1, h2, h3, h4, h5 {
font-family: "Trebuchet MS", arial, sans-serif;
}

td.masthead-left {
background-image:url(/images/masthead-ssg.gif);
background-repeat:no-repeat;
}

td.masthead {
background-image:url(/images/masthead-bkgd.gif);
background-repeat:repeat-x;
}

#calculators {
max-width: 665px;
min-width: 560px;
	text-align: justify;
	line-height: 17px;
	padding: 10px 40px;
	}

	#calculators h1 {
	margin: 0 ;
	font-size: 17px;
	color: #003366;
	font-weight:normal;
	}

	#calculators h2 {
	margin: 12px 0 10px 0;
	font-size: 15px;
	color: #CC9900;
	text-align:left;
	}

	#calculators h3 {
	margin: 0 ;
	font-size: 12px;
	color: #003366;
	text-align:left;
	}

	#calculators h4 {
	margin: 8px 0 2px 0;
	font-size: 12px;
	color: #CC9900;
	text-align:left;
	}
	
	#calculators p.footer {
	font-size: 10px;
	line-height: 14px;
	color: #3D3D3D;
	font-style: normal;
	margin-right: 20px;
	margin-top:10px;
	padding-top: 6px;
	text-align:left;
	}
	
	#calculators a {
	color: #003366;
	}
	
	#calculators a:visited {
	color: #666666;
	}

	#calculators a:hover {
	color:#AA5E21;
	}