a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Arial;
	color: #FFF;
	text-decoration: underline;
	font-size: 11px;
}
a.link:link, a.link:active, a.link:visited {
	font-family: Tahoma, Arial;
	color: #7C4A2A;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.link:hover {
	font-family: Tahoma, Arial;
	color: #FF0000;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
BODY {
	font-weight: normal;
	background-color: #F4ECE0;
}
TD {
	font-family: Tahoma, Arial;
	font-size: 12px;
	line-height: 16px;
	color: #4E1F00;
}
.white {
	color: #FFFFFF;
	font-weight: bold;
}

.blue {
	color: #0070DF;
}
.red {
	color: #CE0101;
}
.px11 {
	font-size: 11px;
}
.px12 {
	font-size: 12px;
}
.px16 {
	font-size: 16px;
}
.px24 {
	font-size: 22px;
}
.grey {
	color: #5D6068;
	font-weight: normal;
}
.orange {
	color: #FF5400;
}

p {
 text-align: justify;
}

h2 {
	font-size: 20px;
	line-height: 22px;
}

.imgright {
	margin-left: 20px;
}

.offers {
	 text-align: center;
}

.boldlink {
	font-weight: bold;
	color: #ff0000;
}

/* Form Styling */
.clear {
  clear: both;
}

#main {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
}

#main form {
  font-size: 1.4em;
}


/* fieldset styling */
#main fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
}

/* legend styling */
#main legend {
	font-weight: bold;
	color: #000000;
}

#main form p {
  	position: relative;
	width: 95%;
	font-size: 0.85em;
}

/* style for  labels */
#main label {
	float: left;
	width: 8em;
	margin-bottom: 3px;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

#main input {
  width: 200px;
}

#main  input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#main  input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
#main  input:focus, textarea:focus {
	background: #ffc;
}

#main  input.radio {
    float: left;
	margin-right: 1em;
}

#main  textarea {
	width: 300px;
	height: 100px;
}

#comments_form h2 {
	font-size: 0.65em;
}

#formoffers {
  	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

#formoffers div {
  width: 15em;
  margin-left: -50px;
  float: left;
}

#formoffers label {
	margin-left: -65px;
  width: 3em;
  float: none;
  display: inline;
}

#formoffers p {
	margin: 0.3em 0;
}
