body, textarea
{
	background-repeat: no-repeat;
	background-attachment: fixed;

	scrollbar-base-color:#0000AF;
	scrollbar-arrow-color:#CCCCCC;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
}

body, table
{
	font-size:10px;
	font-family:Verdana, Arial;
}

th
{
	font-size:10px;
	font-family:Verdana, Arial;
	color:#000000;
}

a:link { text-decoration:underline; color:#000000; background:none; }
a:visited { text-decoration:underline; color:#000000; background:none; }
a:hover { text-decoration:none; color:#000000; background:none; }
a:active { text-decoration:underline; color:#000000; background:none; }

a.navi_middle:link { text-decoration:none; color:#000000; background:none; }
a.navi_middle:visited { text-decoration:none; color:#000000; background:none; }
a.navi_middle:hover { text-decoration:none; color:#0000AF; background:none; }
a.navi_middle:active { text-decoration:none; color:#000000; background:none; }

a.navi_inside:link { text-decoration:none; color:#FFFFFF; background:none; }
a.navi_inside:visited { text-decoration:none; color:#FFFFFF; background:none; }
a.navi_inside:hover { text-decoration:underline; color:#FFFFFF; background:none; }
a.navi_inside:active { text-decoration:none; color:#FFFFFF; background:none; }

a.file_info:link { text-decoration:none; color:#0000AF; background:none; }
a.file_info:visited { text-decoration:none; color:#0000AF; background:none; }
a.file_info:hover { text-decoration:underline; color:#0000AF; background:none; }
a.file_info:active { text-decoration:none; color:#0000AF; background:none; }

select, input, textarea {
	font-family:Verdana, Arial;
	font-size:10px;
	background-color:#FFFFFF;
	border-color:#808080;
	border-width:1px;
	border-style:solid
	}

.checkbox {
	border-width:0px;
	border-style:solid
	}

.border {
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	}

.borderb {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
	}

.bordert {
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#000000;
	}


.borderl {
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#000000;
	}

.hr
	{
	height:1px;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	}


.headline
{
	color:#FFFFFF;
	background:#0000AF;
	text-align:center;
}

.blueback
{
	color:#FFFFFF;
	background:#0000AF;
	text-align:center;
}

.redback
{
	color:#FFFFFF;
	background:#FF0000;
	text-align:center;
}

.file_info
{
	font-weight:bold;
	font-style:italic;
	color:#0000AF;
}

