/* CSS Document */
.style1{font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size:  16px;
	font-weight:  normal;
	color:#000000;
	}
	
.bold{
	font-family:	Geneva, sans-serif;
	font-size:  20px;
	font-style: normal;
	font-weight:  bold;
	color: #640000;
	}

.bold2 {
	font-family:  Geneva, sans-serif;
	font-size:  12px;
	font-style:  normal;
	font-weight:  bold;
	color:  #000099;
	}
.bold3 {
	font-family:  Geneva, sans-serif;
	font-size:  14px;
	font-style:  normal;
	font-weight:  bold;
	color:  #640000;
	}
	
	.navigation {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #E0E0E0;
	display: block;
	padding: 8 px;
	width: 100 px;
	color: #640000;
}

.navigation:hover {
	font-family:	Verdana, sans-serif;
	font-size:	16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color:  #640000;
	display: block;
	padding: 8 px;
	width:  100 px;
	}
