body {
	font : arial;
	font-weight : bold;
	color : Black;
	background : a09d6f;
}

P.body {
	font : arial;
	font-weight : bold;
	color : Black;
	background : a09d6f;
	font-size: x-small;
}

P.menu {
	font : arial;
	font-weight : bold;
	font-variant : small-caps;
	color : black;
	font-size : small;
	border-bottom: thin solid Black;
}


A:link, A:visited, A:active { text-decoration: none }
a:link {
	color : black;
}
a:hover {
	color : #8A2BE2;
}

td, textarea, input, select {
	font-size: x-small;
	font-family : arial;
	font-weight : bold;
}
.sectionHead {
	font-size: small;
	line-height: 30px;
	font-weight: bold;
	color: 302319;
	text-align : right;
	border-bottom : thin;
}
.tableDetail {
	background-color: transparent;
}
.tableHeading {
	color: 302319;
	text-decoration: bold ;
}

P.lite {
	font-size: x-small;
	background-color : transparent;
	font-family : Arial;
	color : Black;
	font : bold;
}
P.medium {
	font-size: small;
	background-color : 836e56;
	text-align : center;
	font-family : Arial;
	color : FCF2BF;
	font : normal;
}
P.dark {
	font-size: small;
	background-color: 302319;
	text-align : center;
	font-family : Arial;
	color : FCF2BF;
	font : bold;
}
blockquote {
	font-style : italic;
	font-family : Arial;
	font-weight : bold;
	border : 2px solid FCF2BF;;
	padding : 10
	text-align : left;
}
.quotesource {
	font-size: x-small;
	line-height: 30px;
	font-weight: normal;
	color: FCF2BF;
	text-align : right;
	font-style : normal;
}
P.bottom {
	font-size: x-small;
	background-color: black;
	text-align : center;
	font-family : Arial;
	color : fcf2bf;
	font : bold;
}