/*
In this file sould come the css rules for the content (and for the content in the tinyMCE editor)
*/
h1{color:#305891;font-size: 3em; margin:20px 0px 10px 0px; border-bottom:solid 1px #305891; text-align:left;letter-spacing:-.06em; }
h2{
	
	font-size:1.3em;
	font-weight:bold;
	letter-spacing:-.02em;
	color:#4171af;
	margin:5px 0px;
	padding-top:7px;
	border-bottom:dotted 1px #4171af; 
	margin-top:10px;
	}
h3{
	
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:-.03em;
	color:#6696cc;
	margin:5px 0px;
	
	}
h4{font-size: 1em; color:#2276C2;font-weight:bold;}
h5{font-size: 1em; font-weight:bold;}

p {margin:0px;}

.note{font-style:italic; color:#999; font-size:.9em; }
a:link, a:visited{color:#2276C2;}
a:hover{color:#393;}

