.borderedtable {
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
}
.bottomborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.blackrightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
