/* CSS Document */

p{
font-family:"Times New Roman", Times, serif;
font-size: 14px;
color: #000000;
line-height: 18px;
padding: 4px;
}

.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: cccc99;
	word-spacing: 6px;
	letter-spacing: 2px;
}


.navigation:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	word-spacing: 6px;
	letter-spacing: 2px;
}.bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: cccc99;
}
.italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	font-style: italic;
	color: #330000;
}

.underline{
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
}
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #330000;
	padding-left: 10px;
	text-decoration: underline;
}
