* {
	font-family: Arial, Helvetica, sans-serif;
}

select {
	font-size: 11px;
	color : #5A3D1B;
}

input {
	font-size: 11px;
	color : #5A3D1B;
}

textarea {
	font-size: 11px;
	color : #5A3D1B;
}

table.mainMenu a {
	font-size: 12px;
	color : #002C5D;
	text-decoration:none;
}

table.mainMenu a:hover {
	font-size: 12px;
	color : #000000;
	text-decoration:underline;
}

table.content {
	font-size: 12px;
	color : #FFFFFF;
}

table.topcontent {
	font-size: 12px;
	color : #FFFFFF;
}
table.topcontent ul {
  margin-left: 1em;
  padding-left: 0;
}

table.topcontent li {
	list-style: none;
	list-style-image: url(/public/templates/gfx/vink.gif);
}

a {
	font-size: 12px;
	color : #002C5D;
	
}

a:hover {
	font-size: 12px;
	color : #000000;
	text-decoration:none;
}


ul{
	line-height: normal;
}

li {
	font-size: 12px;
	line-height: normal;
}

table.contentMain {
	font-size: 12px;
	color : #002C5D;
}

table.contentMain h1{
	display:inline;
	font-size: 16px;
	color: #002C5D;
}

table.form {
	color : #FFFFFF;
	font-size: 12px;
}

table.form td {
	color : #FFFFFF;
	text-align: right;
}

.footer {
	color: #002C5D;
}

.footer a {
	font-size: 12px;
	color: #66809E;
	text-decoration:none;
}

div.dropdown {
	width: 190px;
	height: 16px;
    cursor: pointer;
	color: #002C5D;
	border: 1px solid #002C5D;
	background-image: url(/public/templates/gfx/123dropdown.gif);
	background-position: right;
	background-repeat: no-repeat;
	font-size: 10px;
	text-align: left;
	vertical-align: middle;
}

#dropdownMenu {
	color: #66809E;
	font-size: 10px;
	display: none; 
	position: absolute;
	overflow-y: scroll;
	overflow-x: none;
	height:200px;
	width:190px;
	background-color:white;	
	border-left: 1px solid #66809E;
	border-right: 1px solid #66809E;
	border-bottom: 1px solid #66809E;
	scrollbar-3dlight-color: #002C5D;
	scrollbar-face-color:  #002C5D;
	scrollbar-base-color: #002C5D;
	scrollbar-darkshadow-color: #002C5D;
	scrollbar-arrow-color: #FFFFFF;
}

table.formulier {
	width: 600px;
	color: #FFFFFF;
   	font-size: 13px;
	padding: 4px;
	spacing: 4px;
}

.label {
	text-align: right;

}

table.formulier select {
	font-size: 12px;
	color : #5A3D1B;
	scrollbar-3dlight-color: #BE93A9;
	scrollbar-face-color:  #BE93A9;
	scrollbar-base-color: #5A3D1B;
	scrollbar-darkshadow-color: #5A3D1B;
	scrollbar-arrow-color: #FFFFFF;
}

table.formulier input {
	font-size: 12px;
	color : #5A3D1B;
}

table.formulier h1 {
	color: #FFFFFF;
   	font-size: 14px;
   	font-weight: bold;
    height: 15px;
   	text-align: left;
}

table.contactform {
	color: #5A3D1B;
   	font-size: 13px;
	padding: 4px;
	spacing: 4px;
}

table.contactform td {
	color: #5A3D1B;
}

table.contactform h1 {
	color: #5A3D1B;
   	font-size: 14px;
   	font-weight: bold;
    height: 15px;
   	text-align: left;
}

table.footer a {
	font-size: 12px;
	color : #5A3D1B;
	text-decoration:none;
}

table.footer a:hover {
	font-size: 12px;
	color : #000000;
	text-decoration:underline;
}

h1.formHeader {
	margin-left: 40px;
	margin-top: 5px;
	text-align:left;
	color : #FFFFFF;
}
