/* 
 * GENERAL RULES
 */
body, table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#818181;
}

a, a:visited { color:#000; text-decoration:none; }

a:hover { text-decoration:none; }

html, body {
	margin: 0px;
	padding: 0px;
}

img {	border: 0px; }

form {
	margin: 0px;
	padding: 0px;
}

p { margin-top: 0px; }

h1,h2,h3,h4,h5,h6 {
	margin:0px;
	padding:0px;
	font-weight:normal;
	color:#222;
}

h3 {
	background:#e7eadf;
	border-top:1px solid white;
	font-size:18px;
	text-transform: uppercase;
	padding:13px;
	margin-bottom:10px;
}
	h3.icon { padding-left:70px; }
	
	.icon.maelirmed { background: #e7eadf url(../img/icon-maelirmed.png) no-repeat left; }
	.icon.frettir { background: #e7eadf url(../img/icon-frettir.png) no-repeat left; }
	.icon.umsagnir { background: #e7eadf url(../img/icon-umsagnir.png) no-repeat left; }

