.generic_html {
	height: 100%;
}

.generic_body {
	height: 100%;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: black;
	background-color: #F8F8F8;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.generic_link {
	color: blue;
	text-decoration: underline;
}

.generic_form {
	border: 1px solid #A3A5A6;
	padding: 20px;
	color: black;
	background-color: #F8F8F8;
}

.field_error {
	color: red;
	font-size: 15px;
	white-space: nowrap;
}

.row_low {
}

.row_high {
	background-color: #B2BDCB;
}

.cursor_pointer {
	cursor: pointer;
}

.box_header {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.box_description {
	margin-top: 10px;
	font-size: 10px;
}

.box_button {
	display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.cleaner {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	border: none;
	margin: 0px;
	padding: 0px;
	background: transparent;
}

.message_error {
	font-size: 10px;
	color: red;
}

.message_info {
	margin-left: 20px;
	color: green;
}

.testimonial {
	margin-top: 20px;
	font-size: 12px;
}

.testimonial q {
	font-style: italic;
	font-size: 13px;
}

.testimonial a {
	color: blue;
}

div.support {
	float: left;
}

div.support a {
	font-size: 10px;
	color: blue;
}

div.footer {
	float: right;
}

div.footer a {
	font-size: 10px;
	color: blue;
	text-decoration: underline;
}

.table_body {
	background-color: #EEF1F3;
	border-collapse: collapse;
	border: 1px solid #7E8AA6;
}

.table_header {
	background-color: #D4D7DE;
	font-weight: bold;
}

.table_line {
	border-bottom: 1px dashed #CCCCCC;
}

.error_td {
	vertical-align: top;
}

.error_outer {
	position: relative;
}

.error_inner {
	position: absolute;
	white-space: nowrap;
	color: red;
}

.required {
	color: red;
	font-size: 11px;
}

.spacer_backlink {
	margin-top: 30px;
}

.spacer_backlink a {
	color: black;
}

.condition {
	margin-top: 20px;
	margin-left: 30px;
	font-size: 10px;
}

/* ----------------------------------------------------------------- */

div.article p, div.article ul, div.article pre {
	font-size: 13px;
	text-align: justify;
}

div.article h1 {
	font-size: 17px;
	color: black;
}

div.article h2 {
	font-size: 15px;
	color: green;
}

/* ----------------------------------------------------------------- */

div.box_left_top {
	width: 4px;
	height: 4px;
	font-size: 1px;
	line-height: 0px;
	background: URL('/images/corner_left_top.gif') no-repeat;
	float: left;
}

div.box_left_bottom {
	width: 4px;
	height: 4px;
	font-size: 1px;
	line-height: 0px;
	background: URL('/images/corner_left_bottom.gif') no-repeat;
	float: left;
}

div.box_right_top {
	width: 4px;
	height: 4px;
	font-size: 1px;
	line-height: 0px;
	background: URL('/images/corner_right_top.gif') no-repeat;
	float: left;
}

div.box_right_bottom {
	width: 4px;
	height: 4px;
	font-size: 1px;
	line-height: 0px;
	background: URL('/images/corner_right_bottom.gif') no-repeat;
	float: left;
}

div.box_top {
	height: 3px;
	float: left;
	border-top: 1px solid #9E9E9E;
	font-size: 1px;
	line-height: 0px;
}

div.box_bottom {
	height: 3px;
	float: left;
	border-bottom: 1px solid #9E9E9E;
	font-size: 1px;
	line-height: 0px;
}

div.box_content {
	border-left: 1px solid #9E9E9E;
	border-right: 1px solid #9E9E9E;
}

/* ----------------------------------------------------------------- */

div.try_now {
	width: 258px;
}

div.try_now div.box_top {
	width: 250px;
}

div.try_now div.box_bottom {
	width: 250px;
}

div.try_now div.box_content {
	width: 226px;
	padding: 10px 15px;
}

/* ----------------------------------------------------------------- */

div.sign_up {
	width: 258px;
	margin-top: 20px;
}

div.sign_up div.box_top {
	width: 250px;
}

div.sign_up div.box_bottom {
	width: 250px;
}

div.sign_up div.box_content {
	width: 226px;
	padding: 10px 15px;
}

/* ----------------------------------------------------------------- */

div.contact_us {
	width: 258px;
	margin-top: 0px;
}

div.contact_us div.box_top {
	width: 250px;
}

div.contact_us div.box_bottom {
	width: 250px;
}

div.contact_us div.box_content {
	width: 226px;
	padding: 10px 15px;
}

/* ----------------------------------------------------------------- */

div.right_side {
	width: 458px;
	float: left;
	margin-left: 30px;
}

div.right_side div.box_top {
	width: 300px;
}

div.right_side div.box_bottom {
	width: 299px;
}

div.right_side div.box_content {
	width: 276px;
	padding: 10px 15px;
}

/* ----------------------------------------------------------------- */

div.big_box {
	width: 746px;
	float: left;
	margin-left: 30px;
}

div.big_box div.box_top {
	width: 738px;
}

div.big_box div.box_bottom {
	width: 738px;
}

div.big_box div.box_content {
	width: 744px;
	padding: 10px 0px;
}

