BODY {
	font-family : Arial, Helvetica, sans-serif;
	background-color : White;
}


A:HOVER  {
	text-decoration : none;
	color : Red;
}

.menu1  {
	text-decoration : none;
	color : 333333;
	font-size : 11px;

}

.menu2  {
	text-decoration : underline;
	font-size : 11px;
	color : #003399;
	font-weight : normal;
}

.menu3  {
	text-decoration : none;
	color : 666666;
	font-weight : normal;
	font-size : 11px;
}

.menu4  {
	text-decoration : underline;
	color : #FF0033;
	font-weight : bold;
	font-size : 11px;
	cursor : help;
}

.menu_back  {
	text-decoration : none;
	color : #FFCC00;
	font-weight : bold;
	font-size : 14px;
}

.table1 {
	width : 800px;
	border : 1px solid #FFCC33;
	border-top-width : 3px;
	border-left-width : 0px;
	border-right-width : 0px;
}


.table2 {
	font-size : 11px;
	border : 1px solid Gray;
	border-left-width : 0px;
	border-right-width : 0px;
	border-bottom-width : 0px;

}


.text_blue {
    font-size : 10px;
	color: #4C70B7;
}

.text_grey {
	font-size : 11px;
	color: #666666;
	text-decoration : none;
}


.button {
	font-size : 11px;
	color: White;
	text-decoration : none;
	background : #3399FF;
	width: 60px;	
}

.rubrik_small_white {
	text-decoration : none;
	color : White;
	font-weight : normal;
}

.rubrik_middle {
	text-decoration : none;
	color : #003399;
	font-weight : bold;
	font-size : 11px;
}
.rubrik_big {
	text-decoration : none;
	color : #FFCC00;
	font-weight : bold;
	font-size : 14px;
}

.rubrik_blue {
	text-decoration : none;
	color : #003366;;
	font-weight : bold;
	font-size : 14px;
}

.skugga_vit {
	background-color : White;
}

.shadow_blue {
	background-color : #B0D1FF;
}
.shadow_lightyellow {
	background-color : #FFE599;
}
.shadow_yellow {
	background-color : #FFCC33;
}
.shadow_gray {
	background-color : #F8F8F8;
}
.innerskugga {
	background-image: url(../images/innerskugga.gif);
}


.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #FFCC00;
}

