body, td, .quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	line-height: 18px;
}

a {
	color: #993300;
	font-weight: bold;
	text-decoration: underline;
}

a.white {
	color: #FFFFFF;
}

a:Hover {
	color: #CC6600;
}

a.white:Hover {
	color: #FFE466;
}

.aligncenter {
	text-align: center;
}

b, strong, th {
	color: #660000;
}

.big {
	font-size: 16px;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
	margin: 0px;
	font-variant: small-caps;
}

h1, h2 {
	border-bottom: 1px solid #660000;
	font-size: 18px;
}

hr {
	margin: 8px 0px;
	color: #660000;
	background-color: #660000;
	height: 1px;
	border: none;
}

img { border: none; }

.indent {
	margin-left: 20px;
}

input, select, textarea {
	border: 1px solid #993300;
	background-color: #FFF199;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input[name="best_contact_method"] {
	display: none;
}

input[type=text], input[type=password], select, textarea {
	width: 360px;
	margin: 2px 0;
}

input[type=text], input[type=password] {
	height: 16px;
}

input[type=text].small, input[type=password].small, select.small, textarea.small {
	width: 55px;
}

input[type=text].medium, input[type=password].medium, select.medium, textarea.medium {
	width: 185px;
}

input[type=checkbox], input[type=radio], input[type=image]{
	border: none;
	background-color: transparent;
}

button, input[type=button], input[type=submit], input[type=reset] {
	color: #993300;
	border: 1px solid #993300;
	font-weight: bold;
	padding: 3px 5px;
}

button:hover, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
	color: #cc6600;
	border-color: #cc6600;
	cursor: pointer;
}

label {
	width: 150px;
	display: block;
	float: left;
	margin: 2px 0;
}

th {
	text-align: left;
	border-bottom: 1px solid #660000;
}

ul { margin-top: 0px; }

.box, .highlight {
	background-color:#FFF199;
	border: 1px solid #cc6600;
	padding: 10px;
	margin: 10px;
}

.box {
	background-color: transparent;
}

.calendar, tr.calendar {
	vertical-align: top;
	padding-bottom: 9px;
}

.clear {
	clear: both;
	width: 100%;
}

.cs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	background-color: #FFFFFF;
	border: 2px solid #8BA5BE;
	padding: 0px 5px 10px 5px;
}

b.cs {
	color: #000000;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.dialog {
	background-color: #ffe366;
	border: 1px solid #cc0000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #660000;
	min-width: 400px;
	max-width: 600px;
	display: none;
	position: absolute;
	z-index: 501;
	left: 10%;
	top: 0px;
}

.dialog-content {
	margin: 10px 20px;
}

.dialog-title {
	background-color: #993300;
	color: #ffe366;
	font-weight: bold;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	margin: 1px;
	padding: 5px 10px;
	text-align: center;
}

.disabled {
	color: #666666;
}

.error {
	border-color: #ff0000;
	background-color: #ffddb0;
}

.footer {
	text-align: center;
}

.half {
	float: left;
	display: block;
	width: 45%;
	margin-right: 5%;
}

.nav {
	border: 0px;
	margin: 7px 0px 7px 30px;
}

.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 500;
	left: 0px;
	top: 0px;
	background-color: #000000;
	display: block;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	zoom: 1;
}

.quote {
	color: #CC6600;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	width: 580px;
	margin: 5px 0px 0px 30px;
	line-height: 14px;
}

.quote2 {
	color: #660000;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

.sig, .sig2 {
/*	font-size: 10px; */
	margin-right: 20px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	color: #FF9900;
}

.sig2 { color: #990000; }

small { font-size: 10px; }

.stdForm {
	border: 0px;
	background-color: transparent;
}

.sublink {
	padding: 2px 15px;
	background-color: #FFF199;
}