body {
	background-color: #274989;
}

h1, h2, h3, h4, h5, h6 {
	color: #424242;
	margin-top: 5px;
	margin-bottom: 2px;
}

a:link {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #424242;
	text-decoration: none;
}

.article a:link {
	text-decoration: underline;
}

.article a:visited {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #A7CBE0;
	text-decoration: underline;
}

.mainTable {
	background-color: #F0F4FB;
	background-image: url(/images/body_repeat.jpg);
	background-repeat: repeat-y;
}

.personnelCard {
	background-image: url(/images/personnel_repeat.gif);
	background-repeat: repeat-y;
}

.personnelCard h1 {
	font: "Trebuchet MS", "Arial Black", Arial;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}

.personnelCard h2 {
	font: "Trebuchet MS", "Arial Black", Arial;
	font-size: 14px;
	font-weight: bold;	
}

.personnelCard h3 {
	font: "Trebuchet MS", "Arial Black", Arial;
	font-size: 12px;
	font-weight: bold;
}

.personnelCard a, a:visited {
	font: "Trebuchet MS", "Arial Black", Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.personnelCard a:hover, a:visited:hover {
	font: "Trebuchet MS", "Arial Black", Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

.headline {
	background-image: url(/images/headline_repeat.gif);
	background-repeat: repeat-y;
}

.footerTable {
	font-size: 10px;
}

.footerTable a, a:visited {
	font-size: 10px;
	font-weight: 100;
	color: #000000;
	text-decoration: none;
}

.footerTable a:hover, a:visited:hover {
	font-size: 10px;
	font-weight: 100;
	color: #F0F4FB;
	text-decoration: underline;
}

table.sideMenu {
	background-color: #B5C8EA;
}
.sideMenu a {
	margin: 20px; padding: 0;
	color: #274989;
	border: none;
	white-space: nowrap;
	text-decoration: none;
	vertical-align: middle;
}

.sideMenu a:hover {
	margin: 20px;
	border: none;
	white-space: nowrap;
	color: #D8E1F3;
	background-color: #B5C8EA;
	text-decoration: underline;
	vertical-align: middle;
}

.sideMenu a:visited {
	margin: 20px;
	padding: 0;
	border: none;
	white-space: nowrap;
	color: #424242;
	text-decoration: none;
	vertical-align: middle;
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.sideMenu a:visited:hover {
	color: #D8E1F3;
}

.article ul {
	font-size: 12px
}
