/* CSS Document */

h1{
	font-size: 18px;
}
h2{
	font-size: 16px;
}

.calc_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align:justify
}
.calc_text a:link { color: #333333; text-decoration: none; }
.calc_text a:active { color: #333333; text-decoration: none; }
.calc_text a:visited { color: #333333; text-decoration: none; }
.calc_text a:hover { color: #333333; text-decoration: none; }

.calc_links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7A0000;
}
.calc_links a:link { color: #7A0000; text-decoration: bold; }
.calc_links a:active { color: #7A0000; text-decoration: bold; }
.calc_links a:visited { color: #7A0000; text-decoration: bold; }
.calc_links a:hover { color: #333333; text-decoration: bold; }

.calc_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align:center;
}
.calc_footer a:link { color: #666666; text-decoration: none; }
.calc_footer a:active { color: #666666; text-decoration: none; }
.calc_footer a:visited { color: #666666; text-decoration: none; }
.calc_footer a:hover { color: #666666; text-decoration: none; }

