body {
	margin: 10px 50px;
}
body *{
  font-family: verdana, helvetica, lucida, sans-serif;
  font-size: 12px;
}
h1{
  font: bold 20px arial;
  margin-bottom: 5px;
	line-height: 2em;
  color: #ce0041;
	clear: left;
}
h2{
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid #ce0041;
  margin-bottom: 10px;
  padding: 3px;
}
h3{
  font-weight: bold;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
a {
	outline: none;
}
p.err{
  color: #cc0000;
  font-weight: bold;
  font-size: 13px;
}
#params table{
  border: 1px solid #666666;
  background: #ededed;
}
#params th{
  font-size: 13px;
  background: #666666;
  color: #ffffff;
}
#calculate_btn{
  padding: 10px;
}
#powered_by, #powered_by *{
  font-size: 10px;
  margin: 10px 0 0;
  text-align: center;
  color: #bbbbbb;
  text-decoration: none;
}
#copy, #copy *{
  font-size: 10px;
  margin: 0;
  text-align: center;
  color: #bbbbbb;
  text-decoration: none;
}
#summary{
  margin-bottom: 25px;
}
#schedule td{
  background: #ededed;
}
#schedule th{
  font-size: 13px;
  background: #666666;
  color: #ffffff;
}
#logo {
	float: left;
}
#disclaimer {
	width: 300px;
	margin-left: 288px;
	position: relative; top: 100px;
	padding: 0.5em 1em;
	background: #efefff;
	border: 1px solid #ccc;
	color: #777;
}


