body {
	background-color: #333;
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	color: #CCC;
	margin: 0;
	line-height: 150%;
}

img {
	border: 0;
}

a {
	color: #C00000;
	text-decoration: none;
	font-weight: bold;
}
	a:hover {
		color: #666;
	}

h2 a {
	color: #000;
}
h2 a:hover {
	color: #f00;
}

strong {
	color: #333;
	font-weight: bold;
}



h1, h2, h3, h4, h5 {
	font-family: georgia, serif;
	display: inline;
}
	h1 {
		color: #000;
		font-size: 16pt;
	}
	h2 {
		color: #666;
		font-size: 16pt;
	}
	h3 {
		color: #000;
		font-size: 11pt;
	}
	h4 {
		color: #fff;
		font-size: 10pt;
	}
	h5 {
		color: #666;
		font-size: 11pt;
	}

hr {
	background-color: #fff;
	border: 0;
	height: 1px;
}
	hr.left_col {
		margin-bottom: 10px;
		margin-top: 100px;
	}
	table.left_col {
		width: 100%;
		border-collapse: collapse;
		margin-top: 100px;
	}

div.container {
	width: 980px;
	margin: 20px auto 20px auto;
}

div.header_two_col {
	width: 460px;
	padding: 20px 0 0 10px;
}
.top_border {
	border-top: 1px #fff solid;
}

div.white_box, table.white_box td {
	background-color: #fff;
	color:#666666;
}
	div.white_box, table.white_box td {
		padding: 20px 25px;
	}
	div.white_box, table.white_box {
		margin-top: 25px;
	}
	table.white_box {
		border-collapse: collapse;
	}
	table.white_box td {
		border-right: 15px #333 solid;
		vertical-align: top;
		width: 33%;
	}
	table.white_box td:last-child {
		border-right: 0;
	}