/* CSS Document */

p{
font-family:Verdana, sans-serif;
font-size: 13px;
color: #000000;
line-height: 18px;
padding: 3px;
}
.italics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.bold {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #000099;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	display: block;
	padding: 8px;
	width: 140 px;	
}


.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #FDF5E6;
	display: block;
	padding: 8px;
	width: 140 px;
}
.BlackDivider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
}
.finePrint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}
.navBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.crossout {
	text-decoration: line-through;
}

.paragraph_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-stretch: expanded;
	background-color: #000000;
	display: block;
	text-indent: 3px;
	vertical-align: baseline;
	height: 20px;
}
.redtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #CC0000;
}

.redparagraph_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-stretch: expanded;
	background-color: #FF0000;
	display: block;
	text-indent: 3px;
	vertical-align: baseline;
	height: 20px;
}

.redtextparagraph_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	font-stretch: expanded;
	background-color: #000000;
	display: block;
	text-indent: 3px;
	vertical-align: baseline;
	height: 20px;
}
