p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
	line-height: 16px;
	}


a {
	color: #990000;
	text-decoration: none;
}

a:link {
	color: #990000;
	
}

a:hover {
	color: #333333;
	text-decoration: underline;
	
}



h1 {
	color: #990000;	
	font-size: 28px;
	}

h2 {
	font-size: 24px;
	line-height: normal;	
	}

h3 {
	}

h4 {
	font-size: 16px;
	line-height: normal;	
	
	}

h5 {
	}

h6 {
	
	}




/* Sidfot */
.footer {
	font-size: 11px;
	color: #FFFFFF;	
	}
	
/* Meny  */
.MenuItem {
	background-image:  url(../imageTemplate/btn_up.jpg);
	cursor: default;
	}

.MenuItemOver {
	background-image:  url(../imageTemplate/btn_overdown.jpg);
	cursor: hand;
	}

.MenuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	}

.MenuText:link  { 
	color: #FFFFFF; 
	text-decoration: none;
	}	
	
.MenuText:visited  {
	color: #FFFFFF; 
	text-decoration: none;
	}

.MenuText:hover {
	color: #FFFFFF; 
	text-decoration: none;
	}








