@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

.main_font {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:normal;
	color:#51463C;
	}

h1	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:3.5em;
	font-weight:300;
	color:#704938;
	margin-top:5px;
	margin-bottom:10px;
}

h2	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.5em;
	font-weight:300;
	color:#704938;
	margin-top:5px;
	margin-bottom:10px;
}

h3	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.0em;
	font-weight:300;
	color:#704938;
	margin-top:5px;
	margin-bottom:10px;
}

p.right_column {
	margin-top:0px; margin-bottom:0px;
	font-size:1.2em;
	}


a:link { 
	text-decoration: none; 
}

a:visited {	
	text-decoration: none; 
}

a:active { 
	text-decoration: none; 
}

a:hover {
	text-decoration:underline;
}


a.white:link {
	text-decoration: none;
	color:#ffffff;
}
a.white:visited {
	text-decoration: none;
	color:#ffffff;
}
a.white:active {
	text-decoration: none;
	color:#ffffff;
}
a.white:hover {
	text-decoration: underline;
	color:#ffffff;
}


a.brown:link {
	text-decoration: none;
	color:#6f4a37;
}
a.brown:visited {
	text-decoration: none;
	color:#6f4a37;
}
a.brown:active {
	text-decoration: none;
	color:#6f4a37;
}
a.brown:hover {
	text-decoration: underline;
	color:#6f4a37;
}


.brown-small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:500;
	color:#998675;
}

th {
	color:#6f4a37;
	font-weight:bold;
	background-color: #F7F7F7;
	border-bottom:1px solid #998675;
}

.totals {
	color:#6f4a37;
	font-weight:bold;
	background-color: #F7F7F7;
	border-top:1px solid #998675;
}

.greybg {
	background-color: #F7F7F7;
}

.thinborder {
	border:1px solid #998675;
}