﻿body 
{
margin:0px 30px 30px 30px;
font-family: verdana;
font-size: 12px;
line-height:0.5cm;
background-image:url('../Images/body_bg.png');
background-color:#eef4ef;
background-repeat:repeat-x;
background-position:inherit;
background-position:bottom;
}
.HomePageText
{
font-family: verdana;
font-size: 11px;
font-weight:bold;
color: #333333;
}
.CalculatorText
{
font-family: verdana;
font-size: 12px;
font-weight:bold;
color: #333333;
}
.GreenText
{
font-family: verdana;
font-size: 12px;
font-weight:bold;
color: #3d7723;
}
.ErrorHeader
{
	background-color: #aa0011;
	color: white;
	height: 30px;
	text-align: left;
	width: 100%;
	font-size: 14px;
}
.tdHeaderWhiteStyle
{
	background-color: #FFFFFF;
	border-left: 0px;
	border-right: 0px;
	border-bottom-color: black;
	border-top: 0px;
	padding-left: 10px;
	color: Black;
}
.welcome
{
	font-family: verdana;
	font-size:25px;
	color:#40ad3a;
	font-weight:bold;
	line-height:.5cm;
}
.black_color
{
	font-family: verdana;
	font-size:25px;
	color:#000;
	font-weight:bold;
	line-height:.5cm;
}
.black_colorsmall
{
	font-family: verdana;
	font-size:16px;
	color:#000;
	font-weight:bold;
	line-height:.5cm;
}
.smalltext
{
	font-family: verdana;
	font-size:9px;
	color:#000;	
	font-weight:normal;
}
.redMark {
color:#FF0000;
font-size:12px;
font-weight:bold;
}