@charset "utf-8";
/* CSS Document */


.headline {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #FF0;
	text-decoration: none;
}


.subhead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 26px;
	font-style: italic;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.headline2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 46px;
	font-style: italic;
	font-weight: bold;
	color: #390;
	text-decoration: none;
	border-bottom-color: #360;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.headline3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	border-bottom-color: #390;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 10px;
}

.headline4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	border-bottom-color: #390;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 100px;
	margin-bottom: 100px;
}
.para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

/*.navbottom{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #390;
	text-decoration: none;
	text-align: center;
	display: inline;
	list-style-type: none;
	float: left;
}*/

.leftrail {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #390;
}

.rightrail {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #390;
	padding-right: 5px;
}

.first-letter {
	color: #af1b08;
	font-size: 46px;
	font-style: italic;
	float: left;
	margin-top: -5px;
	padding-right: 5px;
	font-weight: bold;
  }
