body	{ margin: 0px; background-color: #333333; font-family: Verdana, Arial, Helvetica, sans-serif }
li 	{ margin-bottom: 4px; }
dt 	{ font-size: 16px; font-weight: bold; margin-bottom: 5px;}
dt 	{ font-size: 14px;}

/* 	Applies to the main content section
	for each page (center column)
*/
	.contentHeadline {
		font-size: 20px;
		font-weight: bold;
		color: #333333;
	}
	.contentText {
		font-size: 14px;
		color: #333333;
		border-style: none; 
		border-width: medium; 
		padding-top:8px; 
		padding-left:10px; 
		padding-right:10px;
	}

/*	Applies to the link and news
	blocks on the left and right sides
	of each page.
*/
	.menuTable {
		margin-right:10px;
		margin-left:10px;
		border-collapse: collapse; 
		border-width: 0;		
		border-color: #111111;
	}
	.menuHeader {
		border-style: none;
		border-width: medium;
		height: 17px;
		background-color: #555652;
		font-weight: bold;
		color: #FFFFFF;
		font-size: 14px;
		font-family: Verdana;
	}
	.menuCellNormal {
		border-style: none;
		border-width: medium;
		height: 17px;
		background-color: #DCDDDB;
		color: #555652;
		font-size: 12px;
		font-family: Verdana;
		padding-left: 6px;
	}
	.menuCellHighlight {
		border-style: none;
		border-width: medium;
		height: 17px;
		background-color: #FFFFFF;
		color: #555652;
		font-size: 12px;
		font-family: Verdana;
		padding-left: 6px;
	}
	.static {
		color: #555652;
		text-decoration: none;
	}	
/* Header and footer text */
	.footerText {
		font-size: 10px;
		color: #FFFFFF;
		padding: 5px;
	}
/* Applies to the Contact Form */
	.dataTable {
		font-size: 12px;
		color: #333333;
	}
