body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

* {
	color: #353f7c;
	font-family: "Franklin Gothic Book", Arial, sans-serif;
	font-size: 12px;
}

a{
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 18px;
}


.cmsImage {
	margin: 10px;
}

#mainTable {
	width: 100%;
	height: 100%;
}

#newsDiv {
	color: #6a005b;
}

#newsDiv * {
	color: #6a005b;
}

#crumbPath {
	padding-top: 15px;
	padding-bottom: 15px;
}

#crumbPath, #crumbPath a {
	color: #c10439;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.datum {
	margin-top: 20px;
	font-size: 14px;
}