body {
	background: #29333C;
	padding: 5;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #dedaca;
}
h1 {
	font-size:140%;
	color: #FFBA4F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: 100;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: -5px;
}
#main_table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 900px;
}
#main_table td {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: justify;
}
#content_table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content_table td {
	padding: 15px;
	vertical-align: top;
}
a:link {
	color: #FFBA4F;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #FFFFCC;
}
a:active, a:visited {
	color: #FFBA4F;
	text-decoration: none;
}
h2 {
	color: #FFB351;
	margin-bottom: -15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 100%;
}
.bold_headings {
	font-size: 120%;
	font-weight: bold;
	color: #FFBA4F;
}
.grey_border {
	border: 1px solid #CCCCCC;
}
