p  {
	font-family: Charter, Georgia, serif;
	}

body  {
	font-family: Charter, Georgia, serif;
/*	background-color: #555555; */
	}

h1, h2, h3, h4, h5, h6  {
	font-family: Charter, Georgia, serif;
	color: #006699;
	}

a  {
	color: #006699;
	font-family: Charter, Georgia, serif;
	}

a:visited  {
	color: #006699;
	}

a:active  {
	color: #000066;
	}

a:hover  {
	color: red;
	}

em  {
/*	font-weight: bold; */
/*	color: #006699; */
	}

strong  {
/*	font-size: 110%; */
/*	font-weight: bold; */
/*	color: #006699; */
	}

strong.one  {
	font-family: Charter, Georgia, serif;
	font-size: xx-large;
	color: #006699;
	}

strong.two  {
	font-family: Charter, Georgia, serif;
	font-size: x-large;
	color: #006699;
	}

strong.three  {
	font-family: Charter, Georgia, serif;
	font-size: large;
	color: #006699;
	}

strong.four  {
	font-family: Charter, Georgia, serif;
	font-size: medium;
	color: #006699;
	}

strong.five  {
	font-family: Charter, Georgia, serif;
	font-size: small;
	font-weight: normal;
	color: #444444;
	}

strong.six  {
	font-family: Charter, Georgia, serif;
	font-size: x-small;
	font-weight: normal;
	color: #808080;
	}

#top {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px 0px 0px 25px;
	margin: 3px;
	border: 0px solid;
	text-align: center;
	vertical-align: center;
	width: 750px;
	}
	
#top :link {
	text-decoration: none;
	}

#top :visited {
	text-decoration: none;
	}

#top :active {
	text-decoration: none;
	}

#top :hover {
	text-decoration: none;
	}

#top_left {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px 0px 0px 25px;
	margin: 3px;
	border: 0px solid;
	width: 145px;
	}
	
#top_left :link {
	text-decoration: none;
	}

#top_left :visited {
	text-decoration: none;
	}

#top_left :active {
	text-decoration: none;
	}

#top_left :hover {
	text-decoration: none;
	}

#top_right {
	position: absolute;
	top: 0px;
	left: 155px;
 	padding: 20px 0px 0px 0px;
	margin: 3px;
	border: 0px solid;
	width: 605px;
	}

#top_right :link {
	text-decoration: none;
	}

#top_right :visited {
	text-decoration: none;
	}

#top_right :active {
	text-decoration: none;
	}

#top_right :hover {
	text-decoration: none;
	}

#left {
	position: absolute;
	top: 150px;
	left: 0px;
	padding: 10px 5px 0px 0px;
	margin-top: 10px;
	border: 0px solid;
	text-align: right;
	width: 145px; 
	}

#left :link {
	color: #006699;
	font-family: Charter, Georgia, serif;
	font-weight: bold;
	}

#left :visited {
	color: #006699;
	font-family: Charter, Georgia, serif;
	font-weight: bold;
	}

#left :active {
	color: #000066;
	font-weight: bold;
	}

#left :hover {
	color: red;
	font-weight: bold;
	}

#right {
	position: absolute;
	top: 150px;
	left: 160px;
	padding: 0px 10px 10px 20px;
	margin-top: 10px;
	border: 0px solid;
	border-left-width: 2;
	border-left-style: solid;
	border-left-color: gray;
	width: 590px;
	}