/*the text styles*/

.brodtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.rubrik {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

/*the link text styles*/

a.nav:link {
color: #ba5c38;
font-family: Helvetica, arial, sans-serif;
font-size: 11px;
text-decoration: none;

}

a.nav:visited {
	color: #0066CC;
	font-family: Helvetica, arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

a.nav:hover {
color: #999999;
font-family: Helvetica, arial, sans-serif;
font-size: 11px;
}

a.meny:link {
	color: #666666;
	font-family: Helvetica, arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;

}

a.meny:visited {
color: #000000;
font-family: Helvetica, arial, sans-serif;
font-size: 13px;
text-decoration: none;
font-weight: bold;

}

a.meny:hover {
	color: #FFFFFF;
	font-family: Helvetica, arial, sans-serif;
	font-size: 13px;
	background-color: #999999;
	font-weight: bold;
	
}
