/* CSS Document */

/* Text Styles */
.titlesmall {
	color: #3C65D8;
	font-size: 1em;
	font-weight: bold;
}
.titlesmall-white {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}
/*hr {
	border: 0;
	color: #3C65D8;
	background-color: #3C65D8;
	height: 2px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
}*/
a:link {
	color: #3C65D8;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #3C65D8;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA715;
	font-weight: bold;
	text-decoration: none;
}
