body{
	background:url(../images/bg.png);
}
body,td,th{
	font-family: Arial;
	font-size: 14px;
	color: black;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding: 0 0 10px 0;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
h1{
	font-size: 30px;
}
h2{
	font-size: 22px;
}
h3{
	font-size: 16px;
}
p{
	line-height: 19px;
}
blockquote{
	margin: 5px 0 10px 0;
	padding: 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	font-style: italic;
	color: #666666;
}
ul,ol{
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
}
ul{
	list-style: square
}
ol{
	list-style:decimal;
}
a{
	text-decoration: none;
	color: #456274;
}
a:hover{
	color: black;
}

.clear{	clear: both;}
.red{	color:#EC3943}
.off{	display:none}

.table{
	margin:0 0 10px 0;
	width: 100%;
	border-right:1px solid #E3E8E8;
	border-bottom:1px solid #E3E8E8;	
}
.table td{
	padding: 5px;
	border-left:1px solid #E3E8E8;
	border-top:1px solid #E3E8E8;
	background: white;
}
.table.form td{
	background:transparent;
}
.table thead td{
	font-weight: bold;
	background: #272E3D;
	color:white;
}
.calculator-wrap{
	background: #D3DCDC;
	padding: 10px 10px 10px 15px;
}
.calculator-table{
/*	border-right: 1px solid #E3E8E8;
	border-bottom: 1px solid #E3E8E8;*/
}
.calculator-table td{
	padding: 0;
/*	border-top: 1px solid #E3E8E8;
	border-left: 1px solid #E3E8E8;*/
	background: #D3DCDC;
	font-size: 13px;
}
.calculator-table td input{
	border-width: 1px;
	padding: 3px;
	width: 150px;
}
.calculator-table .submit{
	background: #456274;
	color: white;
	border:none;
	font-weight: bold;
}

.btn{
	display:inline-block;
	width: 150px;
	height: 40px;
	text-indent: -10000px;
}
.btn.demo1{	background-image:url(../images/button-demo-1.png);}
.btn.demo2{	background-image:url(../images/button-demo-2.png);}
.btn.demo3{	background-image:url(../images/button-demo-3.png);}
.btn.selected,
.btn:hover{
	background-position: 0 100%;
}

.f-left{	 float: left;}
.f-right{	 float: right;}
