a
{
	onClick: this.blur()
}

a:link, a:visited, a:active
{
	color: #003366;
	font-weight: bold;
}

a:hover
{
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}


a.NavLink:link, a.NavLink:visited, a.NavLink:active, a.NavLink:hover
{
	font-size: 80%;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

td.NavLink
{
	text-align: center;
	background-color: none;
	border-left: 1px solid #a5cbed;
	cursor: hand;
}

td.NavLinkOver
{
	text-align: center;
	background-color: #315496;
	border-left: 1px solid #a5cbed;
	cursor: hand;
}

td.NavLinkOpen
{
	text-align: center;
	background-color: #003366;
	border-left: 1px solid #a5cbed;
	cursor: hand;
}

div.dotted_right
{
	background-repeat: repeat-y;
	background-image:url(./line_vertical.gif);
	position: relative;
	background-position: right;
	background-color: #ffffff;
}

div.dotted_left
{
	background-repeat: repeat-y;
	background-image:url(./line_vertical.gif);
	background-color: #ffffff;
}

div.dotted_top
{
	background-repeat: repeat-x;
	background-image:url(./line_horizontal.gif);
	background-color: #ffffff;
}

body
{
	font-family: Arial;
	margin: 0px;
	font-size: 70%;
}


td.text
{	
	padding: 12px;
	color: #003366;
	text-align: justify;
	font-size: 80%;
	line-height: 20px;
}

td.text_small
{
	padding: 12px;
	color: #003366;
	text-align: justify;
	font-size: 70%;
}

body .line
{
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 0px;
	width: 100%;
	background-image: url(./line_horizontal.gif);
	background-repeat: repeat-x;
}

body .lineLeftFrame
{
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 0px;
	width: 154px;
	background-image: url(./line_horizontal.gif);
	background-repeat: repeat-x;
}

body .lineRightFrame
{
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 1px;
	width: 153px;
	background-image: url(./line_horizontal.gif);
	background-repeat: repeat-x;
}

textarea
{
	font-family: arial;
	font-size: 110%;
}

td.aanvraag
{
	background-color:#ffffff;
	color: #003366;
	font-size: 70%;
	line-height: 20px;
	vertical-align: top;
	text-align: justify;
}
