table td{
    border-right: 1px solid #181EA5;
    border-bottom: 1px solid #181EA5;
    color: #181EA5;
}
table {
    border-left: 1px solid #181EA5;
    border-top: 1px solid #181EA5;
}
th,.tableheader{
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	color: #FFF;
	background-color: #181EA5;
	}

form table td{
   border:none;
}

form table {
    border:none;
}

ol li{
list-style-image: none; 
list-style-type: decimal;
font-weight:bold;
}
ol li p{
    font-weight:normal;
}
#calc_content h1{
    color: #181EA5;
	font: bold 11pt arial, verdana, sans-serif;
	margin-bottom: 3px;
}
#calc_content hr{
    display:none;
}

#calc_content b{
    display:none;
}

#calc_content caption b{
    display:block;
}
#calc_content td b{
    display:block;
