/* ***************** general styles ************************ */
body
{
	background-color: #FFFFFF;
	margin: 0px 0px 20px 0px;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
img {
	border: 0px;
}

a:link, a:visited, a:active  {
	color:#317B13;
	text-decoration: underline;
}
a:hover {
	color:#666666;
	text-decoration: underline;
}

.table-main {
	background-color: #FFFFFF;
	padding: 10px;
}


/* ***************** end general styles ************************ */

/* ***************** text styles ************************ */

h1 {
	font-family: Arial;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	margin: 6px 0px 0px 0px;
}

strong {
	color: #317B13;
}

ul.menu {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
li.menu {
	margin:0px;
	padding: 3px 0px 3px 0px;
}
/* ***************** end text styles ************************ */

/* ***************** menu styles ************************ */

td.menu {
	color: #558955;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: #F0F0F0;
	width: 180px;
	}

td.menu ul li {
	list-style: none;
	margin: 0px;
	padding: 5px 10px 10px 10px;
}
td.menu a:link, td.menu a:visited {
	color: #558955;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
td.menu a:hover {
	color: #558955;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
td.menu a.sub:link, td.menu a.sub:visited {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 15px;
	background: url(../images/green_bullet.gif) no-repeat left 3px;
}
td.menu a.sub:hover {
	color: #558955;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 15px;
	background: url(../images/green_bullet.gif) no-repeat left 3px;
}
/* ***************** end menu styles ************************ */

/* ***************** content area styles ************************ */

td.content {
	color: #333333;
	background: #FFFFFF;
	padding: 10px;
}

.bgDot {
	background-image: url(../images/dot_line.gif);
	background-repeat: repeat-x;
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-position: center;
}
/* ***************** end content area styles ************************ */

/* ***************** bottom area styles ************************ */

.td-botmenu {
	text-align: center;
	color: #EEEEEE;
	background-color: #999999;
	height: 20px;
	font-size: 11px;
}

.td-botmenu-grijs {
	text-align: center;
	color: #EEEEEE;
	background-color: #999999;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
}
.td-botmenu-groen {
	text-align: center;
	color: #EEEEEE;
	background-color: #317B13;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
}

.td-botmenu a:link, .td-botmenu a:visited, .td-botmenu a:active  {
	color:#EEEEEE;
	text-decoration: underline;
}

.td-botmenu a:hover{
	color:#EEEEEE;
	text-decoration: none;
}

/* ***************** end bottom area styles ************************ */
