

body {
	background-color: #052C49;
	padding: 0px;
	margin: 0px 10px;
}

body, table {
	font-size: 11px;
	font-family: verdana, helvetica, sans-serif;
}


td.mainmenu {
	text-align: center;
	white-space: nowrap;
}
td.mainmenu img {
	margin-left: 2px;
	margin-right: 2px;
}

td.contentsubmenu {
	text-align: center;
	white-space: nowrap;
}
td.contentsubmenu img {
	margin-left: 4px;
	margin-right: 4px;
}

td.copyright {
	color: #787878;
	font-size: 10px;
	padding: 6px 15px;
}
td.copyright a {
	color: #787878;
}

table.newscolumn {

}

table.newscolumn th {
	text-align: left;
}

table.newscolumn td {
	padding: 5px 0px 8px 4px;
}

form {
	margin: 0px;
	padding: 0px;
}
input.text, textarea {
	border: solid #052C49 1px;
	color: #052C49;
	font-size: 11px;
	padding: 1px 2px;
}
input.button {
	color: #ffffff;
	background: #052C49;
	border: solid #000000 1px;
	font-size: 11px;
	padding: 1px 4px;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
	font-weight: bold;
}

h1, .h1 {
	font-size: 18px;
}
h2, .h2 {
	font-size: 16px;
}
h3, .h3 {
	font-size: 14px;
}
h4, .h4 {
	font-size: 12px;
}
h5, .h5 {
	font-size: 10px;
}

table#header {
	position: absolute;
	left: 10px;
	top: 0px;
}

table#maincontent {
	position: absolute;
	left: 10px;
	top: 264px;
}

.small {
	font-size: 11px;
}
.smaller {
	font-size: 10px;
}


.formcaption {
	font-weight: bold;
	text-align:right;
	padding: 1px 4px;
}
.formfield {
	padding: 1px 4px;
}





