
/* ------- Global ------- */

body {
	background: #FFFFFF;
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
	font-size: 14px;	
	line-height: 200%;
	letter-spacing: 0px;
	margin: 0 auto;
	color: #333333;
}

* {
	margin: 0;
}

h1 {
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: italic;
	line-height: 100%;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 25px;
	color: #FFFFFF;
}

h2 {
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 200%;
	letter-spacing: 1px;
	margin: 0px;
	color: #6B514F;
}

.words h1 {
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	line-height: 100%;
	letter-spacing: 0px;
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
	color: #EEEEEE;
}

.words h2 {
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 200%;
	letter-spacing: 0px;
	padding: 0px;
	margin: 0px;
	color: #DDDDDD;
}

h3 {
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 200%;
	text-transform: uppercase;
	margin: 0px;
	color: #000000;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #6B514F;
	color:#6B514F;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px solid #6B514F;
	color: #6B514F;
}

td {
	vertical-align:top;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

ul, li {
	margin-left: 15px;
	padding-left: 0px;
	line-height: 200%;
	margin-right: 0px;
}

img {
	border: 0;
}


/* ------- Defined Styles ------- */

.highlight {
	color: #6B514F;
}

.plain a {
	text-decoration: none;
	border-bottom: 0px dotted #FFFFFF;
}

.plain a:hover {
	text-decoration:none;
	border-bottom: 0px dotted #FFFFFF;
}

.normal {
	font-family: Verdana, Arial, Sans-serif;
	font-weight: normal;
	font-size: 11px;	
	line-height: 200%;
	letter-spacing: 0px;
	color: #555555;
}

.small {
	font-size: 10px;	
}

.tiny {
	font-size:8px;
}

.quote {
	text-align: right;
	padding-top: 10px;
}

.quote_name {
	font-style: italic;
}

.quote_city {
	font-weight: bold;
}

.question {
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #6B514F;
}

.required {
	color: #EE2E24;
	font-weight: bold;
}

.form_field
{
	width: 200px;
	border: 1px solid #DDDDDD;
    background: #EEEEEE;
	margin: 0px;
	color: #333333;
	font-family: trebuchet ms, verdana, tahoma, arial;
}
.form_field_header {
	text-align: right;
}
.text_box
{
	width: 300px;
	height: 150px;
	border: 1px solid #DDDDDD;
    background: #EEEEEE;
	font-size: 14px;
	color: #333333;
	font-family: trebuchet ms, verdana, tahoma, arial;
	overflow: auto;
}
.submit
{
	width: 200px;
	height: 30px;
	border: 1px solid #DDDDDD;
	color: #FFFFFF;
    background: #6B514F;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: trebuchet ms, verdana, tahoma, arial;
}

