@charset "ISO-8859-1";
body {
	background-color: #F1E3C5;
	background-image: url(images/porside-back-fade.jpg);
	background-repeat: repeat-x;
}
.Paragraph {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: 006666;
	border-bottom-width: 0px;
	border-bottom-style: none;
	padding: -10px;
	margin-bottom: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999900;
}
.H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: 006666;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: -10px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
}
a:link {
	color: 006666;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color: 006666;
	text-decoration: underline;
}
a:visited {
	color: 006666;
	text-decoration: none;
}
