<style type="text/css">

/* basic elements */
html { } /*IE bug (to get background image and centered containter)*/
body {
	margin-top: 0px;
	font-family: arial;
	font-size: 10pt;
	color: #000000;
	background: #ffffff;
	background-repeat: repeat-x; }
	text-align: center; /*IE bug (to get centered container)*/
}

table {
	text-align: left;
}

p {
	text-align: left;
	margin: 0px 0px 3px 0px;
	color: #454545;
}

a {
	color: #0000FF;
}

h1 {
	font-size: 14pt;
	margin: 20px 0px 0px 0px;
}

h2 {
	font-size: 12pt;
	margin: 10px 0px 4px 0px;
}

/* specific divs */
.unavailable {
	color: #C0C0C0;
}

.error {
	text-align: left;
}

#container { 
	background: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0 auto; /*auto makes center, not in IE (text-align: center does, see above)*/
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	width: 860px; /*do not change only here*/
}

#topmenu {
	margin: 0px 0px 5px 0px;
	font-size: 11pt;
	color: #454545;
}

#topmenu a {
	text-decoration: none;
	color: #454545;
}

#topmenu a:hover {
	color: #1732DC;
}

#header {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

</style>
