body{
padding:0px;
margin:0px;
background:url(/images/bg.jpg) top repeat-x;
}
table {border-collapse:collapse; border:0px;}
table, td {
	width:100%;
	height:100%;
	border:0px;
}

td { vertical-align:top; padding:0px;}
p {
	font-size:14px;
	line-height: 1.3em;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #EAF1D7;
	line-height: 1.3em;
}

a:hover{text-decoration:none;}

img { border:0px;}

.m_text, table, li, input, textarea	{
	font-family:Tahoma;
	font-size:12px;
	line-height:14px;
	color:#D6E5AC;
}
.m_text strong { color:#EAF1D7}
.m_text a{ color:#D6E5AC; text-decoration:none}
.m_text a:hover{ color:#D6E5AC; text-decoration:underline}
.m_text li a{ color:#D6E5AC; text-decoration:underline}
.m_text li a:hover{ text-decoration:none}
.h_text { color:#000000}
	
.c_text { color:#919D8E}
.c_text a{ color:#919D8E; text-decoration:none}
.c_text a:hover{text-decoration:underline}
.c_text span a{ color:#BD660C; text-decoration:underline}
.c_text span a:hover{text-decoration:none}

.no_class, form, .no_class td	{
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	border:0px;
}
object { outline:none; }

.form{height:25px; margin-top:6px;}
.form input {
	width:161px;
	height:22px;
	border:#FFD802 1px solid;
	padding-left:5px
}

textarea {
	width:210px;
	height:115px;
	border:#FFD802 1px solid;
	padding-left:5px;
	overflow:auto;
	margin-top:10px
}

ul {margin:0; padding:0; list-style:none}
li  {background:url(/images/a1.gif) no-repeat left center; margin:0px; padding:0px 0px 0px 11px}
li a  {font-family:Tahoma; font-size:12px; line-height:18px; color:#EDF5D8}

.ul2 li  {background:url(/images/a1.gif) no-repeat left center; margin:0px; padding:0px 0px 0px 11px}
.ul2 li a  {font-family:Tahoma; font-size:12px; line-height:18px; color:#000000}

/*### CONTACT FORM ###*/
#form { width:100%; }
#form div { margin:5px 0; }
#form input, #form select, #form textarea {
	border: 1px solid #C0C0C0;
	color:#333333;
	display: block;
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-size: 14px;
	padding: 5px 10px;
	text-align:left;
	font-weight: bold;
}
#form input {
	width:240px;
	height: 1.5em;
}
#form select {
	width:260px;
	margin-bottom: 10px;
	padding: 5px;
}
#form textarea {
	width:320px;
	height:137px;
	overflow:auto;
	max-height: 137px;
}
#form .button {
	color: #306E1D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FFF;
	border: solid 1px #C0C0C0;
	padding: 4px;
	margin-top: 4px;
	width:auto;
	height:auto;
	text-align: center;
}
#form .button:hover {
	background-color: #EFEFEF;
	cursor: pointer;
	border: 1px solid #155B1B;
}

#form .red { border: 2px solid #FFAB0A; }
#form label.red {
	border: none;
	color: #FFAB0A;
}
#form .customRed {
	border: none;
	color: #FFAB0A;
}
#validationMessage {
	padding: 5px;
	border: 2px solid red;
	margin-bottom: 10px;
	color: #FFAB0A;
	font-weight: bold;
	display: none;
	font-size: 14px;
}
#form .errorMessage {
	color: #FFAB0A;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
}
.error {
	font-weight: bold;
	color: #FFAB0A;
	display: none;
}
