table.mainOuter {
	border-style: solid; 
	border-width: 1px; 
	border-color: #cccccc;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 790px;
}

table.mainInner {
	width: 790px;
}

td.tdWithBorder {
	border-style: solid; 
	border-width: 1px; 
	border-color: #cccccc;
	padding-top: 8px;
	padding-bottom: 8px;		
	padding-left: 8px;
	padding-right: 8px;
}

table.homepageEntry {
	border-style: solid; 
	border-width: 1px; 
	border-color: #ff6910;
	width: 568px;
	padding-top: 10px;
	padding-left: 10px;
}

table.leftHandTable {		
	width: 202px;
	padding-left: 0px;
}

.entryDate {
	font-size: 11px;
	color: #333333;
	font-family: verdana;
	font-weight: bold;
}

.entryTitle {
	font-size: 11px;
	color: #ff6910;
	font-weight: bold;
	font-family: verdana;
}

.entryBody {
	font-size: 10px;
	color: #333333;
	font-family: verdana;
}

.entryExtraDetails {
	font-size: 10px;
	color: #333333;
	font-family: verdana;
}

a.entryMoreLink {
	font-size: 10px;
	color: #333333;
	font-family: verdana;
	font-weight: bold;
}

td.leftColumn {
	width: 204px;
	padding-left: 2px;
}

td.rightColumn {
	
}

td.tdShadedWithBorder {
	border-style: solid; 
	border-width: 1px; 
	border-color: #cccccc;
	background-color: #fff7f3;
	height: 50px;
	text-align: center;
}

.mainHeaderText {
	color: #ff6910;
	font-size: 16px;
	font-family: arial;
	font-weight: bold;
}

.subHeaderText {
	font-size: 10px;
	font-weight: bold;
	font-family: verdana;
	color: #333333;
}

.numberedPoint {
	font-size: 10px;
	font-weight: bold;
	font-family: verdana;
	color: #ff6910;
}

.leftEntry {
	font-size: 10px;
	font-weight: bold;
	font-family: verdana;
	text-decoration: none;
	color: #333333;
}


