﻿body {
	padding: 0px;
	margin: 0px;
	background-color: #dae5e1;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
}
a:link {
	color: #7030a0;
	font-weight: bold;
}
a:active {
	font-weight: bold;
	color: #7030a0;
}
a:hover {
	font-weight: bold;
	color: #ff3399;
}
a:visited {
	font-weight: bold;
	color: #7030a0;
}
a:link.tiny {
	color: #C3C3C3;
	font-size: 9px;
	font-weight: normal;
}
a:active.tiny {
	color: #C3C3C3;
	font-size: 9px;
	font-weight: normal;
}
a:hover.tiny {
	color: #C3C3C3;
	font-size: 9px;
	font-weight: bold;
}
a:visited.tiny {
	color: #C3C3C3;
	font-size: 9px;
	font-weight: normal;
}
h1 {
	color: #0070c0;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
}
ul {
	padding: 0px;
	margin: 0px 0px 0px 10px;
	list-style: none;
	text-align: left;
}
ul.bullet_pink li {
	margin: 0px;
	background: url('images/layout/bullet-pink.gif') no-repeat 0 4px;
	padding: 3px 0px 4px 25px;
	line-height: 1.2em;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
ul.bullet_purple li {
	margin: 0px;
	background: url('images/layout/bullet-purple.gif') no-repeat 0 4px;
	padding: 3px 0px 4px 25px;
	line-height: 1.2em;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

ul.bullet_blue li {
	margin: 0px;
	background: url('images/layout/bullet-blue.gif') no-repeat 0 4px;
	padding: 3px 0px 4px 25px;
	line-height: 1.2em;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

ul.checkmark_white li {
	margin: 0px;
	background: url('images/checkmark_white.jpg') no-repeat 0 4px;
	padding: 5px 0px 10px 60px;
	line-height: 1.2em;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#table_main {
	border-collapse: collapse;
	width: 100%;
}
#table_container {
	width: 850px;
	position: relative;
	margin: 0px auto 0px auto;
	border-collapse: collapse;
}
#table_footer {
	width: 850px;
	position: relative;
	margin: 20px auto 0px auto;
	border-collapse: collapse;
}
#landing_left {
	padding: 10px 20px 0px 0px;
	width: 550px;
	vertical-align: top;
}
#landing_right {
	padding: 10px 0px 0px 0px;
	width: 300px;
	border-collapse: collapse;
	vertical-align: top;
}
#row_header {
	background-position: center top;
	height: 277px;
	padding: 0px;
	margin: 0px;
	background-image: url('images/layout/header.jpg');
	background-repeat: no-repeat;
}
#row_body {
	background-image: url('images/layout/body_container.jpg');
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px;
	margin: 0px;
}
#row_footer {
	background-image: url('images/layout/footer.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	margin: 0px;
	height: 219px;
	vertical-align: top;
}
.footer {
	font-size: 10px;
	color: #999999;
}
.center {
	text-align: center;
}
hr {
	color: #7f7f7f;
	height: 6px;
}
.small {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tiny {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.large {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3em;
}
.highlight {
	background-color: #fbf970;
}
.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0070c0;
	font-weight: bold;
}
.blue_med {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0070c0;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3em;
}
.blue_medlrg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0070c0;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3em;
}
.blue_lrg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0070c0;
	font-size: 28px;
	line-height: 1.3em;
}
.grey_med {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7f7f7f;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3em;
}
.grey_lrg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7f7f7f;
	font-size: 28px;
	line-height: 1.3em;
}
.grey_dark_med {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4A4A4A;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.3em;
}
.grey_dark_medlrg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4A4A4A;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3em;
}
.pink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff3399;
	font-weight: bold;
}
.pink_med {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff3399;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3em;
}
.pink_medlrg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff3399;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3em;
}
.pink_lrg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ff3399;
	font-size: 28px;
	line-height: 1.3em;
}
.purple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7030a0;
	font-weight: bold;
}
.purple_med {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7030a0;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3em;
}
.purple_medlrg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7030a0;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3em;
}
.purple_lrg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7030a0;
	font-size: 28px;
	line-height: 1.3em;
}
.image_left {
	border-width: 0px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.image_right {
	border-width: 0px;
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.table_form_inside {
	width: 50%;
	margin: 0px auto 0px auto;
	background-color: #f8ee95;
	border: 2px dashed #28392f;
}
.table_form {
	width: 300px;
	border-collapse: collapse;
}
.subscribe_tl {
	width: 28px;
	height: 35px;
	background-image: url('images/layout/subscribe_form_01.jpg');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}
.subscribe_t {
	height: 35px;
	padding: 0px;
	margin: 0px;
	background-image: url('images/layout/subscribe_form_02.jpg');
	background-repeat: repeat-x;
}
.subscribe_tr {
	background-image: url('images/layout/subscribe_form_03.png');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	width: 31px;
	height: 35px;
}
.subscribe_l {
	background-image: url('images/layout/subscribe_form_04.jpg');
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	width: 28px;
}
.subscribe_main {
	padding: 0px;
	margin: 0px;
	background-color: #c7d5d2;
}
.subscribe_r {
	background-image: url('images/layout/subscribe_form_06.jpg');
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	width: 31px;
}
.subscribe_bl {
	background-image: url('images/layout/subscribe_form_07.jpg');
	background-repeat: no-repeat;
	width: 28px;
	height: 36px;
	padding: 0px;
	margin: 0px;
}
.subscribe_b {
	background-image: url('images/layout/subscribe_form_08.jpg');
	background-repeat: repeat-x;
	height: 36px;
	padding: 0px;
	margin: 0px;
}
.subscribe_br {
	background-image: url('images/layout/subscribe_form_09.jpg');
	background-repeat: no-repeat;
	width: 31px;
	height: 36px;
	padding: 0px;
	margin: 0px;
}
.testimonial {
	margin: 0px auto 0px auto;
	width: 90%;
	position: relative;
	border-collapse: collapse;
}
.test_left_up {
	width: 20px;
	background-image: url('images/layout/testimonial_lu.jpg');
	background-repeat: no-repeat;
	height: 22px;
}
.test-up {
	background-image: url('images/layout/testimonial_up.gif');
	background-repeat: repeat-x;
	text-align: left;
	height: 22px;
}
.test_ru {
	width: 32px;
	height: 22px;
	background-image: url('images/layout/testimonial_ru.gif');
	background-repeat: no-repeat;
}
.test_left {
	background-image: url('images/layout/testimonial_left.gif');
	background-repeat: repeat-y;
	width: 20px;
	vertical-align: top;
	background-color: #faf4d1;
}
.test_center {
	padding: 10px;
	background-color: #faf4d1;
	text-align: left;
	vertical-align: top;
	font-family: Georgia, "Times New Roman", "New York", serif;
	font-size: 13px;
	line-height: 1.4em;
}
.test_center p {
	font-family: Georgia, "Times New Roman", "New York", serif;
	font-size: 16px;
	line-height: 1.3em;
}
.text_right {
	float: right;
}
.text_right_italics {
	font-size: 13px;
	font-style: italic;
}
.test_right {
	background-image: url('images/layout/testimonial_right.gif');
	background-repeat: repeat-y;
	width: 32px;
}
.test_ld {
	width: 20px;
	background-image: url('images/layout/testimonial_ld.gif');
	background-repeat: no-repeat;
	height: 31px;
}
.test_down {
	background-image: url('images/layout/testimonial_down.gif');
	background-repeat: repeat-x;
	text-align: left;
	height: 31px;
}
.test_rd {
	background-image: url('images/layout/testimonial_rd.gif');
	background-repeat: no-repeat;
	width: 32px;
	height: 31px;
}



