@charset "UTF-8";
/* CSS Document */


/*
body,p,ul,ol { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
*/

#inramning {
	background-color: #FFFFFF;
	color: black;
	padding-top: 2%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	border: 1px solid #CCCCCC;
}

.orange_fill {
	background-color:#F90
}

.arial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.arial_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
}

.arial_rubrik {	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
.arial_italic_bold {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
}
.arial_italic {	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
}

/*
.courier {
	font-family: Courier, "Courier New", monospace;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.garamond {
	font-family: Garamond, EB Garamond;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}
*/

.nav-links { 
	font-family: Verdana, sans-serif; 
	font-size: 10px; 
	font-style: normal; 
	font-weight: normal; 
	color: #666666; 
	text-decoration: none; }
	
p { padding-left: 15px; }
