body {
	background-color: #d0cece;
	background-repeat: repeat-x;
	scrollbar-base-color: #cccccc;
	scrollbar-track-color: #9D9D9D;
	scrollbar-arrow-color: #B92C21;
	scrollbar-highlight-color: #cccccc;
	scrollbar-shadow-color: #cccccc;
	scrollbar-darkshadow-color: #cccccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../imglib/plainbg2.gif);
	background-position: top;
}

.toptable {
	background-color: #BFBFBF;
	background-image: url(../imglib/topmenu3.gif);
	background-repeat: no-repeat;
}

.maintabledesign {
	background-color: #FFFFFF;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #486855;
	border-left-color: #486855;
	left: 25px;
	position: absolute;
	width: 700px;
	top: 0px;
	height: 100%;
}
.maintabletxt {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 15px;
	margin-left: 6px;
	margin-right: 6px;
}
input.blueform {
	background-color: #F3EEE4;
	border: 1px solid #305931;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
input.blueform2 {
	background-color: #F3EEE4;
	border: 1px solid #305931;
	font-weight: normal;
	font-size: 10px;
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;	
}
textarea.blueform2 {
	background-color: #F3EEE4;
	border: 0px;
	font-weight: normal;
	font-size: 11px;
	color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}
.whitelink {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
	padding-right: 20px;
}
.whitelink a:link {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
}
.whitelink a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
}
.whitelink a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
}
.whitelink a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #cccccc;
	text-decoration: underline;
}

.redlink {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #990000;
	text-decoration: none;
	padding-right: 20px;
}
.redlink a:link {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #990000;
	text-decoration: none;
}
.redlink a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #990000;
	text-decoration: none;
}
.redlink a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #990000;
	text-decoration: none;
}
.redlink a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #cccccc;
	text-decoration: underline;
}

/*  --------- minimum menu requirements for functionality ----------- */

/* common styling */
.menu {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	position:relative;
	font-size:10pt;
	padding-bottom:5px;
	font-weight: normal;
	width: 1000px;
	z-index: 2;
	padding-left: 25px;
}
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
.menu ul li {
	float:left;
	position:relative;
}
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
color:#fff; 
width:108px; 
height:24px; 
color:#fff; 
padding-left:5px; 
line-height:24px;
}
* html .menu ul li a, .menu ul li a:visited {
width:108px;
}
.menu ul li ul {
display: none;
}
.menutable {
margin:-1px; 
border-collapse:collapse;
}

/* specific to non IE browsers */
.menu ul li:hover a,
.menu ul li a:hover {
	color:#fff;
	background-color: #B92C21;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:25px;
margin-top:1px;
left:0; 
width:300px;
}
* html .menu ul li a:hover ul {
margin-top:0;
marg/in-top:1px;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
visibility:hidden; 
position:absolute; 
height:0; 
width:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
background:#B92C21; 
color:#fff; 
height:auto; 
line-height:1.2em; 
padding:5px 10px; 
width:105px
}
* html .menu ul li a:hover ul li a {
width:105px;
}

.menu ul li:hover ul li a.drop,
.menu ul li a:hover ul li a.drop {
}

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
color:#000;
}

/*  --------- Text Requirements subpages----------- */

.storrubrik {

	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #c10b0e;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 2px;
	padding-left: 12px;
}

.maintabletxtwhite {

	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px;	
}

.contenttext {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 15pt;
	padding-left: 14px;
	padding-right: 14px;
	letter-spacing: 0,7;
}
.contenttext a:link {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: bold;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
.contenttext a:visited {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
.contenttext a:active {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
}
.contenttext a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #990000;
	text-decoration: underline;
}
#inclayer {
	position:relative;
	width:515px;
	height:370px;
	z-index:3;
	overflow: auto;
	visibility: visible;
}
.tablebg {
	background-image: url(../imglib/intro_page2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.tablebg2 {
	background-image: url(../imglib/intro_page3.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.tablebg3 {
	background-image: url(../imglib/intro_page3.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.tablebg4 {
	background-image: url(../imglib/intro_page4.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.tablebg5 {
	background-image: url(../imglib/intro_page5.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
img.toLeft { 
    float: left; 
    margin: 4px; 
}
img.toRight {
	float: right;
	margin: 4px;
	z-index: 99;
}.contenttextcolor {

	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #9E1318;
	text-decoration: none;
}
.tablebg6 {

	background-image: url(../imglib/intro_page6.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.tablebg7 {
	background-image: url(../imglib/intro_page7.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.newscellbg {



	background-image: url(../imglib/newsboxbg.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.newstabletxt {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 16px;
	padding-right: 16px;
}
.newsredrubrik {


	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #c10b0e;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 2px;
	padding-left: 20px;
}
.bottombg {
	background-image: url(../imglib/bottombg.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #d0cece;
}
.popbg {
	background-image: url(../imglib/pop_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
}
#poplayer {

	position:relative;
	width:1000px;
	z-index:3;
	overflow: auto;
	visibility: visible;
	height: 800px;
}
.lowline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C10B0E;
}