table.mainTable {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #850202;
	background-color: #FFFFFF;
	border-left-color: #850202;
	height: 100%;
}
table.subMenu {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #850202;
}
td.subMenu {
	text-align:right;
	background-color:#ECF3F7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #850202;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
table.formulier {
	width: 450px;
	background-color: #FFFFFF;
	border: 1px solid #850202;
	margin: 30px 12px 0px 12px;
}

/*  rounded corners  */
#mainBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:	#000000;
	background-color:	transparent;
	margin: 0 0px 5px 0;
}
#bottomBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:	#FFFFFF;
	background-color:	transparent;
	margin: 0px 5px 3px 5px;
	text-align: center;
}
.bottomline {
	height:1px;
	overflow: hidden;
	background-color: #067AC1;
	border-right: 1px solid #850202;
	border-left: 1px solid #850202;
}
.roundborder {
	height:1px;
	overflow: hidden;
	background-color: #ECF3F7;
	border-right: 1px solid #850202;
	border-left: 1px solid #850202;
}
.c1 {
	margin: 0 8px 0 8px;
	border: none;
	background-color: #850202;
}
.c2 {
	margin: 0 6px;
	border-width: 0 2px;
}
.c3 {
	margin: 0 4px;
	border-width: 0 2px;
}
.c4 {
	margin: 0 3px 0 3px;
}
.c5 {
	margin: 0 2px 0 2px;
	height: 2px;/*	background-color: #00FFFF;*/
}
.c6 {
	margin: 0 1px 0 1px;
	height: 2px;
}
.c7 {
	margin: 0 0px 0 0px;
}
.content {
	height: auto;
	padding: 0 5px;
}
.bottomContent {
	height: auto;
	padding: 0 15px;
	align:center;
	color:#FFFFFF;
	font-size:10px;
}
.newsContent {
	height: auto;
	padding: 0 5px;
	align:center;
}

/* EIND rounded corners */
