/*
	This defines the look of the main table on the page
*/
TABLE.Main-Page-Table {
	border-left : 1px;
	border-right : 1px;
	border-color : #42A6CA;
	border-left-style: solid;
	border-right-style: solid;
}

/*
	This defines the look of the inside table of the main table that defines the two column appearance
*/
TABLE.Inner-Page-Table {
	
}

BODY, .Page-Content-Cell, TABLE.Page-Content-Cell {
	font-family: Tahoma, Verdana, Arial;
	font-size: 9pt;
	color: #2D758F;
}

UL.ServiceList {
	font-family: inherit;
	color: inherit;
	font-size: 12pt;
}

.Service-Item-Description {
	font-family: inherit;
	color: inherit;
	font-size: 10pt;
}

.Content-Page-Title-Text {
	font-family: inherit;
	font-weight: bold;
	font-size: 12pt;	
	color: inherit;
}

/*
	This defines the apperance of the text in the footer of the main page that exists in an exclusive table
*/
.Footer-Text {
	font-family: Tahoma, Verdana, Arial;
	color: black;
	font-size: 8pt;
}