.text {
	font-size: 14px;
	font-style: normal;
	color: Black;
	font-family: Georgia, Serif;
}

.rubrikmega {
	font-size: 50px;
	font-style: normal;
	color: #00478A;
	font-weight: normal;
	font-family: Georgia, Serif;
}
.rubrikstor {
	font-size: 18px;
	font-style: normal;
	color: #D2691E;
	font-weight: normal;
	font-family: Georgia, Serif;
}
.rubrikmedel {
	font-size: 14px;
	font-style: normal;
	color: #D2691E;
	font-weight: normal;
	font-family: Georgia, Serif;
}

.inforubrik {
	font-size: 10px;
	font-style: normal;
	color: Silver;
	font-weight: normal;
	font-family: Verdana;
	text-decoration: none;
}

.inforubrik_darkred {
	font-size: 10px;
	font-style: normal;
	color: Maroon;
	font-weight: normal;
	font-family: Verdana;
	
}

.jonny {
	font-size: 10px;
	font-style: normal;
	color: Teal;
	font-weight: normal;
	font-family: Verdana;
}
.bgcolorlight {
	background-color: #FFFFCC;
}

.bgcolormedium {
	background-color: #00478A;
}

.bgcolordark {
	background-color: #003366;

}

.bgcolorgray {
	background-color: ButtonFace;

}

.menu {
	text-decoration : none;
	font-size : 12px;
	color : #FFFFFF;
	font-family: "Trebuchet MS";
}

.menu_grey {
	font-size: 10px;
	font-style: normal;
	color: Background;
	font-weight: normal;
	font-family: Verdana;
	text-decoration: none;
}
.link {
	text-decoration: none;
	font-size: 14px;
	color: Gray;
	font-family: "Trebuchet MS";
}



A:HOVER {
	color : #D2691E;
	text-decoration : none;
}

.table_up_right {
	background-color: #F4A460;
}

a:focus, applet:focus {
outline: none;
-moz-outline-style: none;
} 

.table_border_down {
	border-bottom: 1px solid Gray;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: Gray;
}