<style>
	/* Standard style sheet */
		/* Approximate sizes: xx-small=8pt, x-small=10pt, small=12pt, medium=13pt-14pt */
	/* large=18pt, x-large=24pt, xx-large=36pt */
	/* Standard Body text formatting style */
	BODY  {
		font-size : 75%;
		font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
		color : #000000;
	}

	/* Standard table cell formatting style */
	TD  {
		font-size : 100%;
		font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
		font-weight : none;
		color : #000000;
	}
	/* User selectable styles */
	/* Duplicated in css\cseditor_tp4.css */
	.RedFont {
		color : Red;
	}

	.BlueFont {
		color : Blue;
	}

	.Head1 {
		font-size : 190%;
	}

	.Head2 {
		font-size : 260%;
	}

	.altcellback {
		background : #FFCC99;
	}
	/* End of user selectable styles */

	.bodytext {
		font-size : 80%;
		font-family : Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
		font-weight : none;
		color : #000000;
	}

	.navback {
		background-color : #556b2f;
	}

	.headback {
		background-color : #556b2f;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 80%;
		color : White;
	}

	.rightNnav {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 80%;
		color : red;
	}

	.headings {
		color: #556b2f;
		font-size: 120%;
		font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
		line-height : 150%;
	}

	hr {
		height : 1px;
		width : 100%;
		color : #999999;
		padding: 0px 0px 0px 0px;
	}

	.subnavcell {
		padding: 10px;
	}

	.boxsub    {
		border: 1px dotted #826e75;
	}

	.srch {
		font : Arial Helvetica sans-serif;
		font-size : 75%;
		font-weight : normal;
	}

	.lrb {
		border-right: 1px solid gray;
		border-bottom: 1px solid gray;
		border-left: 1px solid gray
	}

	.rightdots {
		border-right: 1px dotted #826e75;
	}

	.navigation {
		padding: 5px;
		border-bottom: 1px dotted #fff;
		background-color : #b6bc97;
	}

	.navigationbot {
		padding: 5px;
		border-bottom: 1px dotted #fff;
		background-color : #ffebb1;
	}

	.leftnavback {
		background-color:#b5bca6;
	}

	A.topnav {
		font : Arial Helvetica sans-serif;
		font-size : 70%;
		font-weight : normal;
		color : White;
	}

	A.leftnav, A.leftnav:ACTIVE {
		font : Arial Helvetica sans-serif;
		font-size : 75%;
		font-weight : normal;
		color : Black;
	}

	A.rightnav, A.rightnav:ACTIVE {
		font : Arial Helvetica sans-serif;
		font-size : 75%;
		font-weight : normal;
		color : black;
	}

	A.search {
		font : Arial Helvetica sans-serif;
		font-size : 75%;
		font-weight : bold;
		color : #ffcc00;
	}

	A:LINK, A.leftnav:LINK, A.rightnav:LINK {
		text-decoration : none;
	}

	A:VISITED, A.leftnav:VISITED, A.rightnav:VISITED {
		text-decoration : none;
	}

	A:HOVER, A.leftnav:HOVER, A.rightnav:HOVER {
		text-decoration : underline;
	}

	A {
		font : Arial Helvetica sans-serif;
		font-size : 100%;
		font-weight : bold;
		color : #6d4d25;
	}
</style>
