@charset "utf-8";
/* CSS Document */

body {
	font-family:Tahoma, Verdana, sans-serif;
	font-size:0.8em;
	color:#49510e;
}

a {
	color: #49510e;
}

.welcome {
	color:#336600;
	font-size:1.9em;
}

h1 {
	font-size: 210%;
	color:#570c1e;
	margin:5px 0px;
	padding:0px;
}

h2 {
	font-size:150%;
	font-weight:bold;
	margin:5px 0px;
	padding:0px;
}

h3 {
	color:#49510e;
	font-size:120%;	
	margin:5px 0px;
	padding:0px;
}

.smem {
	font-style:italic;	
}

h3 a {
	color:#49510e;
	text-decoration:none;
}

h3 a:hover {
	color:#49510e;
	text-decoration:none;
}

.LargerText {
	font-size:110%;
}

.SmallerText {
	font-size:90%;
}

.BurgundyText {
	color:#570c1e;
}

.GreyText {
	color:#999999;
}

.LtGreenText {
	color: #b6d438;
}

.WhiteText, .WhiteText a {
	color:white;
}

.nobold {
	font-weight:normal;
}

.largefont 
{
	font-size: 1.1em;
}

.errortext 
{
	color: #ff0000;
}

.ltgreenbackground 
{
	background:#f0f6d7;
}

.ltredbackground 
{
	background:#ac9979;
}

.ltbrownbackground 
{
	background:#d7c5a6;
}

.ltorangebackground 
{
	background:#EAE5DD;
}

.seperatorDk, .seperatorGr, .seperatorWh {
	height:1px;
	font-size:1px;
	margin:10px 0px;
}

.seperatorDk {
	border-bottom:1px dotted #336600;
}

.seperatorGr {
	border-bottom:1px dotted #b6d43a;
}

.seperatorWh {
	border-bottom:1px dotted white;
}

.dkgreenbox {
	margin-top:4px;
	background:#485726;
	padding:5px 5px 5px 5px;
	min-height: 10px;
}

.ltgreenbox {
	margin-top:4px;
	background:#f0f6d7;
	padding:5px 5px 5px 5px;
	min-height: 10px;
}

.whitebox {
	margin-top:4px;
	background:#ffffff;
	padding:5px 5px 5px 5px;
	min-height: 10px;
}

.ltorangebox {
	margin-top:4px;
	background:#EAE5DD;
	padding:5px 5px 5px 5px;
	min-height: 10px;
}

.ltbrownbox {
	margin-top:4px;
	background:#d7c5a6;
	padding:5px 5px 5px 5px;
	min-height: 10px;
}
