body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  background-color:#CCCCCC;
}

p {
	font-size:12px;
}

h1 {
	font-size:18px;
	font-weight:normal;
}

h2 {
	font-size:14px;
	font-weight:bold;
}

h3 {
	font-size: 12px;
	font-weight: bolder;
}

ol {
	font-size:10px;
}

a:link {
	color: #00529c;
}
a:visited {
	color: #00529c;
}
a:active {
	color: #FF0000;
}
table {
	background-color:#FFFFFF;
}

table.innehall {
	padding:10px;
}

.innehall hr {
	color: #e0e3f2;
	background-color: #e0e3f2;
	height: 2px;
	border: none;
}

table.sidhuvud {
	font-size:10px;
	text-align:right;
	background-color:#CCCCCC;
	padding:10px;
}

table.sidfot {
	font-size:10px;
	text-align:center;
	background-color:#CCCCCC;
	padding:10px;
}

table.navigering {
	font-size:10px;
	text-align:left;
	background-color:#FFFFFF;
	padding:10px;
}

table.puff {
	font-size: 12px;
	font-weight:lighter;
	background-color:#e0e3f2;
	padding:20px;
}

table.meddelande {
	padding:20px;
	background-color:#33FFFF;
}

.avsnitt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	color: #00529c;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fotnot {
	font-size: x-small;
}

.menu {
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    border-right: 1px solid white;
    text-decoration: none;
    background-color: #FFFFFF;
    padding: 5px;
}

.menu:hover {
    background-color: #5A8EC6;
}

.toolbar {
    background-color: #FFFFFF;
    padding: 5px 0px 5px 0px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size:12px;
	 }