	body {
	background-color : #DDDDD3;
	margin-top : 0;
	margin-left : 20;
	}

	
	A {
	font-weight : bold;
	font-style : underline;
	text-decoration : none;
	color : #871820;
	}
	
	a.hover {
	font-style : none;
	text-decoration : underline;
	}
	
	a.visited {
		color : #871820;
	}
	
	a.active {
		color : #871820;
	}
	
	.text {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 14;
		font-weight : normal;
		color : #000000;
	}

	.title {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 18;
		font-weight : bold;
		color : #871820;
	}

	.header {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 14;
		font-weight : bold;
		color : #871820;
	}

	
	.link {
		color : #871820;
		font-weight : bold;
	}
	
	.bold {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 14;
		font-weight : bold;
		color : #000000;
	}

	.nav {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 14;
		font-weight : normal;
		color : #871820;
	}
	.navSelected {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 14;
		font-weight : bold;
		color : #FFFFFF;
	}

	
	.navSub {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 14;
		font-weight : normal;
		color : #663399;
	}
	.nav2 {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 14;
		font-weight : normal;
		color : #9c7504;
	}
	
	.footer {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 10;
		font-weight : normal;
		color : #871820;
	}
	
