.newsheader {

	margin: 1px 2px 0px 2px;
	padding: 5px 5px 5px 5px;
	width: 545px;
	text-align: right;
	font-family: arial, verdana, ms sans serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;	
}

.contentright {

	background: #215184;
	margin: 1px 2px 0px 2px;
	padding: 5px 5px 5px 5px;
	width: 545px;
	font-family: arial, verdana, ms sans serif;
	font-size: 11px;
	color: #ffffff;	
	border: 1px solid black;
	border-width: 0px 1px 1px 0px;
	text-align: left;

}

/* Normal Cell Background (date number with no event markings) */
.date1 {
	background-color: #E0E0E0;
	}
/* Empty Cell Background (empty cells with no date numbers) */
.date2 {
	background-color: #EBEBEB;
	}

/* Show dates from other months */
.date3 {
    background-color: #EEEEEE;
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #BBBBBB;
	}
/* Weekend Cell Background (date number with no event markings) */
.date4 {
	background-color: #D0D0D0;
	}

.rows {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #433D27;
    line-height: 15pt;
	text-align: center;
	vertical-align: middle;
	}

.mainTable {
	background-color: #FFFFFF;
	border: 1px solid #003366;
	width: 200px;
 }
