*
{
    font-family: "Helvetica";
    font-size: 12px;
    color: #3f636c;
}
html
{
	overflow-y: scroll;
}
body
{
    margin: 0px;
    background-color: #ffffff;
}
a
{
    color: #e67b13;
	text-decoration: none;
}
a:hover
{
    color: #e67b13;
	text-decoration: underline;
}
a.menu
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
a.menusel
{
	color: #e67b13;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a.menu:hover, a.menusel:hover
{
	text-decoration: underline;
}
a.submenu
{
    color: #FFFFFF;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
}
a.submenusel
{
    color: #e67b13;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
}
a.submenu:hover, a.submenusel:hover
{
    text-decoration: underline;
}
a.faqquestion
{

}
span.answer {
display: none;
padding: 5px 12px;
}
hr.streep
{
	height: 1px;
	width: 100%;
	border-top:1px #CCCCCC dashed;
}
h1
{
    font-size: 16px;
    font-weight: bold;
    color: #3f636c;
}

ul.submenu li
{
    color: #FFFFFF;
	list-style: disc outside;
    font-size: 11px;
    text-indent: -10px;
}
.menuadres
{
    color: #666600;
    text-decoration: none;
    font-size: 10px;
    font-family: "Helvetica";
}
.absmiddle
{
  vertical-align: middle;
}
.border
{
    border: solid black 1px;
}
.noborder
{
    border: 0;
}
