@charset "iso-8859-1";
body,table,td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #51525d;
	background-image: url(../img/layout_main_bg.png);
	background-repeat: repeat;
}
h1 {
	font-size: 18px;
	font-style: normal;
	font-weight: lighter;
}
.sloggan {
	font-size: 14px;
	font-style: italic;
	color: #999;
}
.obs {
	font-style: italic;
	font-weight: bold;
	color: #F00;
}
h2 {
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 14px;
}
hr {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #51525d;
}

