
h1 {
	font-size: 32px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

.topalign {
	vertical-align: top;
}

.bottomalign {
	vertical-align: bottom;
}

body {
	font-family: sans-serif;
}


.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.menulink {
	font-size: 10pt;
	color: black;
	text-decoration: none;
}

td.menulink {	
	border-top-width: 1px;
	border-bottom-width: 1px;
	padding-left: 5px;
	border-color: silver;
	border-style: solid;
}

td.menulink:hover {
	background-color: rgb(232, 248, 255);
}

a.menulink:hover {
	text-decoration: underline;
}

a.languagelink {
	vertical-align: text-bottom;
}

a {
	color: navy;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.pageinfo {
	font-family: serif;
	text-align: right;
	color: silver;
	font-size: xx-small;
	vertical-align: bottom;
	font-weight: normal;
}

table.main-table {	
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-color: white;	
	border-style: none;
	border-width: 3px;	
	padding: 3px;
	text-align: left;	
}

table.menu {	
	vertical-align: top;	
	border-collapse: collapse;
	width: 100%;
}

td.menu {		
	width: 150px;
}

td.mainpage {	
	width: 650px;
	margin: 1px;			
	font-size: 10pt;
	text-align: justify;
	padding: 5px;
	background-color: white;
}

automargin {
	margin-left: auto;
	margin-right: auto;
}

img {
	border-style: none;
	margin: 20px;
}

img.logo {
	margin: 0px;
}

td.logotop {
	/*background-image: url("/data/images/layout/logo_background.png");*/
	/*background-position: 5px;*/
	/*background-repeat: repeat;*/
}

td.whitebackground {
	background-color: white;
}

.standardmargin {
	margin: 1px;
}

.newstext {
	padding: 10px;
	font-size: 10pt;

}

.newsheader {
	font-weight: bold;
	font-size: 12pt;
	background-color: #EEEEEE;	
}

.news {
	margin: 10px;
	padding: 10px;
}

dt {
	font-weight: bold;
}

span.largertext {
	font-size: larger;
}

span.smallertext {
	font-size: smaller;
}


