h1
{
	font-size: 1.6em;
	color:#bf3004;
	font-weight:normal;
	}
	
h2
{
    font-size:1.4em;
    font-weight:normal;
    }
    
h3
{
    font-size:1.2em;
    font-weight:normal;
    }
p
{
	line-height: 2em;
	text-align:justify;
	margin:15px 8px;
	}
	
ul
{
    line-height: 2em;
    }
   
li
{
    list-style-type:square;
    }

table
{
    border-collapse:collapse;
    }
td
{
    padding:0px;
    vertical-align:top;
    }
a 
{
    color:#bf3004;
    }

a:hover
{
    text-decoration:none;
    }
    
    
 /*----------archief admin ----------*/
 .btnAdd
 {
     color:White;
     display:block;
     padding:1px 5px;
     background:#bf3004;
     text-decoration:none;
     text-align:center;
     width:125px;
     margin-left:10px;
     }
     
 .popupbg
{
	background-color: gray;
	z-index: 99;
	position: absolute;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	
}

.popupContent
{
    background:white;
    border:solid 2px gray;
    padding:15px;
    width:550px;
    }
    
 .btnSt
 {
     border:solid 1px gray;
     background:white;
     color:Gray;
     }
 
 .btnCancel
 {
     border:solid 1px red;
     background:white;
     color:red;
     }
 .txtSt
 {
     border:solid 1px gray;
     margin-bottom:5px;
     }
 
 /*----------archief ----------------*/