/*		GENERAL		*/
body{
	margin:0; 
	padding:0;
	color: #032374;
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	}

a{
	text-decoration: underline;
	paddind: 0; margin:0;
	color: #00539f;
	}

	div{
		color: #00539f;
		margin-left: 1.2em;
		padding: 0 6 0 0;
		text-align:justify
	}
h1
		{
		font-size: 1.3em;
		font-weight: bold;
		color:#cd1119;
		}
		
h2
		{
		font-size: 1.2em;
		font-weight: bold;
		color:#cd1119;
		}
		
h3
		{
		font-size: 1.1em;
		font-weight: bold;
		color:#cd1119;
		}
		
h4
		{
		font-size: 1.1em;
		font-weight: bold;
		color:#4d74be;
		}
		
#articles {
		color: #032374;
		margin-left: 1.2em;
		padding: 0 6 0 0;
		text-align:justify;
		font-size: 12px;
		}
		
#title {
		color: #ffffff;
		margin-left: 1.2em;
		padding: 0 6 0 0;
		text-align:center;
		font-size: 12px;
		font-weight: bold;
		}
#form{
		font-weight: bold;
		color:#00539f;
		font-size: 13px;
		}
#Top li{
		display: inline;
		margin-right: 0.3em; 
		margin-left: 0.3em;
		font-weight: bold;
		font-size: 0.8em;
		text-transform: uppercase;
		}
		

#Top a{
		text-decoration: underline;
		color: #5f80c3;
		}
#Top a:hover{
		text-decoration: none;
		color: #5f80c3;
		background: #ffd67b;
		}

#navlinks li{
		border-right: 1px solid white;
		text-transform: uppercase;
		display: inline;
		margin-right: 0.3em; 
		margin-left: 0.3m;
		font-weight: bold;
		}
		
#navlinks a{
		text-decoration: none;
		color: #ffffff;
		}
#navlinks a:hover{
		text-decoration: none;
		color: #ffffff;
		background: #cd1119;
		}
li.active{
		background: #00539f; 
		}	
		
li.active2{
	background: #cd1119; 
}
		

#navlinks li.last {
	border-right: 0;
}

#navlinks li.first {
	border-left: -2em;
}

ol{
		font-size: 13px;
		margin: 0 0 0 0;
		}