body {
	font: 12px/16.8px Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #666;
}

a { color: #336CA5; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin-top: 0;
}

h1 {
	color: #333;
	font-size: 29px;
	line-height: 34.8px;
	border-bottom: solid 1px #E6E6E6;
}

h2 {
	color: #B3B3B3;
	font-size: 22px;
	line-height: 26.4px;
}

h3 {
	font-size: 17px;
	line-height: 20.4px;
}

.intro_text {
	font-size: 14px;
	line-height: 19.6px;
}

.read_more {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;
}

.wf_file {
	font-family: myriad-pro-condensed,sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.yellow_button, .grey_button, .white_button, .blue_button {
	display: block;
	padding: 0 28px 0 10px;
	line-height: 30px;
	height: 30px;
	border: none;
	color: #333;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 15px;
}
.yellow_button {
	background: #FFCC00 url('../images/button_yellow_arrow.png') right top no-repeat;
}
.grey_button {
	background: #E6E6E6 url('../images/button_grey_arrow.png') right top no-repeat;
}
.white_button {
	background: #FFF url('../images/button_white_arrow.png') right top no-repeat;
}
.blue_button {
	width: 182px;
	color: #FFF;
	background: url('../images/button_blue.png') top no-repeat;
}
.yellow_button:hover, .grey_button:hover, .white_button:hover {
	background-position: right bottom;
}
.white_button:hover {
	color: #24629B;
}
.blue_button:hover {
	background-position: bottom;
}

div.img_caption.right {
	margin: 0 0 10px 30px;
}
img.caption {
	margin-bottom: 5px;
}
p.img_caption {
	text-align: center;
	color: #999;
}