/* 

Screen

*/

BODY {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
/*	margin-bottom: 0px;
*/}

H1, H2, H3, H4, H5, H6 {
	color: #003B8F;
	background-color: transparent;
	text-transform: uppercase;
}

H1 {
	font-size: 18px;
}

H2 {
	font-size: 16px;
}

H3 {
	font-size: 14px;
}

H4 {
	font-size: 12px;
}

A {
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
}

A:link {
	color: #000000;
	background-color: transparent;
}
A:visited {
	color: #000000;
	background-color: transparent;
}
A:hover {
	color: #003B8F;
	text-decoration: none;
	background-color: transparent;
}
A:active {
	color: #003B8F;
	background-color: transparent;
}

INPUT, TEXTAREA, SELECT {
	border: 1px solid #D3D3D3;
	color: #003B8F;
	background-color: #FFFFFF;
}


/*
** Classes
*/

.menuTdFpTop {
	height: 40px;
	width: 100px;
	text-align: center;
}
.menuTdFpTop A {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.menuTdFpTop:link {
	color: White;
}
.menuTdFpTop:hover {
	color: White;
	background-color: #003B8F;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.menuItem {
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
}

A.menuItem {
	text-decoration: none;
}

.ForsideOverskrift {
	color: #003B8F;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
}

.TopTitle {
	color: #003B8F;
	background-color: transparent;
	text-transform: uppercase;
	font-weight: bold;
	font: 24px;
}