.txtContent {
	 font-size: 12px;
}

table.formulier {
	 font-size: 10px;
     width:500px;
     background-color: #C5C5FF;
	 border: 1px solid white;
     padding: 2px;
}

.hdrTitle {
	background-color: #6666FF;
   	color: white;
   	font-size: 14px;
   	font-weight: bold;
    height: 32px;
    text-align: left;
}

table.formulier td {
	 font-size: 10px;
	 vertical-align: top;
}

table.formulier a {
	 font-size: 10px;
	 vertical-align: top;
	 color: blue;
}

table.formulier a:hover {
	 font-size: 10px;
	 vertical-align: top;
	 color: blue;	 
}

table.formulier a:active {
	 font-size: 10px;
	 vertical-align: top;
	 color: blue;	 
}

.error {
	 font-size: 12px;
	 vertical-align: top;
	 text-align: center;
	 color: red;
}

select {
    font-size: 10px;
}

input{
    font-size: 10px;
    background-color: white;
}

h1{
    font-size: 14px;
}
	




.aLeftLink:link{
	font-size: 14px;
    color:#063B87;
    font-weight: bold;    
}

.aLeftLink:hover{
	font-size: 14px;
    color:#063B87;    
    font-weight: bold;    
}

.aLeftLink:visited{
	font-size: 14px;
    color:#063B87;  
    font-weight: bold;      
}

.aTop{
    font-size: 12px;
    color:white;
    font-weight: bold;
    text-decoration: none;
}

.aTop:hover{
    font-size: 12px;
    color:white;    
    font-weight: bold;    

}

.aTop:visited{
    font-size: 12px;
    color:white;    
    font-weight: bold;    
    text-decoration: none;    
}

