body {
	font-family: Verdana;
	font-size: 12px;
	margin: 0px;
	font-style: normal;
	color: #000000;
	background-color: "#FDFCDE";
}
.mainTable {
	width: 780px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: 00034A;
}
td, p, div, span {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
.smallTxt {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}
input {
	font-family: Verdana;
	font-size: 12px;
}
input.long {
	width : 300px;
	font-family : Verdana;
	font-size : 12px;
}
.kopTxt {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #00034A;
}
.subKop {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #00034A;
}
.formErrorTxt {
	color : #FF0000;
	font-weight : bold;
}
.hoofdNav {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
}
.hoofdNavBG {
	font-family: Verdana;
}
.subNav {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
}
.radioBtn {
	width: 15px;
}
select {
	width: 300px;
}
select.plaats {
	width : 270px;
	font-family : Verdana;
	font-size : 12px;
}
select.sterrenteken {
	width : 200px;
	font-family : Verdana;
	font-size : 12px;
}
select.date {
	width: 97px;
}
textarea {
	width : 300px;
	height : 100px;
}
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: 00034A;
	border-right-color: 00034A;
	border-bottom-color: 00034A;
	border-left-color: 00034A;
	height: 1px;
}
hr.light {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: CCCCCC;
	border-right-color: CCCCCC;
	border-bottom-color: CCCCCC;
	border-left-color: CCCCCC;
	height: 1px;
}
.box300 {
	width: 300px;
}
.box100 {
	width: 100px;
}
.box275 {
	width: 275px;
}
.box20 {
	width: 20px;
}
.box35 {
	width: 35px;
}
.errorTxt {
	color: #FF0000;
}
.box200 {
	width: 200px;
}
.subMitBtn {
	width: 150px;
}
.hide {
visibility: hidden;
display: none;
}
.show {
visibility: visible;
display: block;
}
.error {
	width: 90%;
	color: #FF0000;
	background-color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #000000;
	padding: 10px;
	text-align: center;
}
