body {
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DFDFDF;
}
.forms {
	background-color: #eeeeee;
	border: 1px solid #B4B4B4;
}
.submit_btn {
	background-color: #30BF00;
	border: 1px solid #999999;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.link_color_blue {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	color: #0066FF; 
}
.link_color_regular_text {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	color: #666666; 
}
a:hover {
	text-decoration: none;
	color: #0066FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.small_text {
	font-size: 11px;
	color: #333333;
	font-family: Tahoma, Verdana, Arial, Helvetica;
}
.small_med_text {
	font-size: 12px;
	color: #666666;
	font-family: Tahoma, Verdana, Arial, Helvetica;
}
.small_med_text_bold {
	font-size: 12px;
	color: #666666;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-weight: bold;
}
.med_text {
	font-size: 14px;
	color: #333333;
	font-family: Tahoma, Verdana, Arial, Helvetica;
}
.med_text_bold {
	font-size: 14px;
	color: #333333;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-weight: bold;
}
.med_white {
	font-size: 14px;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica;
}
.med_white_bold {
	font-size: 16px; 
	font-weight: bold; 
	color: #FFFFFF; 
	font-family: Tahoma, Verdana, Arial, Helvetica;
}
.med_large_text {
	font-size: 16px;
	color: #333333;
	font-family: Tahoma, Verdana, Arial, Helvetica;
}
.med_large_text_bold {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	font-family: Tahoma, Verdana, Arial, Helvetica;
}
.large_text {
	font-size: 18px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #333333;
}
.xlarge_text {
	font-size: 24px;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-weight: bold;
	color: #333333;
}
.client_spotlight_text {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 14px;
	color: #FF6666;
	font-style: italic;
	font-weight: bold;
}
.first_letter_bold {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;
}
.red_text {
	font-size: 14px;
	color: #FF0000;
	font-family: Tahoma, Verdana, Arial, Helvetica;
}
.red_bold {
	font-size: 14px;
	color: #FF0000;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-weight: bold;
}
.top_borders {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #c9c9c9;
	border-right-color: #c9c9c9;
	border-left-color: #c9c9c9;
}
.middle_borders {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #c9c9c9;
	border-left-color: #c9c9c9;
}
.bottom_borders {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c9c9c9;
	border-bottom-color: #C9C9C9;
	border-left-color: #c9c9c9;
}
.bottom_mirror {
	background-image: url(../images/general/bottom_mirror.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-attachment: scroll;
}
.left_home_table {
	background-image: url(../images/general/spotlight.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	background-attachment: scroll;
}
.middle_home_table {
	background-image: url(../images/general/helpful_starting_tips.jpg);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	background-attachment: scroll;
}
.right_home_table {
	background-image: url(../images/general/get_a_quote.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	background-attachment: scroll;
}
.watermark {
	background-image: url(images/general/logo_lg_watermark.jpg);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	background-attachment: scroll;
}