/* ============ GLOBAL ============ */

body {
    
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
    margin-top: 0px;
    margin-left: 0px;
}
img {
    border 0px;
}
a {
    color: #800;
    text-decoration: none;
}
a:hover {
    color: #f00;
    text-decoration: underline;
}

input {
	border: #ccc 0px solid;
	font-size: 12px;
	color: #800;
	font-family: Arial, Helvetica, sans-serif;
	height: 18px;
}
select {
	border: #E5DDDB 0px solid;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	border: 0px #E5DDDB solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E5DDDB;
}




/* ============ MIDDLE COLUMN ============ */

.main_content {
    padding-left: 5px;
    padding-right: 5px;
}

.big_title {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #2885CA;
}

.ads_top {
    padding-left: 2px;
    padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 2px;
}

.ads_right {
    padding-left: 5px;
    padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 2px;
}

.title {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.sub_title {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

a.hide_answer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #800000;
	text-indent:30px;

}

a.hide_answer:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #f00000;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/arrowup.gif) left no-repeat;
}

a.seo {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: black;
	font-style: normal;
	TEXT-DECORATION: none;
}
a.seo:visited {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: black;
	font-style: normal;
	TEXT-DECORATION: none;
}
a.seo:hover {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: black;
	font-style: normal;
	TEXT-DECORATION: underline;
}

a.small{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a.small:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DE4639;
}



a.bottom_menu {
    font-family: Verdana;
    line-height:12px;
    font-size:11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

a.bottom_menu:hover {
    font-family: Verdana;
    line-height:12px;
    font-size:11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

a.big_title {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.big_title:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
    color: #fff;
	text-decoration: underline;
}

.offer_title {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #800000;
}

// New Styles

.text{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

.text td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
}

a.text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #800000;
}

a.text:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FF0000;
}


.faq_answers {
    display: block;
    background:#eee;
    padding: 5px;
    border: 1px solid  #317726;
    width: 90%;
}
