body, td {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

p { font-weight: normal; font-style: normal; font-variant: normal; line-height: 14px; margin-top: 10px; text-align: left; }	

h3 {
	letter-spacing: 1px;
	margin-bottom: 0;
	color: #666666;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 10px;
}

#main {
	height: 500px;
	padding-left: 40px;
}

.presentpage, a.presentpage, a.presentpage:link, a.presentpage:active, a.presentpage:visited, a.presentpage:hover {
	color: #CC0000;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #CC0000;
}

div.submenu  A { text-decoration: none; font-size: 14px; line-height: 20px;}
div.submenu  A:link { text-decoration: none; }
div.submenu  A:hover { text-decoration: underline; color: #AD2120;}
div.submenu  A:active { text-decoration: underline; color: #AD2120;}
div.submenu  A:visited { text-decoration: none;}

a:link { font-weight: normal; color: #000000; text-decoration: underline; }
a:hover, a:active { text-decoration: underline; color: #000000; }
a:visited{ font-weight: normal; color: #000000; text-decoration: underline; }

.box {
	border: 1px solid #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
}


/* Training aanmeld formulier */
table.aanmelding {
	border-width: 1px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.aanmelding th {
	border-width: 1px;
	padding: 2px 5px 2px 5px;
	border-style: none;
	border-color: gray;
	background-color: #DDDDDD;
}
table.aanmelding td {
	border-width: 1px;
	padding: 5px;
	border-style: none;
	border-color: gray;
	background-color: white;
}
