html,body {
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/back.png);
	background-repeat: repeat-x;
}


table,td {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 14px;
	color: #000000;
}


table.headlines {
	background-image: url(../images/backHeadlines.png);
	background-repeat: no-repeat;
}

table.application {
	background-image: url(../images/divVertical.png);
	background-repeat: no-repeat;
}

a {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #0c4da1;
}

a:active {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #0c4da1;
}

a:hover {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	color: #0c4da1;
}

a.menu, a.menu:active, a.menu:hover {
	padding: 0px 5px 0px 5px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a.footer, a.footer:active, a.footer:hover {
	padding: 0px 5px 0px 5px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

a.h1, a.h1:active, a.h1:hover {
	color: #0c4da1;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}

h1 {
	color: #0c4da1;
	font-weight: bold;
	font-size: 18px;
}


div.newsDate {
	color: #8d8d8d;
	font-weight: bold;
	font-size: 12px;
}