@charset "utf-8";
/* CSS Document */

/* --------------------------- TYPOGRAPHY */

p {
	font-size:11px;
	color:#003059;
	margin:0;
	font-family:'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,Helvetica,sans-serif;
}

p a{
color:#003059;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #005774;
text-decoration:none;

}
p a:visited{
color:#003059;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #005774;
text-decoration:none;
}
p a:hover{
	color: #000033;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	text-decoration:none;
}

p ul {
list-style-type:square;
}


h2 { /*2nd TITLES*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#003059;
	margin: 0;
}
h2 a{
color:#003366;
text-decoration:none;
}
h2 a:visited{
color:#003366;
text-decoration:none;
}
h2 a:hover{
color: #000000;
text-decoration:none;
}

h3 { /*3rd TITLES - article titles*/
	font-family:Verdana ,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#336699;
	margin: 0;
	line-height:18px;
}
h3 a{
color:#336699;
text-decoration:none;
}
h3 a:visited{
color:#336699;
text-decoration:none;
}
h3 a:hover{
	color:#000000;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #336699;
}
