@charset "utf-8";
/* CSS Document */


p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-left: 20px;
	background-color: #ddeff2;
	background-repeat: repeat;
	margin-right: 35px;
}
.titletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #ddeff2;
	text-transform: capitalize;
}
.textindent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #ddeff2;
}
.textbullets {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: left;
	text-indent: 20px;
	background-color: #ddeff2;
	list-style-position: inside;
	list-style-type: circle;
}
.imagealignleft {
	margin-left: 20px;
}
a.svc:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #3D505A;
	margin-left: 20px;
}
a.svc:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #3D505A;
	margin-left: 20px;
}
a.svc:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #3D505A;
	margin-left: 20px;
}
a.svc:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #3D505A;
	margin-left: 20px;
}
