/* CSS Document */
p{
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#000000;
line-height:18px;
padding:2px;
}

.bold{
font-family:"Times New Roman", Times, serif;
font-size:12px;
color:#990000;
font-weight:bold;
line-height:18px;
}

.navigation{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #669900;
	font-style: normal;
	text-decoration: none;
	display: block;
	padding: 5px;
	width: 140px;
	text-align: center;
	color: #F6F3D9;
}

