/* CSS Document */

p{
font-family: TImes New Roman;
font-size: 16px;
color: #000066;
line-height: 20px;
padding: 8px;
}
.bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
.italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #000066;
	text-decoration: none;
}

.navigation {
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	background-color: #FFFF66;
	display: block;
	padding: 14;
	width: 140px;
	height: 26px;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	color: #000066;
}
.italic2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	color: #990033;
	text-decoration: none;
}
.style6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #000099;
	text-decoration: underline;
}

