body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px;
	padding: 0;
	font-size: 85%;
	color: #fff;
	background-color: #7B0A05;
}
p, td, li ol, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;	
}
h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a img {
	border: 0;
}
img {
	border: 0;
}
h1 {
	font-size: 160%;
	font-weight: bold;
	color: #F10D02;
}
h2 {
	font-size: 140%;
	font-weight: bold;
	color: #91D2E0;
}
h3 {
	font-size: 135%;
	font-weight: bold;
	color: #FDA43E;
}
p {
	font-size: 80%;
}
li {
	font-size: 80%;
}
li p {
	font-size: 100%;
}
ul ul {
	font-size: 120%;
}
td ul li {
	font-size: 100%;
}
td ul li p {
	font-size: 100%;
}
td ol li {
	font-size: 100%;
}
td ol li p {
	font-size: 100%;
}
.tableText {
	font-size: 100%;
}
a {
	color: #FDA43E;
	text-decoration: none;
	font-weight: bold;	
}
a:visited {
	color: #FDA43E;
}
a:hover {
	color: #F9C218;
	text-decoration: underline;
	font-weight: bold;	
}
table {
	font-size: 80%;
}
table tr td p {
	font-size: 100%;
}
td {
	font-size: 100%;
	vertical-align: top;	
}
.bold {
	font-weight: bold;
}
.em {
	font-style: italic;
}
.white {
	color: #FFF;
}
.bg1dk {
	background-color: #12740B;
}
.bg1mid {
	background-color: #CBE8C9;
}
.bg1lt {
	background-color: #EBFDEA;
}
.bg2dk {
	background-color: #056CAD;
}
.bg2mid {
	background-color: #8EC7EC;
}
.bg2lt {
	background-color: #DAEAF4;
}
.bg3dk {
	background-color: #EB6003;
}
.bg3mid {
	background-color: #FDD7BD;
}
.bg3lt {
	background-color: #FDEDE1;
}
hr {
	border: 0px;
	clear: both;
	width: 100%;	
	height: 1px;
	color: #C7261E;
	noshade:noshade;
}
.pad10 {
	padding: 10px;
}