@charset "UTF-8";
/* CSS Document */

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	text-align: center;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	font-weight: bold;
	text-align: left;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.4;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #00F;
}
a:link {
	color: #00F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C00;
}
a:hover {
	text-decoration: none;
	color: #3F0;
}
a:active {
	text-decoration: none;
	color: #930;
}
a {
	font-weight: bold;
}
.centerText {
	text-align: center;
}
ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	list-style-type: square;
	text-indent: 0em;
	padding-left: 5em;
	list-style-image: none;
}
.floatRight {
	float: right;
	white-space: normal;
	padding: 10px;
}
.floatLeft {
	float: left;
	white-space: normal;
	padding: 10px;
}

