/* CSS Document */

p{
font-family: Verdana, sans-serif;
font-size: 12px;
color: #000000;
line-height: 18px;
padding: 12px;
}
.Heading {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #663333;
}
	
.Heading2 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #663333;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}

.navigation {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 0px;
	width: 80px;
	background-color: #CCCC99;
	}
.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 0px;
	width: 80px;
	background-color: #CCCC99;
	}
.italics {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
.Heading3 {
	font-family: Arial, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #990000;
}
.white_text {
	color: #FFFFFF;
}
