@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 4px;
}

.tableBorder {
	border: 1px solid #000066;
	margin: 0px;
	padding: 0px;
}

.RedBold {
	font-weight: bold;
	color: #990000;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
.areaBorder {
	margin: 4px;
	padding: 4px;
}
.rightSideBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000066;
}
.bottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
a {
	color: #000066;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.headerUnderlined {
	font-family: "MS Sans Serif", "MS Serif", Arial;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
}

.white {
	color: #FFFFFF;
}
.testimonies {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
