/* MAIN PAGE COMPONENTS */

body
{
	background-color: #A5BAD6;
	font-family: Tahoma, Arial, Helv;
	font-size: 8pt;
}

table.bodywrapper
{
	background-color: #FFFFFF;
	border: 1px solid #7B92BD;
	width: 800px;
}

td.header
{
	background: #FFFFFF;
	border-bottom: 3px solid #7B92BD;
	padding: 0px;
}

td.mainbody
{
	background-color: #FFFFFF;
	padding: 5px 10px 5px 20px;
	vertical-align: top;
	width: 650px;
}

td.copyright
{
	background-color: #7B92BD;
	padding: 4px;
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helv;
	font-size: 8pt;
	text-align: center;
}

img.headbar
{
	margin: 0px;
}

/* MENUBAR ELEMENTS */

td.menubar
{
	background-color: #DEE7EF;
	border-right: 1px solid #CED3DE;
	width: 150px;
	padding: 0px;
	vertical-align: top;
}

td.menubar2
{
	background-color: #DEE7EF;
	border-right: 1px solid #CED3DE;
	width: 150px;
	padding: 0px;
	vertical-align: bottom;
}

a.menulink
{
	display: block;
	padding: 5px 5px 5px 5px;
	font-size: 8pt;
	text-decoration: none;
	text-align: right;
	color: #000000;
	border-bottom: 1px solid #FFFFFF;
}

a.menulink:hover
{
	background-color: #CED3DE;
	text-decoration: none;
}

a.menulinksel
{
	background-color: #CED3DE;
	display: block;
	padding: 5px 5px 5px 5px;
	font-size: 8pt;
	text-decoration: none;
	text-align: right;
	color: #000000;
	border-bottom: 1px solid #FFFFFF;
}

a.menulinksel:hover
{
	background-color: #CED3DE;
	text-decoration: none;
}

/* GENERAL FORMATTING */

img
{
	border: 0px;
}

div.bodytext
{
	display: block;
	text-align: justify;
	font-family: Tahoma, Arial, Helv;
	font-size: 8pt;
	font-weight: normal;
	margin-bottom: 10px;
}

div.moreinfo
{
	font-family: Tahoma, Arial, Helv;
	font-size: 8pt;
	text-align: right;
}

h1
{
	font-family: Tahoma, Arial, Helv;
	font-size: 8pt;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 10px -10px;
	border-bottom: 1px solid #CED3DE;
	color: #00186B;
}

input,select
{
	font-family: Tahoma, Arial, Helv;
	font-size: 8pt;
}

a
{
	color: #00186B;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

ul
{
	font-size: 8pt;
}

li
{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
}

div.imageframe
{
	height: 500px;
	border: 1px dotted #ACACAC;
	background: #F9F9F9;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

div.imagesubtitle
{
	text-align: center;
	font-size: 8pt;
	margin-top: 5px;
	margin-bottom: 15px;
}

div.imageselectionbar
{
	text-align: center;
	font-size: 8pt;
	margin-top: 5px;
	margin-bottom: 15px;
	background-color: #DEE7EF;
	border: 1px solid #7B92BD;
	padding: 5px;
}