/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #ffffff;
	text-align: center;
	
}
a {
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}
p {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
.smalltext {
	font-size: 0.7em;
}

.midtext {
	font-size: 0.8em;
}
.vsmalltext {
	font-size: .6em;
}

.redaccent {
	font-weight: bold;
	color: #F00;
}
.linkbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:visited {
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
	}
a:hover {
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
	}
.redaccent2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #F00;
}
.blackaccent1 {
	font-size: 1.2em;
	font-weight: bold;
	
}
