/* FONTS */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
#content h1 {
	font-size: 36px;
	font-weight: normal;
	color: #666666;
	line-height: 32px;
	margin: 0px 0px 30px 0px;
}
#content h2 {
	font-size: 26px;
	font-weight: normal;
	color: #666666;
	line-height: 22px;
	margin: -10px 0px 30px 0px;
}
#content h3 {
	display: none;
}
#content p {
	font-size: 12px;
	line-height: 20px;
	color: #666666;	
	margin: 0px 0px 20px 0px;
}
#content p strong{
	font-size: 12px;
}
#menu_bar ul li a {
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	color: #ffffff;
}
#menu_bar ul li p {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #ffffff;
	padding: 5px 0px;
}
hr {
	background-color: #eeeeee;
	color: #eeeeee;
	border: 0;
	height: 1px;
	margin: 40px 0px;
}