a {
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
	background-color: #336699;
	text-decoration: none;
	font-weight: bold;
}

a.menu {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13 px;
	color: #336699;
	text-decoration: none;
	font-weight: bold;
}

a.menuaktiv {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13 px;
	color: #FEB117;
	text-decoration: none;
	font-weight: bold;
}

table.message {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 14 px;
	color : black;
	font-weight: bold;
	background-color : #FFE7B5;
	border-top : #ffa500 solid 3;
	border-left : #ffa500 solid 3;
	border-bottom : #ffa500 solid 3;
	border-right : #ffa500 solid 3;
	padding : 5 px;
}

td {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 13 px;
}

td.formular {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9 px;
	background-color : #FFE7B5;
	border-top : gray solid 1;
	border-left : gray solid 1;
	border-bottom : gray solid 1;
	border-right : gray solid 1;
}

ul {
	list-style: square;
}

.button {
	font-size : 13 px;
	color : black;
	background-color : silver;
	border-top : gray solid 1;
	border-left : gray solid 1;
	border-bottom : gray solid 1;
	border-right : gray solid 1;
	cursor : hand;
}

.redbutton {
	font-size : 13 px;
	color : black;
	background-color : silver;
	border-top : red solid 2;
	border-left : red solid 2;
	border-bottom : red solid 2;
	border-right : red solid 2;
	cursor : hand;
}

table.smallline {
	border-top : gray solid 1;
	border-left : gray solid 1;
	border-bottom : gray solid 1;
	border-right : gray solid 1;
}
