html, body
{
	font-family: "Trebuchet MS", arial, tahoma, verdana, helvetica, sans-serif;
	font-size: small;
	color: #000000;
	color: #2D405B;
	background-color: #EEF7FE;
	overflow: auto;
}

a, a:visited, a:link
{
	color: #09c;
	text-decoration: none;
}
a:hover
{
	color: #005D8F;
	text-decoration: underline;
}

p, th, td
{
	margin: 0px 0px 16px 0px;
	padding: 0px;
	line-height: 1.5em;
	text-align: justify;
	vertical-align: top;
}
p
{
	text-indent: 20px;
}

th
{
	color: #005D8F;
	text-align: right;
	padding-right: 10px;
}

#bread
{
	color: #0099FF;
	background-color: #E8F6FF;
	border: 1px solid #BDE4FF;
	padding: 3px;
	margin-bottom: 25px;
	font-family: verdana;
	font-size: 8pt;
	text-transform: capitalize;
}
#bread a, #bread a:visited, #bread a:link, #bread a:active
{
	color: #0099FF;
}
#bread a:hover
{
	color: #002D5F;
	text-decoration: none;
}
#bread ul
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	cursor: default;
}

#bread ul li
{
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}
#bread ul li.first
{
}
#bread ul li.selected
{
	color: black;
	font-weight: bold;
	cursor: arrow;
	cursor: default;
}
#bread ul li img
{
	vertical-align: bottom;
	margin-right: 5px;
}

div.tbl
{
	margin: 20px auto 20px auto;
	text-align: center;
}
table.tbl
{
	border-collapse: collapse;
	border: solid 2px black;
	width: 90%;
}
table.tbl thead tr
{
	background: white;
}
table.tbl tbody tr
{
	background: #CCFFFF;
}
table.tbl th, table.tbl td
{
	text-align: left;
	padding: 4px;
	border: solid 1px #4682B4;
}

div#footer
{
	clear: both;
	float: none;
	background-color: White;
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
div#footer div.hr
{
	overflow: hidden;
	width: 100%;
	height: 5px;
	border-top: solid 1px #E5E5E5;
}
div#footer div.text
{
	margin: 0px 5px 5px 5px;
	text-align: right;
	font-size: 8pt;
}

div#bread li
{
	margin-right: 20px;
}
#content
{
	margin: 10px 20px 0px 30px;
	padding: 0px 10px 0px 10px;
}

img
{
	border: none;
}

table.about
{
	border-collapse: collapse;
	border: none;
	width: 99%;
}
table.about td
{
	font-size: 9pt;
	vertical-align: top;
	text-align: justify;
}
table.about th
{
	font-size: 9pt;
	vertical-align: top;
	text-align: right;
}
table.about th div
{
	padding: 4px;
	margin: 8px 0px 8px 0px;
	border: solid 1px #AED4F0;
}
table.about th div img
{
	border: solid 1px black;
}
table.about td.spacer
{
	width: 40px;
}
