@charset "utf-8";
/* CSS Document */
a {
	color: #10a6b5;
	text-decoration: underline;
}
a:hover {
	color: #4953ce;
}
h1 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
.Highlight {
	color: #41a618;
}
.Caption {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.break {
	border-top: 1px dotted #aeaeae;
	padding: 0px;
	margin: 20px 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.ImagePadRight { 
	float: right;
	margin-left: 30px;
}
.ImagePadLeft { 
	float: left;
	margin-right: 30px;
}
