body, table, input, textarea, select {
	font-family: 'Trebuchet MS', tahoma, verdana, sans-serif;
	font-size: 9pt;
}
table.main {
	border: 2px solid #000000;
	width: 600px;
	table-layout: fixed;
}
table.padded {
	margin-left: 25px;
	width: 555px; /* 100% fejler i IE og Opera, hvor tabellen går ud under selve td.content i højre side! */
}
td {
	vertical-align: top;
}
td.menu {
	border-top: 1px solid #000000;
	font-family: tahoma, verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	width: 14%;
	background-color: #000000;
	padding: 1px;
}
td.content {
	padding: 25px 10px 10px 10px;
}
*.belob {
	text-align: right;
}
td.belob {
	font-size: 8pt;
	font-family: monospace;
}
td.belobtot {
	font-weight: bold;
	border-top: 1px solid #dddddd;
	border-bottom: 3px double #dddddd;
}
th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #dddddd;
}
#menu1 {
	background-color: #990000;
}
#menu2 {
	background-color: #cc6600;
}
#menu3 {
	background-color: #cc9900;
}
#menu4 {
	background-color: #66aa66;
}
#menu5 {
	background-color: #009966;
}
#menu6 {
	background-color: #336699;
}
#menu7 {
	background-color: #003399;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
	line-height: 14pt;
	letter-spacing: 4px;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	line-height: 10pt;
}
h3 {
	font-size: 10pt;
	font-weight: normal;
	padding-left: 25px;
}
p {
	padding-left: 25px;
}
p.notabene {
	font-style: italic;
}
p.copy {
	text-align: center;
	font-size: 7pt;
	color: #bbbbbb;
}
a {
	color: #003399; 
	text-decoration: none;
}
a:visited {
	color: #336699;
}
a:active, a:hover {
	color: #ff0000;
	text-decoration: underline;
}	
a.menu, a.menu:link, a.menu:visited {
	width: 100%;
	color: #ffffff;
}
a.menu:active, a.menu:hover {
	color: #000000;
	text-decoration: none;
}
ul {
	list-style-type: circle;
}
abbr, acronym, *.help {
	cursor: help;
	border-bottom: 1px dotted #333333;
}

