body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin: 0px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #0555CE;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 6px;
	margin-left: 30px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0555CE;
	margin-top: 12px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 30px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0555CE;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #555555;
	margin-top: 6px;
	margin-right: 50px;
	margin-bottom: 18px;
	margin-left: 30px;
	line-height: 20px;
}
.rightside {
	float: right;
	margin-top: 6px;
	margin-right: 50px;
	margin-bottom: 6px;
	margin-left: 16px;
	display: block;
}
.bold-blue {
	font-size: 14px;
	font-weight: bold;
	color: #0555CE;
}
a:link {
	font-weight: bold;
	color: #0555CE;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #0555CE;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #C00;
	text-decoration: none;
}
