body {
	background-color: white;
	color: black;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	height: 100%;
	width: 100%
	overflow: auto;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(16,73,126);
	background-color: transparent;
	font-size: 140%;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(16,73,126);
	background-color: transparent;
	font-size: 120%;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(16,73,126);
	background-color: #8fa1b3;
	border: 4px #8fa1b3 solid;
	font-size: 11pt;
}

div.sitemap {
	text-indent: 5px;
	text-align: left;
	background-color: #8fa1b3;
	border: 1px rgb(16,73,126) groove;
	font-size: 8pt;
	font-width: bold;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: rgb(16,73,126);
	font-weight: normal;
	font-size: 10pt;
}

p.smalltext
{
	font-size: 8pt;
}

p.caption
{
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
}

p.sitemap
{
	margin-left: 35px;
	text-align: left;
	font-size; 8pt;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: black;
	font-size: 10pt;
	font-weight: normal;
}

td.pagebody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: black;
	font-size: 8pt;
	font-weight: normal;
	height: 10pt;
}

table.pagebody {
	border-bottom: 1px solid black;
}

td.businesscard {
	border-left: 1px solid rgb(238,243,251);
	border-top: 1px solid rgb(238,243,251);
	border-right: 1px solid rgb(143,161,179);
	border-bottom: 1px solid rgb(143,161,179);
	background-color: white;
	text-align: center;			// Yes, one is middle and one is center. (?)
	vertical-align: middle;
}

td.leftbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: rgb(102,153,204);
	color: white;
	font-size: 8pt;
	border-left: 1px solid rgb(16,73,126);
	border-right: 1px solid rgb(16,73,126);
}

ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	font-weight: normal;
	color: black;
	list-style-position: outside;
	list-style-type: disc; 
	color: rgb(16,73,126) 
}
ol li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	font-weight: normal;
	color: black;
	list-style-position: outside;
	list-style-type: number; 
	color: rgb(16,73,126) 
}
ul li.pro {
	list-style-image: url(images/bullet_pro.gif);
}

ul
{
	list-style-position: outside;
	list-style-type: disc; 
	color: #000000 
}

li.con {
	list-style-image: url(images/bullet_con.gif);
}

ol.smalltext
{
	font-size: 8pt;
}

ol.withroman {
	list-style-type: lower-roman 
}

td li {
	text-align: left;
}

ul li {
	list-style-position: outside;
	list-style-type: disc; 
	color: rgb(16,73,126); 
}

span.currentpage {
	color: rgb(16,73,126);
	font-weight: bold;
}

a {
	color: midnightblue;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a img {
	border-color: black;
}

a:hover {
	color: steelblue;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: midnightblue;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}

a:visited:hover {
	color: steelblue;
	text-decoration: underline;
	font-weight: bold;
}

a.leftbar {
	color: white;
	background-color: transparent;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	text-size: 8pt;
}

a.leftbar:visited {
	color: white;
	background-color: transparent;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
}

a.leftbar:hover {
	background-color: transparent;
	margin: 1px solid rgb(16,73,126);
	color: white;
	font-weight: bold;
}

a.leftbar:visited:hover {
	background-color: transparent;
	margin: 1px solid rgb(16,73,126);
	color: white;
	font-weight: bold;
}

a.sitemap{
	color: rgb(143,161,179);
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
}.insettable {
	border: thin inset;
}
.error{
	color: red;
	font-weight: bold;
}