body {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
	margin: 0px;
	background-image: url(assets/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.content {
	padding: 10px;
	background-color: #FFFFFF;
}
.txtLower {
	text-transform: lowercase;
}

td {
	font-size: 12px;
}
.txt11 {
	font-size: 11px;
}

.footer {
	color: #990000;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
}
h1 {
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.nav {
	color: #A7D35C;
	font-size: 16px;
	font-weight: bold;
}
.nav a {
	color: #990000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.headA {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
.head1 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.encore {
	font-size: 32px;
	color: #FFFFFF;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#line {
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
}
.headB {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
.txtCap {
	text-transform: capitalize;
}
.navWhite {
	color: #A7D25C;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.navWhite a {
	color: #A7D25C;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.navWhite a:hover {
	color: #A7D25C;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}
.btn {
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	border: 1px solid #000000;
	padding-top: 2px;
	padding-bottom: 2px;
}
