	A:ACTIVE {
		font-weight : bold;
		font-size : 10pt;
	}

	A:FOCUS {
		font-weight : bold;
		font-size : 10pt;
	}

	A:HOVER {
		font-weight : bold;
		font-size : 10pt;
		color: Red;
	}

	A:LINK {
		font-weight : bold;
		font-size : 10pt;
	}

	A:VISITED {
		font-weight : bold;
		font-size : 10pt;
	}

	BODY {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		background: Whitesmoke;
	}

	H1 {
		font-size : 36pt;
	}

	H2 {
		font-size : 30pt;
	}

	H3 {
		font-size : 24pt;
	}

	H4 {
		font-size : 16pt;
	}

	H5 {
		font-size : 12pt;
		text-decoration : underline;
	}

	H6 {
		font-size : 12pt;
	}

	P {
		font-size : 10pt;
	}

	STRONG {
	}

	EM {
	}

	LI {
		font-size : 10pt;
	}

	OL {
		font-size : 10pt;
	}

	UL {
		font-size : 10pt;
	}

	TABLE {
	}

	TD {
		font-size: 10pt;
		padding-right : 12pt;
		vertical-align : top;
	}

	.NavButton {
		font-weight : bold;
		font-size : 10pt;
	}

	.NavButton a:link {
		padding : 4px;
		padding-left : 10px;
		text-decoration : none;
		width : 115px;
		display : block;
		color : Black;
		background-color : #CCCCCC;
		border-top-color : #ffffff;
		border-top-style : solid;
		border-top-width : 3px;
		border-left-color : #ffffff;
		border-left-style : solid;
		border-left-width : 3px;
		border-bottom-color : #8e8e8e;
		border-bottom-style : solid;
		border-bottom-width : 3px;
		border-right-color : #8e8e8e;
		border-right-style : solid;
		border-right-width : 3px;
		margin : 2px 2px 2px 2px;
	}

	.NavButton a:visited {
		padding : 4px;
		padding-left : 10px;
		text-decoration : none;
		width : 115px;
		display : block;
		color : Black;
		background-color : #CCCCCC;
		border-top-color : #ffffff;
		border-top-style : solid;
		border-top-width : 3px;
		border-left-color : #ffffff;
		border-left-style : solid;
		border-left-width : 3px;
		border-bottom-color : #8e8e8e;
		border-bottom-style : solid;
		border-bottom-width : 3px;
		border-right-color : #8e8e8e;
		border-right-style : solid;
		border-right-width : 3px;
		margin : 2px 2px 2px 2px;
	}

	.NavButton a:hover {
		color : Red;
	}

	#Header {
		position : absolute;
		left : 10px;
		top : 5px;
		width : 800px;
		height : 30px;
		border-bottom-color : Black;
		border-bottom-style : solid;
		border-bottom-width : thin;
	  padding-top : 2px;
	  padding-bottom : 2px;
	  padding-left : 2px;
	  padding-right : 2px;
		font-size : 20pt;
		text-align : center;
	}

	#Title {
		position : absolute;
		left : 10px;
		top : 50px;
		width : 800px;
		height : 30px;
	  padding-top : 2px;
	  padding-bottom : 2px;
	  padding-left : 2px;
	  padding-right : 2px;
		font-size : 16pt;
		text-align : center;
	}

	#Logo {
		position : absolute;
		left : 10px;
		top : 95px;
		width : 140px;
		height : 100px;
		text-align : center;
	}

	#Nav {
		position : absolute;
		left : 10px;
		top : 210px;
		width : 140px;
		height : 360px;
	}

	#Content {
	  position : absolute;
	  top: 95px;
	  left : 165px;
	  width : 630px;
	  height : 475px;
	  padding-left : 10px;
	  padding-right : 10px;
		overflow: auto;
  }
	
	#Footer {
		position : absolute;
		left : 10px;
		top : 580px;
		width : 800px;
		height : 30px;
		border-top-color : Black;
		border-top-style : solid;
		border-top-width : thin;
	  padding-top : 2px;
	  padding-bottom : 2px;
	  padding-left : 2px;
	  padding-right : 2px;
		font-size : 8pt;
		text-align : right;
	}
