/* CSS Document */

p{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
line-height: 18px;
padding: 3px;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999900;
	display: block;
	padding: 5px;
}
.address {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	display: block;
	width: 150px;
}
.navigation2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #00FF00;
	background-color: #003300;
	text-align: center;
	display: block;
	border: 2px solid #666666;
	padding-bottom: 5px;
	padding-top: 5px;
}
