body{
	background:#FFFFFF;
	margin:0;
}

#Line{
	background:#CCCC99;
	height:10px;
	width:100%;
}

#Header{
	color:#553300;
	font-family:"Charlesworth", "Times", sans-serif;
	font-size:16pt;
	font-weight:bold;
	text-align:center;
	background:#AFBB7E;
	padding-top:20px;
	height:50px;
	width:100%;
}

#Nav{
	text-align:center;
	background:#CCCC99;
	width:100%;
	position:relative;
	float:center;
}

#Content{
	padding:5px;
}

h2{
	font-family:"Charlesworth", "Times", sans-serif;
	color:#553300;
}

h4{
	font-family:"Arial", "Times", sans-serif;
	color:#553300;
}

h2.pagetitle{
	font-family:"Arial", "Times", sans-serif;
	color:#553300;
}

p{
	font-family:"Arial", sans-serif;
	color:#553300;
	font-size:14px;
}

p.text{
	font-family:"Arial", sans-serif; color:#553300;
	font-size:14px;
}

p.chart{
	font-family:"Arial", sans-serif; color:red;
	font-size:8px;
	text-index:20px;
}

ul.none{
	list-style-type:none;
}

img.thumbnail{
	border:none;
}
