.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #FF0000;
	font-weight: normal;
	text-align: left;
}
.bodytextbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #FF0000;
	font-weight: 500;
	text-align: left;
}
.bodytextitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: 14px;
	color: #FF0000;
	font-weight: 400;
	text-align: left;
}

.bodytextunderlined a:visited, .horizontal-menu a:active, .horizontal-menu a:link {
	color: #FFFFFF;
	text-decoration: none;
} 

.bodytextunderlined a:hover {
	font-weight: 500;
	color: #FF0000;
	text-decoration: none;
}

/* start code added by Kor Dwarshuis  */

.whitetext a:visited, .whitetext a:active, .whitetext a:link {
	color: #FF0000;
	text-decoration: none;
} 

.whitetext a:hover {
	font-weight: 400;
	color: #FF0000;
	text-decoration: none;
}
.captionphotos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	color: #000000;
}
.titlecaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 13px;
	font-weight: 400;
	color: #000000; 
}



/* everything below is added by Kor Dwarshuis */

table.whiteborder {
border: 2px solid #fff;
}

table.lineleft {
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 2px solid #fff;
}

table.linebottom {
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 2px solid #fff;
	border-left: 0px solid;
}

table.linetop {
	border-top: 2px solid #fff;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
}

table.linetopbottom {
	border-top: 2px solid #fff;
	border-right: 0px solid;
	border-bottom: 2px solid #fff;
	border-left: 0px solid;
}
	
td.lineleftbottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	color: #000000;
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}

td.linealeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	color: #000000;
	border-top: 0px solid;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 2px solid #fff;
}

body {
	background-color: #f5f21f;
}

body,td,th {
	font-size: 11px;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

/* this is about the links in de vertical menu in the files that start with a number */

.horizontal-menu-active-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #FF0000;
	font-weight: normal;
	text-align: left;
	list-style-type: circle;
}


.horizontal-menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: 500;
	color: #FFFFFF;
	
}


.horizontal-menu a:visited, .horizontal-menu a:active, .horizontal-menu a:link {
	color: #FFFFFF;
	text-decoration: none;
} 

.horizontal-menu a:hover {
	font-weight: 500;
	color: #FF0000;
	text-decoration: none;
}

/* links vertical menu qba-musica D. Ojeda */

.vertical-menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: 500;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 15px;	
}

.vertical-menu a:visited, .vertical-menu a:active, .vertical-menu a:link {
	color: #FFFFFF;
	text-decoration: none;
} 

.vertical-menu a:hover {
	font-weight: 500;
	color: #FF0000;
	text-decoration: none;
}

/* links menu principal D. Ojeda */

.menu-principal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-weight: 400;
	color: #FFFFFF;
	
}

.menu-principal a:visited, .menu-principal a:active, .menu-principal a:link {
	color: #FFFFFF;
	text-decoration: none;
} 

.menu-principal a:hover {
	font-weight: 400;
	color: #FF0000;
	text-decoration: none;
}

/* this is to get rid of the scroll bar, you can adjust the height and the width of the text. I think it is a bit too high now because it is laid over the white lines below 

the table cells have the following heights (see html file):
6
13
5
-----------
13
153       -------this is the height of the container (434)
117
151
-----------

*/
.text-container {
	height: 414px; /* table cell height is 434*/
	width: 300px;
	overflow: auto;
	padding: 10px;
}


.blacktext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #000000;
}
.titlebody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
	font-weight: 400;
}
.titlebody-gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	font-variant: normal;
	color: #333333;
	text-decoration: none;
	font-weight: 400;
}
table.whitebackground {
    border: 0px;
}
td.space {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	color: #F00;
	font-weight: normal;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 15px;
	border: 0px;
	background-color: #FFF;
}
td.menu {
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 15px;
	border: 0px;
}
td.image {
    cellspacing="10" 
	cellpadding="1"
    text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 15px;
	border: 0px;
}
td.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	color: #000;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 15px;
	border: 0px;
	background-color: #FFF;
}
