/*
Version 0.94
Date: 20/04/2007
Description: General styles.
*/

html {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
}
img {
	border: 0;
}
p {
	color: #000;
	margin: 0 0 0.5em 0;
}
a {
	color: #113da4;
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
	color: #00947A;
}
h1 {
	font-size: 18pt;
	font-weight: normal;
}
h2 {
	font-size: 14pt;
	font-weight: bold;
}

h5 {
	font-size: 11pt;
	font-weight: normal;
	color: #000;
	margin-bottom: 0.3em;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
.noDisplay,
#nav-header,
#search,
hr,
#navigation,
#sectionImageGradient,
#nav-side,
#footer ul,
.rss,
.anchor {
	display: none;
}


#sectionIntro h1 {
	font-size: 18pt;
	font-weight: normal;
	color: #00947A;
}

#onThisSite a {
	color: #00947A;
}

#onThisSite p.header {
	font-size: 14pt;
	color: #00947A;
}
#onThisSite p.header.bigger {
	font-size: 25pt;
	color: #00947A;
	text-transform: lowercase;
	margin-bottom: .5em;
}



dd {
	margin: 0 0 1em 0;
	padding: 0;
}

#news h2,
.portlets h2 {
	color: #113da4;
	font-size: 25pt;
	text-transform: lowercase;
	font-weight: normal;
}

#campaign {
	margin-top: 1cm;
}

#news h2 {
	color: #666;
	margin-bottom: 0.5em;
}
#news dt a {
	font-weight: bold;
	color: #00947A;
}
#news dd a {
	font-weight: normal;
	color: #333;
}

.portlet h2,
.portlet h3 {
	font-weight: bold;
	color: #00947A;
	font-size: 14pt;
	margin-bottom: 0.5em;
	text-transform: none;
}
.portlet h3 {
	color: #00947A;
	font-size: 12pt;
	margin-bottom: 0;
}
.portlet h3 a {
	color: #333;
}

#footer {
	text-align: right;
}
#footer hr {
	display: block;
	height: 1px;
	color: #80c8bc;
	background-color: #80c8bc;
	margin-top: 1cm;
}
