html,body{margin:0;padding:0;}
body {
	font-size: 95%;
	font-family: Verdana, Arial, Tahoma;
	color: #3B6B9E;
}
.content h3 {
	margin:0;
	padding:0;
	padding-bottom:10px;
	background:url(images/divider.png) bottom right repeat-x;
	text-align:center;
}

a:link, a:visited {
	text-decoration:underline;
	/*color: #1B2B4E;*/
	color: navy;
}

a:hover, a:focus {
	text-decoration:none;
	color: #2B4B6E;
	/*color: #3B6B9E;*/
}

p, .article p {
	text-indent: 20px;
	margin:0;
	margin-bottom:10px;
	padding:0;
	text-align:justify !important;
}
