@charset "utf-8";
/* CSS Document */

p{
font-family:"Times New Roman", Times, serif;
color:#000066;
line-height: 18px;
padding: 3px;
}

.bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #000066;
}

.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	background-color: #CCCCCC;
	display: block;
	padding: 8px;
	width: 140px;
}

