body, .text, p
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color: #505050;
	line-height:17px;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
	font-weight:normal;
	line-height:normal;
	font-style:normal;
	letter-spacing:normal;
}

h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#ab8e2a;
	font-size:34px;
	
	margin-bottom:7px;
	
	/*border:1px solid #f00;*/
}

h2
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#191919;
	font-size:21px;
	
	margin-bottom:6px;
}

h3
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#191919;
	font-size:15px;
	margin-bottom:9px;
}

h4, h5, h6
{
	font-size:17px;
	line-height:24px;
	margin-bottom:28px;
}


a:link, a:visited, a:active
{
	color:#ab8e2a;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
}
a:hover
{
	text-decoration:underline;
}


/***** FOOTER *****/

#footer
{
	text-align:center;
}
.footer_text, .grey_link
{
	font-family:"Myriad Pro", Arial, Helvetica, Verdana, sans-serif;
	color:#969696;
	font-size:11px;
	line-height:16px;
}
.grey_link:link, .grey_link:visited, .grey_link:active
{
	color:#969696;
}
.grey_link:hover
{
	color:#fff;
	text-decoration:underline;
}
