@charset "utf-8";
.tableBorderBlue {
	border: 1px solid #315A80;
}
.areaBorder {
	margin: 4px;
	padding: 4px;
}
li {
	padding-top: 6px;
	padding-bottom: 6px;
}

body {
	font-family: "MS Sans Serif", "MS Serif", Arial;
	font-size: 11pt;
}
h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #666666;
	text-decoration: underline;
}
a {
	color: #333333;
}
.rightBorder {
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-right-width: 1px;
}
.white {
	color: #FFFFFF;
}
.smallText {
	font-size: 10px;
}
.heading {
	color: #800000;
	font-size: 14pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
