body {
	background-color: #7C8CD0;
	margin-top: 25px;
}
table#mainTable {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 765px;
	background-color: #FFFFFF;
	text-align: left;
}
table#mainTable td#topLeft {
	background-image: url(../images/topLeftCorner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 14px;
	width: 14px;
}
table#mainTable td#topRight {
	background-image: url(../images/topRightCorner.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
	height: 14px;
	width: 14px;
}
table#mainTable td#bottomLeft {
	background-image: url(../images/bottomLeftCorner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	height: 14px;
	width: 14px;
}
table#mainTable td#bottomRight {
	background-image: url(../images/bottomRightCorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px;
	height: 14px;
	width: 14px;
}
#mainTable td#topSide {
	background-image: url(../images/topSide.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#mainTable td#rightSide {
	background-image: url(../images/rightSide.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#mainTable td#bottomSide {
	background-image: url(../images/bottomSide.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#mainTable td#leftSide {
	background-image: url(../images/leftSide.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
td#sunLogo {
	text-align: right;
	vertical-align: top;
	width: 50%;
}
td#sub3Logo {
	text-align: left;
	vertical-align: top;
	width: 50%;
}
td#content {
	padding: 20px;
	vertical-align: top;
}
p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 2px;
	margin-bottom: 10px;
	line-height: 16px;
}
ul {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-left: 9px;
	padding-left: 9px;
}
li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
p.heading1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F74F1F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7C8CD0;
	font-weight: bold;
	padding-bottom: 5px;
	font-style: italic;
	line-height: 16px;
	margin-top: 18px;
	margin-bottom: 10px;
}
span.highlight1 {
	font-weight: bold;
	color: #F74F1F;
}
p.heading2, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #224FA2;
	line-height: 16px;
	margin-top: 12px;
	margin-bottom: 2px;
}
.smallItalic {
	font-size: 9px;
	font-style: italic;
}
.copyright {
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 15px;
}
p.copyright a {
	color: #FFFFFF;
	text-decoration: none;
}
p.copyright a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC5C3A;
	background-color: #EFB97D;
	padding: 10px;
	width: 153px;
	margin-left: 15px;
	border: 1px solid #EC703F;
	float: right;
	line-height: 18px;
}
.testimonial2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3E65AD;
	background-color: #CCD7EF;
	padding: 10px;
	width: 153px;
	margin-left: 15px;
	border: 1px solid #66F;
	float: right;
	line-height: 18px;
}