/* CSS Document */

body {
	margin: 0px;
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #FFFFFF;
	color: #OOOOOO;
	}
	
.h1 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #CC0000;
	font-weight: bold;
}

.h2 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
}

.h3 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #CC0000;
	font-weight: bold;
}

a {
	font-size: 10px;
	color: #003366;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
	font-weight: bold;
}

a:active {
	text-decoration: none;
}