body{background: #FFFFFF; margin: 0px 0px 0px 0px}
a{color: #666666; text-decoration: underline}
a:hover {text-decoration: none}
td {font-size: 8pt; font-family: Arial, Helvetica, sans-serif; color: #666666; line-height: 150%}
form {margin: 0px }
hr {background-color: #D5D5D5; border: 0; height: 1px; margin-top: 20px; margin-bottom: 20px}

.white_bg{background-color: #FFFFFF}
.lightgray_bg{background-color: #D5D5D5}
.faintgray_bg{background-color: #EAEAEA}
.orange_bg{background-color: #F47F1B}
.burgundy_bg{background-color: #680D1B}

.white, .white a:link, .white a:visited {color: #FFFFFF}
.orange, .orange a:link, .orange a:visited {color: #F47F1B}
.burgundy, .burgundy a:link, .burgundy a:visited {color: #680D1B}
.black {color: #000000}
.small {font-size: 7pt}

.reverse a:link,.reverse a:visited{text-decoration: none}
.reverse{text-decoration: none}
.reverse a:hover{text-decoration: underline}

.success {
	margin-top: 30px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 550px;
	border: 1px solid #009900;
	background-color: #66FF66;
	color: #009900;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.failure {
	margin-top: 30px;
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 550px;
	border: 1px solid #990000;
	background-color: #FF6666;
	color: #990000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.main {
	padding-left: 100px;
	padding-right: 38px;
	padding-top: 6px;
	padding-bottom: 50px;
}

.right_column {
	padding-left: 22px;
	padding-right: 25px;
}

.title {
	color: #F47F1B;
	font-size: 11pt;
	font-weight: bold;
	padding-bottom: 16px;
}

.title_big {
	color: #F47F1B;
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 16px;
}

.title_small {
	color: #F47F1B;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 10px;
}

.menu_on, .menu_on_hover {
	font-size: 9pt;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #F47F1B;
	border-bottom: 8px solid #F47F1B;
}

.menu_off {
	font-size: 9pt;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #680D1B;
	border-bottom: 8px solid #FFFFFF;
}
.menu_off_hover {
	font-size: 9pt;
	font-weight: bold;
	background-color: #FFFFFF;
	color: #F47F1B;
	border-bottom: 8px solid #FFFFFF;
}

.testimonial_name { font-weight: bold; color: #680D1B; }
.testimonial_title { font-size: 7pt; color: #F47F1B; }
.case_summary { font-style: italic; color: #680D1B; }
.service_title { font-weight: bold; color: #680D1B; padding-top: 24px; padding-bottom: 4px; }
.service_subtitle { font-style: italic; color: #F47F1B; padding-bottom: 10px; }

img {
	border: 0;
}

input, textarea, select {
	font: 8pt arial;
	margin: 0px 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.hand {
	cursor: hand;
	cursor: pointer;
}

.y2 {
	padding-top: 2px;
	padding-bottom: 2px;
}
.y3 {
	padding-top: 3px;
	padding-bottom: 3px;
}
.y6 {
	padding-top: 6px;
	padding-bottom: 6px;
}

.y10 { padding-top: 10px; padding-bottom: 10px; }
.x40 { padding-right: 40px; padding-left: 40px; }
.t41 { padding-top: 41px; }