td {
	text-align: left;
	font-family:tahoma;
	font-size:11px;
	color:#727272;
	line-height:13px;
}

a {
	text-decoration:underline;
	color:#727272;
}
  
body { 	margin:0px;padding:0px; background-color:#B9BBAD; background-image:url(images/bg2.jpg)}

.copy{
font-family:tahoma;
color:#8F8E87;
text-decoration:none;
font-size:11px;
}

.bot_txt {	color:#A8A8A8;
			text-decoration:none}

.header {color:#A7A7A7; font-size:10px; text-decoration:none}
.red {color:#EA7832; font-size:12px; text-decoration:none}
.green {color:#8DAD40; font-size:10px; text-decoration:none}
.green-line {color:#809F33; text-decoration:underline}
.black {color:#333333; text-decoration:none}
.black2 {color:#333333; font-size:14px; text-decoration:none}

.black1 {color:#7D7D7D; text-decoration:none}

.black-line {color:#3A3A3A; text-decoration:underline}
.blue {color:#5A8FAD; text-decoration:underline}
.white {color:#ffffff; text-decoration:none}
.abs {vertical-align:middle}


.sm {font-size:10px}
.u {text-decoration:underline}
.nu {text-decoration:none}
.t {text-transform:uppercase}
.big {font-size:11px}


.form { width:400px;
		height:16px;
		font-family:tahoma;
		font-size:10px;
		border-style:solid;
		border-width:1px;
		border-color:#C6C5B7;
		background-color:#ffffff;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}
		
.form2 {
	width:180px;
	height:16px;
	font-family:tahoma;
	font-size:10px;
	border-style:solid;
	border-width:1px;
	border-color:#C6C5B7;
	background-color:#ffffff;
	color:#5F5F5F;
	margin-left:0px;
	margin-right:0px
}
		
		
.form1{ width:400px;
		height:72px;
		font-family:tahoma;
		font-size:10px;
		border-style: solid;
		border-width:1px;
		border-color:#C6C5B7;
		background-color:#ffffff;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}
		
.form3{ width:180px;
		height:72px;
		font-family:tahoma;
		font-size:10px;
		border-style: solid;
		border-width:1px;
		border-color:#C6C5B7;
		background-color:#ffffff;
		color:#5F5F5F;
		margin-left:0px;
		margin-right:0px}
		

		

a:hover{text-decoration:none;}
.a:hover{text-decoration:underline;}

	width: 100%;
}

h1 {
	display: block;
	font-size: 1.4em;
	color: #443833;
	border-bottom: #443833 1px dotted;
	margin: 40px 0 15px 0;
}

h1.quote {
	display: block;
	float: right;
	clear: right;
	font-size: 1.8em;
	font-family: Georgia, Arial, sans-serif;
	color: #443833;
	margin: 40px 0 0 0;
	border: none;
}

small {color: #999; font-size: 0.85em;}

a img {border: none;}

/***** Global Classes *****/
.alignleft {display: block; float: left;}

.alignright {display: block; float: right;}

.aligncenter {
  	display: block;
  	text-align: center;
  	margin: 0 auto;
}

.endOfSection {
  	clear: both;
  	width: 100%;
  	height: 0;
  	line-height: 0;
  	font-size: 0;
  	padding: 0;
  	margin: 0;
  	border: 0;
}

/* the main layout */
#contentForm {
	display: block;
	width: 580px;
	border: 0px solid #625748;
	background-color: white;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
}

#contentForm p{
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;           
	height: 1%;
}

/* and now the form itself */
label {
	display: block;
	float: left;
	clear: left;
	margin: 5px 0 10px 0;
	width: 250px;
	line-height: 120%;
}

input, textarea, select {
	padding: 2px;
	font-size: 1em;
	color: #666666;
	background: #F5F5F5;
	border: 1px solid #ccc;
	float: left;
	display: block;
	margin: 5px 0 10px 0;
}

input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #FFFFFF;
}

input.button {
	cursor: pointer;
	border: none;
	font-weight: bold;
	background: url(images/submit.jpg) no-repeat left top;
	width: 90px;
	height: 28px;
}

.fright {
	display: block;
	float: left;
}

.fright label {
	width: 500px;
	line-height: 160%;
	margin: 0 !important;
}

.fright input {
	margin-right: 5px !important;
}

span.required{
	font-size: 13px !important;
	color: red !important;
}

.errormsg {
	display: block;
	width: 90%;
	height: 22px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
	padding: 3px 10px 3px 40px;
	margin: 10px 0;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
}



