body {
	font-family: arial;
	font-size: 11px;
	color: #000;
	background-color: #FFF;
	margin: 0px;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #00AEEF;
	text-decoration: none;
}

a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #00AEEF;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	text-decoration: none;
}
a.footer:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	text-decoration: none;
}

a.footer:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	text-decoration: none;
}
a.footer:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #00AEEF;
	text-decoration: none;
}
.nav a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #666;
	text-decoration: none;
}

.nav a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #666;
	text-decoration: none;
}
.nav a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #00AEEF;
	text-decoration: none;
}


.header {
	text-align: center;
}
.nav {
}
.currentpage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #00AEEF;
	border-bottom-color: #666;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.bio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	width: 100%;
	text-align: left;
}
p {
	margin: 0px;
}
p:first-line {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color: #00AEEF;
}
hr {
	border-top: 1px solid  #a1d9f3;;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
	width: 175px;
}

