@charset "utf-8";
/* CSS Document */

p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}
h1, h2, h3 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	color: #CCCCCC;
	background-color: #333333;
}
#divWrapper {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
}
#divWrapper #divHeader img {
}

#divWrapper #divHeader a {
	color: #FFFFFF;
	text-decoration: none;
}
#divWrapper #divFooter {
	background-color: #666666;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#divWrapper #divFooter a {
	color: #000000;
	text-decoration: none;
}
#divWrapper #divContent a {
	color: #000000;
	text-decoration: none;
}

#divWrapper #divContent a:hover {
	color: #ff0000;
}


#divWrapper #divHeader td {
	font-family: "Courier New", Courier, "fast breddsteg";
	font-style: italic;
	color: #CCCCCC;
	background-color: #333333;
	text-align: center;
	font-weight: bolder;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-size: 18px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#divWrapper #divHeader a:hover {
	color: #FF0000;
	background-color: #333333;
}





h2 {
	font-weight: normal;
	font-style: italic;
	color: #CC0000;
}
#divWrapper #divFooter a:hover {
	color: #FF0000;
}
#divWrapper #divHeader #curent {
	color: #CCCCCC;
	background-color: #00569D;
	border-bottom-color: #CCCCCC;
}
#divWrapper #divHeader #id {
	background-color: #00569D;
}

img {
	border-style: none;
}
