body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #555555;
	background-color: #ffffff;
	min-width:640px;
}

p {
	line-height: 200%;
	text-align: justify;
}

a {
	color: #9D1961;
	text-decoration: none;
}

a:hover {
	color: #9D1961;
	text-decoration: underline;
}

.small {
	font-size: 8pt;
}

li {
	font-size: 8pt;
	font-weight: bold;
}

.resaltat {
	color: #9D1961;
	font-size: 12pt;
}

#header,#menu,#menuttile,#footerinfo#footer {
	overflow:hidden;
	display:inline-block;
}

/* safari and opera need this */
#header,#menu,#menuttile,#footer {width:100%}

#header {
	height: 75pt;
}

#menu {
	margin-top:-3px;
	height: 18pt;
	background-color: #ffe1f2;
	border-top: 1px solid #ff0090;
	padding-top: 6px;
	padding-left: 5px;	
}

#content {
	border: 1px solid #ff0090;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 3em;
	margin-top:-3px;

	-moz-column-width: 30em;
	-moz-column-gap: 3em;
	-moz-column-rule: medium solid;
	-webkit-column-width: 30em;
	-webkit-column-gap: 3em;
	-webkit-column-rule: medium solid;
}
}

#sub-section {
	float: left;
	width: 350px;
	height: 300px;
	padding-bottom: 15px;
}

#footer {
	clear:left;
	text-align: center;
	margin-top:-3px;
	height: 50pt;
	background-color: #ffe1f2;
	border-top: 1px solid #ff0090;
	border-bottom: 1px solid #ff0090;
	padding-top: 6px;
	padding-left: 5px;	
}

