/* algemeen */
html {
  font-family: "Times CE","Times", "Times New Roman" sans-serif;
  height: 100%;
	margin: 0;
	padding: 0;
}

body {
  height: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  background-color: #FFFFFF;
  color: #293F6F;
	SCROLLBAR-FACE-COLOR:#FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #020167;
	SCROLLBAR-3DLIGHT-COLOR: #020167;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #FF6600;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;  
}

form {
  margin:0px;
  padding:0px;
  border: 0px;
}


.blanco {
 background-color: #E1EBF2; 
}

.red {
  background: #B5001A;
}

img {
  border: 0;
}

a {
  line-height: 20px;
}  

.hid {
  display: none;
}

a {
  text-decoration: none;
  color: #020167;
}

a:visited {
}

a:hover {
  text-decoration: underline;
  font-weight: normal;
  color: #020167;
}


.space1 {
  line-height: 10px;
}  

div {
 /*  background: #FF00FF; */ 
}

td {
  vertical-align: top;
}

/* background */

#body1 {
  background:  url(../images/backpage1.gif) no-repeat;  
}  

#body2 {
  background:  url(../images/backpage2.gif) no-repeat;  
}  

#body3 { 
  background:  url(../images/backpage3.gif) no-repeat;  
}  

#body4,#body5 {
  background:  url(../images/backpage4.gif) no-repeat;  
}  


/* Header */

#header {
  width: 100%;
  height: 151px;
}

#headertext {
  position: absolute;
  top: 98px;
  right: 24px;
  color: #020167;
  font-size: 20px;
  font-style: italic;
  font-weight: normal;   
}

#sidetext {
  position: absolute;
  top: 264px;
  left: 36px;
  color: #020167;
  font-size: 20px;
  font-style: italic;
  font-weight: normal;   
}


/* main */

#maintable {
  width: 100%;
}  

#mainleft {
  width: 289px;
  height: 448px;
}  

#mainright {
}  

#mainrighttable {
  width: 100%;
}  

#mainmenu {
  height: 25px;
}

#maintext {
  height: 374px;
  padding: 20px;
  padding-left: 30px;
  padding-top: 30px;
}

#maintextframe {
}

#maintexthead {
  color: #5E80EC;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}


#mainbuttons {
  height: 50px;
  width: 100%;
  padding-right: 20px;
  padding-top: 2px;
  background:  url(../images/mainbuttonsback.gif) no-repeat; 
  text-align: right;
}  

/* mainmenu */
#mainmenu td {
  text-align: center;
  padding: 0px;
  margin: 0px;  
  margin-right: 10px;
}

#mainmenu td {
  color: #FFFFFF;
  width: 125px;
  text-align: center;
}

#mainmenu td.selected {
  background-color: #020168;
}

#mainmenu td a {
  color: #FFFFFF;
}

#mainmenu td.selected a {
  color: #FFFFFF;
}

#mainmenu td.menusep {
  height: 25px;
  width: 8px;
  background:  url(../images/menusepback.gif) no-repeat; 
}  

