div.split{
  float: left;
  clear: both;
  width: 100%;
  }

div.listing{
	float:left;
	clear:both;
	margin-left:200px;
	font-size: 8pt;
	font-family: "Times New Roman", Times;
	font-weight: bold;
	background-color: #FFFFFF;
	margin-bottom: 30px;
}

div.listdate{
	float:left;
	clear:left;
	text-align: left;
	width: 50px;
}

div.listdesc{
	float:left;
	clear:right;
	text-align: left;
	width: 300px;
	padding-left: 5px;
}

div.formrow{
	float:left;
	clear:both;
	width:100%;
}

div.formleft{
	float:left;
	clear:left;
	text-align: right;
	width: 250px;
}

div.formright{
	float:left;
	clear:right;
	text-align: left;
	width: 450px;
	padding-left: 5px;
}

a {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: smaller;
}

.attention{
	color: #e11f2d;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 5px;
}

.content {
    font-family: Georgia, "Times New Roman", Times, serif;
}
.justify {
    font-family: Georgia, "Times New Roman", Times, serif;
	text-align:justify;
}	
.wow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	font-style: italic;
}
.red, .gold, .purple, .blue, .green, .brown, .navy, .pink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
	}
.red {color: #e11f2d;}
.gold{color: #f0b233;}
.pink{color: #c64199;}
.blue{color: #1395d9;}
.green{color: #009c4f;}
.brown{color: #822428;}
.navy{color: #262324;}
.purple{color: #7762ad;}
