body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #DDBC96;
	background-color: #3B3026;
	margin: 0px;



}

h1 {
	color: #FFE5C7;
	font-weight: bolder;
	font-size: 14px;
	text-align: center;
	border: none;
}


td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.mainTable {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #DDBC96;

}

a:link {
	text-decoration: none;
	color: #DDBC96;
	font-weight: bold;

}

a:active {
	text-decoration: none;
	color: #DDBC96;
	font-weight: bold;

}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #633026;
	font-weight: bold;


}

a:visited {
	text-decoration: none;
	color: #DDBC96;
	font-weight: bold;

}

hr {
	border: thin dashed #633026;
}

.miniHeader {
	color: #FFE5C7;
}

.disclaimer {
	font-size: 10px;
	text-align: center;
}

.italic {
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
}

.compText {
	font-size: 10px;

}

.redTable {
	width: 100%;
	border: 1px solid #633026;
	padding: 2px;
	font-size: 12px;
	color: #FFE5C7;
	margin: 1px;
	background-color: #301712;

}

.smallText {
	font-size: 10px;
	margin-left: 15px;
	margin-bottom: 10px;


}

