body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 121%;
	background-color: #F4F4EF;
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
}
th {
	font-weight: bold;
	vertical-align:top;
}
td {
	vertical-align:top;
}
pre {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
}
code {
	font-size: 8px;
}
samp {
	font-size: 8px;
}
h1 {
	font-size: 22px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
h6 {
	font-size: 8px;
	font-weight: bold;
}
dt {
	font-weight: bold;
}
a:link {
	color: #084A63;
	text-decoration: none;
}
a:visited {
	color: #084A63;
	text-decoration: none;
}
a:hover {
	color: #993316;
	text-decoration: underline;
}
a:active {
	color: #27454D;
	text-decoration: none;
}
.leftsidebar, .leftsidebar a {
	font-size: 14px;
}
.leftsidebar-sm, .leftsidebar-sm a {
	font-size: 11px;
}
.telatable {
	border-top: #0F9D94;
	border-right: #0F9D94;
	border-bottom: #0F9D94;
	border-left: #0F9D94;
	line-height: 120%;
}
.pnewpage {
	color:000000;
	line-height:11px;
	font: normal 9px;
	page-break-before: always;
}
.teal {
	background-color: #0F9D94;
}
.tealfg {
	color: #084A63;
}
.tan {
	background-color: #FADD9A
}
.telamain {
	border-top: none;
	border-left: 1px solid #0F9D94;
	border-right: 1px solid #0F9D94;
	border-bottom: 1px solid #0F9D94;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-khtml-border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.plaqtable {
	border-top: 1px solid #993316;
	border-left: none;
	border-right: 1px solid #993316;
	border-bottom: none;
	-moz-border-radius: 2px;
	-webkit-border-bottom-radius: 2px;
	-khtml-border-bottom-radius: 2px;
	border-bottom-radius: 2px;
	margin-bottom: 4px;
	padding: 4px;
	width: 90%;
}
.plaqtable th, .plaqtable td {
	padding: 4px;
}