body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 12px;
}

a{
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}

a:hover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

a:visited{
	color: #999999;
 	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

p {
	color: #333333;
	line-height: 16px;
	width: 405px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	line-height: 28px;
	width: 405px;
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #4F7877;
	width: 405px;
	font-weight: normal;
}

h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #333333;
	width: 405px;
}

h4 {
	/*font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	width: 250px;
	font-weight: normal;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 4F7877;
	padding-bottom: 5px;
	height: 30px;*/
	display: none;
}

/* not used?
li {
	width: 375px;
	line-height: 14px;
}

ul {
	padding-left: -5px;
}
*/