	body, td, div {
		font-family:		"Georgia","Times New Roman",serif;
		font-size:			10pt;
	}

	a {
		color:				#0063c6;
		text-decoration:	none;
	}

	a:hover {
		text-decoration:	underline;
	}

	h1, h2, h3, h4, h5, h6, h7 {
		font-weight:		normal;
		margin:				0px;
	}

	h1 {
		font-size:			28px;
	}

	h2 {
		font-size:			22px;
	}

	h3 {
		font-size:			20px;
	}

	h4 {
		font-size:			18px;
	}

	h5 {
		font-size:			16px;
	}

	h6 {
		font-size:			14px;
	}

	h7 {
		font-size:			12px;
	}
	
	sup {
		font-family:		"Tahoma",sans-serif;
	}
	
	ol li {
		margin-bottom:		5px;
	}

	#header {
		padding-top:		35px;
		padding-bottom:		3px;
		border-bottom:		1px #000000 solid;
	}

	#navigation {
		width:				150px;
		border-right:		1px #aaaaaa dashed;
		padding:			5px 1px 5px 5px;
		vertical-align:		top;
	}

	.navlink {
		margin-left:		7px;
		text-indent:		-7px;
		font-size:			9pt;
		padding-bottom:		3px;
		margin-bottom:		3px;
		border-bottom:		1px #cccccc dashed;
	}
	
	.otherlinks {
		border-bottom:		1px #000000 solid;
		padding-bottom:		3px;
		margin-bottom:		3px;
	}

	#contact {
		padding-top:		75px;
		text-align:			right;
	}

	#content {
		padding:			5px;
		vertical-align:		top;
	}
	
	.highlight {
		background-color:	yellow;
		font-weight:		bold;
		font-size:			10pt;
	}

	.top {
		font-size:			8pt;
		font-family:		"Tahoma",sans-serif;
		text-align:			right;
	}
	
	hr {
		border: 0;
		height: 1px;
	      border-top: 1px dashed #aaaaaa;
	      color: #fff;
	      background-color: #fff;
		margin:				5px 0px 5px 0px;
		padding:			5px 0px 5px 0px;

	}

	#copyright {
		padding-top:		3px;
		border-top:			1px #000000 solid;
		text-align:			center;
		font-size:			8pt;
	}