/* CSS Document */


	
H1 {
	font-size: 24px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	text-align: center;
}	
 
H2 {
	font-size: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	text-align: center;
}

H3 {
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	text-align: center;
}


.navigation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #999999;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	width: 140px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
}

.navigationsmall {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #999999;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	width: 140px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
}

.bold {
	font-weight: bold;
	color: #999999;
}


.style1 {
	color: #0000FF;
	font-size: 13px;
}

.style2 {
	color: #FF0000;
	font-size: 13px;
}


