body {
  margin:0px 0px 16px 0px;
  padding:0px;
  background-color: #fff; 
  color: black; 
  font-family: "Times New Roman", Garamond, serif; 
  font-size: 12pt; 
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#ccc;
	}

h2 {
    background-color: #fff; 
    color: #ccc; 
    font-family: "Times New Roman", Garamond, serif; 
    font-size: 16pt;
	font-weight: bold; 
}

h3 {
    background-color: #fff; 
    color: #000; 
    font-family: "Times New Roman", Garamond, serif; 
    font-size: 15pt;
	font-weight: bold;
}

h4 {
    background-color: #fff; 
    color: #000; 
    font-family: "Times New Roman", Garamond, serif; 
    font-size: 14pt;
	font-weight: bold;
}

p, td, th, ul { 
    background-color: #fff; 
    color: #000; 
    font-family: "Times New Roman", Garamond, serif; 
    font-size: 12pt; 
}

a, a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
    font-family: "Times New Roman", Garamond, serif; 
    font-size: 12pt; 
	}

.no_print { display: none; }

#header{ display: none;}
	
#kader {
    width:90%;
    border:0px solid #5D6372;
	background-color:#fff;
	}
	
#content {
  margin:0px;
  text-align:justify;
  background-color: #fff; 
  color: black; 
  font-family: "Times New Roman", Garamond, serif; 
  font-size: 12pt; 
}

#menu{
    display: none;
	}
