@charset "utf-8";
.tablestyle {
	border-top-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #003366;
	border-bottom-color: #003366;
	border-bottom-width: 5px;
	background-color: #FFFFFF;
}
.heading {
	font-family: Tahoma;
	font-size: large;
	font-style: oblique;
	color: #003366;
	font-weight: 900;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003366;
}
.picborder {
	border: thin solid #92BEFF;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}
