/* CSS Document */

5.	p {
6.	font-family: Verdana, sans-serif; font-size: 11px;
7.	color: #000000;
8.	line-height: 18px;
9.	padding: 3px;
}
.bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	text-transform: capitalize;
	color: #000066;
	text-decoration: none;
}
.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	background-color: #DFDFFF;
	display: block;
	word-spacing: normal;
	background-attachment: fixed;
	padding: 14;
	width: 160px;
	border: 1;
	border-color: #993399;
	border-style: 2;
	table-layout: fixed;
	height: 25px;
	line-height: normal;
	padding-top: 4px;
	outline-color: #003399;
	outline-style: dotted;
}
.navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	background-color: #8C8CFF;
	display: block;
	padding: 8;
	width: 160px;
	border-color: #FF00FF;
	outline-style: dotted;
	outline-color: #FF33CC;
	padding-top: 4px;
	text-align: left;
	height: 25px;
}
.boldnavy {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000066;
	text-decoration: none;
}
.boldmaroon {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

