/* CSS Document */

	/* Client decided not to display dates. Since that's a mistake, I'm leaving this in for when 
		the client reverses the decision. To implement on the html end, make another table cell
		in the first row of each announcement. The fixed width here causes the dates and headers
		to align properly.
	
	.date {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #003399;
		width: 90px;
		text-align: left;
	}
	*/

	.header {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		color: blue;
		text-align: center;
		padding-bottom: 7px;
		padding-top: 5px;
	}

	.message {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		text-align: justify;
		text-decoration: none;
		padding-right: 3px;
		padding-left: 12px;
		padding-bottom: 16px;
	}