a {
	text-decoration: underline;
	color: #3834B2;
	font-weight: bold;
}

a:visited {
	text-decoration: underline;
	color: #3834B2;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #3834B2;
	font-weight: bold;
}

p,div,span,ul,ol,li,td,tr,tbody,thead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #3B3B3B;
	text-align: justify;
}

img {
	border: 0px;
}

h1,h2,h3,h4,h5 {
	color: #005485;
}

hr {
	margin-top: 20px;
}