
cite {
	font-style: italic;
}
p small {
	font-size: small;
}
p big {
	font-size: large;
}
hr {
	color: #879256;
	text-decoration: none;
}

ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 50px;
	padding-left: 15px;
}
ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 50px;
	padding-left: 15px;
}
dl dd {
	padding-left: 15px;
}
dl dt {
	font-weight: bold;
	color: #A5AE75;
}
ol li ol li {
	list-style-type: lower-alpha;
	list-style-position: outside;
	margin-left: 50px;
	padding-left: 15px;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
}

thead tr {
	color: #8CAB67;
	background-color: #161711;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 5px;
	padding-left: 5px;
}
tbody {
	color: #161711;
}

tbody td {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000;
	padding-right: 5px;
	padding-left: 5px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
	
	a {
	color: #C41E1E;
	text-decoration: none;
}




h1 {
	font-size: 36px;
	color: #8CAB67;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	margin-right: 5px;
	margin-left: 5px;
}

h2 {
	color: #8CAB67;
	font-size: 24px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #8CAB67;
}
a {
	color: #D01717;
	text-decoration: none;
}

body {
	background-color: #333;
	margin-top: 0px;
	color: #7B854E;
	margin-right: 10px;
	margin-left: 10px;	
}

#content {
	background-color: #272A19;
	background-image: url(../img/layout/mainContentBGLogo.jpg);
	width: 1000px;
	background-repeat: no-repeat;
	padding-top: 25px;
}
	
