html { height: 102.02%; }

BODY { 
	/*background-color: #EAE4D7;*/
	background-color: #94B7F4;
	background-image: url('/images/site_grad_2.jpg');
	background-position: top center;
	background-repeat: repeat-x;
}

body, p, div, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

A:link { color: blue; text-decoration: none; }
A:visited { color: blue; text-decoration: none; }
A:hover { color: #DB1D38; text-decoration: underline; }

A.logolink:link { text-decoration: none; }
A.logolink:visited { text-decoration: none; }
A.logolink:hover { text-decoration: none; }

.nav {
	font-weight: bold;
	font-size: 9pt;
}
A.nav:link { color: #FFFFFF; text-decoration: none; }
A.nav:visited { color: #FFFFFF; text-decoration: none; }
A.nav:hover { color: #FE9915; text-decoration: underline; }

.font-bigger {
	font-size: 120%;
}

.btmnav {
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
}
A.btmnav:link { color: #FFFFFF; text-decoration: none; }
A.btmnav:visited { color: #FFFFFF; text-decoration: none; }
A.btmnav:hover { color: #FE9915; text-decoration: underline; }


A.whitelink:link { color: #FFFFFF; text-decoration: none; }
A.whitelink:visited { color: #FFFFFF; text-decoration: none; }
A.whitelink:hover { color: #FE9915; text-decoration: underline; }

table.calcbkg {
	background: #E5E5E5;
	border: 1px solid black;
	border-collapse: collapse;
}

tr.calcbar {
	background: #1FB714; /* #EDAC49; */
}

td.calcbar {
	color: black;
	font-weight: bold;
}

.calcsmall {
	font-size: 80%;
}

.calcsmaller {
	font-size: 8pt;
}

td.lowergrid1 {
	background: #1FB714; /* #EDAC49; */
	color: black;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

td.lowergrid2 {
	border-bottom: 1px dotted #8E8E8E;
	padding-left: 10px;
	padding-right: 10px;
}

.calcvalidate {
	color: red;
}

td.interiorback {
 background: white;
 /* background: #D6A94B; */
}



/* contact form start */

table.contacttable {
	background-color: #C9C9C9;
	border-width:1px; border-color: #959494; border-style: solid;
}

.contactinput,
.contactbutton,
.contactarea {
	border: 1px solid #959494;
	background: white;
	padding-left: 2px;
	font-size: 12px;
}

/*
.contactinput,
.contactarea {
	width: 300px;
}
*/
.contactinput {
	height: 17px;
}

.contactbutton { 
	cursor: hand;
}

.contacttext {
	font-size: 12px;
}

/* contact form end */

.attention {
	color:red;
}