body
{
	background-color: #FFFFFF;
}

td.bodyline
{
	background-color: white;
	border: 1px solid #005A9B;
}

td
{
	color: #005A9B;
	font-family: Arial;
	font-size: 8pt;
}

td.textcontent
{
	padding-top:30px;
	background-image:url("../images/watermerk.png");
	background-repeat:no-repeat;
	background-position:center;
}

td.menuitem
{
	color: #005A9B;
	font-family: Arial;
	font-size: 8.5pt;
	font-weight: bold;
	cursor: pointer;
}

ul
{
	color: #005A9B;
	font-family: Arial;
	font-size: 8pt;
	position: relative;
	left:-20px;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url("../images/bullet.jpg");
}

a
{
	color: #005A9B;
	font-family: Arial;
	font-size: 8pt;
	text-decoration:underline;
	cursor:pointer;
}

p
{
	color: #005A9B;
	padding-left: 2px;
	padding-right: 2px;
	font-family: Arial;
	font-size: 8.5pt;
}

p.bold
{
	color: #005A9B;
	padding-left: 2px;
	padding-right: 2px;
	font-family: Arial;
	font-size: 8.5pt;
	font-weight:bold;
}

p.pagefooter
{
	color: #005A9B;
	font-family: Arial;
	font-size: 8pt;
}

h1
{
	color: #005A9B;
	font-family: Arial;
	font-size: 10pt;
}

h2
{
	color: #005A9B;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
}

body.scrollable
{
	overflow:auto;
	scrollbar-3dlight-color:#005A9B;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #89B7D6;
	scrollbar-darkshadow-color: #005A9B;
	scrollbar-track-color:#89B7D6;
}

input.checkbox
{
	border: 1px solid #646464;
	background-color:transparent;
	color: #646464;
	width:15px;
	height:15px;
}

input.radio
{
	border: 1px solid #646464;
	background-color:transparent;
	color: #646464;
	width:15px;
	height:15px;
}

input.textfield
{
	background-color:transparent;
	border-style:solid;
	border-width:1px;
	border-color:#005A9B;
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	color:#005A9B;
	cursor:text;
	height:16px;
}

input.button
{
	background-color:transparent;
	border:1px solid #005A9B;
	font-family: Arial;
	font-size:8.5pt;
	font-weight:bold;
	color:#005A9B;
	cursor:hand;
}

textarea
{
	background-color:transparent;
	border-style:solid;
	border-width:1px;
	border-color:#005A9B;
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	color:#005A9B;
	cursor:text;
}

select
{
	background-color:#e1e1e1;
	border:1px solid #646464;
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	color:#646464;
	height:16px;
}