﻿body 
{
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;
	margin-top:0px;
	margin-left:0px;	
}

table
{
	width:100%;
	border-width:0px;
	border-style:none;
	padding:0px;
	font-family:Tahoma, Verdana, Arial;
	font-size:12px;   /* table text */
	line-height: 1.3em;
}


/* gray background colors */
.bg3
{
	background-color: #aba099;
	color: White;
	font-size: 18px;
	font-family: Tahoma;
	text-transform: uppercase;	
}

.bg2
{
	background-color:#c2bcb3;
	color:White;	
	font-size: 18px;
	font-family: Tahoma;
	text-transform: uppercase;	
}

.bg1
{
	background-color:#eae9e7;
	
}

.bg4
{
	background-color:#847c75;
	height:30px;
	vertical-align:middle;

}

/* contact form */

#contactform
{
	padding:5px;	
	width:200px;	
}

#contactform .row
{
  clear :both;
  padding-top:1px;  
}

#contactform .row span.label
{
	float:left;
	width:42px;
	text-align:right;
}

#contactform .row span.formw
{
	float:right;
	width:150px;
	text-align:left;
}

#contactform .row div.formwbutton
{	
	text-align:left;
	margin-left:35px;
	text-align:center;
}

/* controls */

.txt
{
	width:245px;
	background: white;
	border-right: lightgrey 1px solid;
	border-top: lightgrey 1px solid;
	border-left: lightgrey 1px solid;
	border-bottom: lightgrey 1px solid;
}

.ddl
{
	width: 250px;
}

.btn
{
	width:80px;
	height:20px;
	font-size:11px;
}

.rfv
{
	font-size:14px;
	color:Red;	
}

.heading1
{
	color: mediumblue;
}

