/*	fonts	*/
#content, font{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

p{
	/*	IE fucks up	*/
	clear: none;
	/*margin: 0;*/
	text-align: justify;
}

br{
	line-height: 19px;
}

.large, .large2{
	font-size: 18px;
	line-height: 22px;
	text-align: justify;
}

.large2{
	line-height: 19px;
}

.left{
	font-family: Georgia, "Times New Roman", Times, serif;
}

.right{
	text-align: justify;
}

.red, .largeRed, .largerRed{
	color: #DD0000;
}

.largeRed{
	font-size: 13px;
	line-height: 21px;
	font-weight: bold;
}

.extraIndented{
	padding: 0px;
	padding-left: 15px;
	padding-top: 15px;
}

.largerRed{
	font-size: 15px;
	font-weight: bold;
}

a{
	color: #dd0000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #000000;
}

.headline {
		color:#dd0000;
		font-family:arial,Arial,helvetica,verdana,sans-serif;
		font-size:18px;
		vertical-align:bottom;
		text-align:left !important;
        font-weight:bold;
	}
    
 .date {
		color:#000;
   }        