body {
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	background-color: #263660;
}
tr, td {
	background-color: white;
}
a.univ {
	color: #900;
}
div.high {
	color: #336;
	border: thin solid #f60;
	padding: 10px;
	margin: 10px;
}
div.mainMenuHolder {
	border: none;
	height: 100%;
	width: 158px;
	margin: 0;
	padding: 0;
}
div.submenuHolder {
	width: 210px;
	height: 100%;
	border: none;
	margin: 0;
	padding: 0;
}
div.contentHolder {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}
div.spacerTop {
	height: 50px;
	width: 50px;
	border: 0;
	margin: 0;
	padding: 0;
}
.mainMenuHolder a, .submenuHolder a {
	display: block;
	color: Gray;
	text-decoration: none;
	background: White;
	height: 24px;
	border-left: none;
	border-bottom: none;
	border-top: 1px solid #CCC;
	border-right: none;
	padding: 1px 0 0 18px;
	font-size: 95%;
}
.mainMenuHolder a:hover {
	background: transparent url(../images/star.png) no-repeat;
	color: #000;
}
.mainMenuHolder a#selected, 
.mainMenuHolder a:hover#selected, 
.mainMenuHolder a:visited#selected  {
	font-weight: bold;
	background: transparent url(../images/star.png) no-repeat;
	color: #000;
}
.submenuHolder a {
	border-top: 1px solid #FFF;
	font-size: 95%;
}
.submenuHolder a:hover {
	color: #C93;
}
.submenuHolder a#selected, 
.submenuHolder a:hover#selected, 
.submenuHolder a:visited#selected  {
	color: #C93;
	text-decoration: underline;
	font-weight: bold;
}
div.spacerBottomSubMenu, div.spacerBottomMenu {
	height: 100px;
	border: 0;
	margin: 0;
	padding: 0;
}
div.spacerBottomMenu {
	width: 158px;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-top: 1px solid #CCC;
}
div.spacerBottomSubMenu {
	width: 210px;
	border: none;
}
div.pageTitle {
	background-color: Aqua;
	width: 95%;
	height: 24px;
	margin: -1px 0 0 30px;
	padding: 0 5px 0 0;
	font-size: 120%;
	background: url(../images/bkg_title.png) repeat-x right;
}
span.titleInner {
	padding: 0;
	margin: 0;
	background: White;
	font-weight: bold;
}
div.pageContent {
	width: 100%;
	height: 100%;
	margin: 0 0 0 30px;
	padding: 20px 5px 0 0;
	font-size: 95%;
}
div.spacerContentBottom {
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 0;
}




/* Application Form */


.ApplicationForm
{
	font-family: Verdana, Georgia;	
	font-size: 10pt;
	background-color: white;
	padding: 5px;
	width: 1000px;
	margin: 5px auto;
}

.tbl
{
	width: 1000px;
	background-color: white;
	padding: 2px;
	margin: 0px auto;
	border: solid 1px #263660;
	
	
}

.h1
{
	font-family: Georgia;	
	font-size: 18px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 10px;
	
}
.h2
{
	font-family: Georgia;	
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 10px;
}

.row
{
	background-color: #eeeeee;	
	height: 23px;
}


.header
{
	font-family: Georgia;	
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 10px;
}

.marg
{
	margin-left: 150px;
	margin-right: 30px;	
}

.lblinvoer
{
	font-style: italic;
	height: 23px;
	vertical-align: middle;
	margin-left: 15px;
}

.btn
{
	border: solid 1px #263660;
}