@charset "utf-8";
/* CSS Document */


body
{
	margin:0px;
	background:url(../images/bg_strip.jpg) repeat-x #000000;
}
.text
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#797979;
	text-align:justify;
	line-height:20px;
}
.whitetext
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:white;
	font-weight:bold;
	
}
.footer
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#a79346;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
div#preload { display: none; }

.calc
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#a79346;
}
.textbox
{
	border:1px #493a00 solid;
	color:white;
	background-color:#2c2301;
}
.textbox1
{
	border:2px #493a00 solid;
	color:white;
	background-color:#161000;
	height:20px;
}
	
.calculate
{
	background:url(../images/calculate.png) no-repeat;
	border:0pc;
	height:32px;
	width:125px;
}
	