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


p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #333333;
	font-size: 80%;
}
h1 {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 200%;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 125%;
	font-weight: bold;
	color: #666666;
}
h3 {
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 100%;
	color: #333333;
}
h4 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 65%;
	color: #333333;
	font-style: normal;
	font-weight: normal;
}


a:link {color: #000099; text-decoration: none; }
a:active {color: #0088CC; text-decoration: none; }
a:visited {color: #666666; text-decoration: none; }
a:hover {color: #000099; text-decoration: underline; }

.floatright {
	float: right;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.floatleft {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
}
.h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
}
