body { 
	background: #333333 url('../images/red_bg.gif') repeat-y scroll; 
	margin:0px; 
}
body.calc {
	margin:0px;
}
td { 
	font-family:verdana;
	font-size:70%;
	color:black 
} 
td.footer { 
	background: url('../images/home_footer_body_bg.gif') no-repeat;
	width:515px;	
	padding-top:3px;
	border-top:3px solid #333333;
	border-bottom:3px solid #333333;
	color:#DADADA
}
input, select { 
	font-size:100%
}
a {
	text-decoration:underline;
	color:#333333 
	 
}
a:hover {
	text-decoration:underline;
	color:#999999
}
a.home {
	text-decoration:none;
	color:#DADADA 
}
a.home:hover { 
	text-decoration:underline;
	color:#FFFFFF
}
a.white { 
	text-decoration:none;
	color:#FFFFFF 
}
a.white:hover { 
	text-decoration:underline;
	color:#FFFFFF 
}
a.red { 
	text-decoration:underline;
	color:#FF0000
}
a.red:hover { 
	text-decoration:underline;
	color:#CCCCCC 
}
sup { 
	font-size:70% 
}
.content { 
	width:762px; 
	padding-left:1px; 
	padding-right:1px; 
	background:#FFFFFF 
}
.red { 
	color:#FF0000
}
p.home { 
	font-family:verdana;
	font-size:100%;
	color:#DADADA
}
p.calc { 
	font-family:verdana;
	font-size:100%;
	color:#DADADA;
	margin-bottom:7px;
	margin-top:0px 
}

.breadcrumb {
	color: #999999
}