body  {
	background-color:		silver;
	text-align:				center;
	color:					black;
	margin:					0px;	
}

A, A:link , A:visited {
	font-size:				11px;
	color:					#7B7167;
	text-decoration:		none;
	font-weight: bold;
}

A:hover {
	text-decoration:		underline;
}

body. td {
	font-family:			arial, helvetica;
	font-size:				9pt;
	font-weight:			normal;
}

.wrapper {
	width: 					100%;
	height:					100%;
	background-color:		#615d55;
	background-image:		url("images/gradient_bg.gif");
	background-repeat:		repeat-x;
	background-position:	center left;
}	

.mainText {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #848074;
	line-height: 16px;
}
.smallText {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #848074;
	line-height: 14px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #848074;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #848074;
}
textarea#Address {
	width: 250px;
	height: 50px;
	border: 1px solid #cccccc;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #848074;
	font-size: 12px;
}
textarea#Message {
	width: 250px;
	height: 80px;
	border: 1px solid #cccccc;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #848074;
	font-size: 12px;
}
input#Name {
	width: 250px;
	height: 20px;
	border: 1px solid #cccccc;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #848074;
	font-size: 12px;
}
input#Phone {
	width: 250px;
	height: 20px;
	border: 1px solid #cccccc;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #848074;
	font-size: 12px;
}
input#email {
	width: 250px;
	height: 20px;
	border: 1px solid #cccccc;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #848074;
	font-size: 12px;
}
input#Company {
	width: 250px;
	height: 20px;
	border: 1px solid #cccccc;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #848074;
	font-size: 12px;
}
input.red {
	background-color: #CC0000;
	font-weight: bold;
	font-size: 12px;
	color: white;
}
#flashContent { width:100%; height:100%; overflow:hidden; }
