/* CSS Document */

body {
background-image: none; 
background-color:#FFFFFF;
font-size:10pt;
margin:0px;

}

/* tekst */
p, td{
	font-family: Verdana, Arial, Sans-serif; 
	font-size:12pt;

} 
h1 {
	font-family: Verdana, Arial, Sans-serif; 
	font-size: 16pt;
}
h2 {
	font-family: Verdana, Arial, Sans-serif; 
	font-size: 14pt;
	}


h4 {
font-size: 8pt;
}
a { 
color: #722424;
font-weight: bold;
background-color:transparent;
}
hr {
	color:#9CBB22;
	height:3px;
	}

img {
	display:none;
}


#masthead {
	display:none;
	}
	
#navBar{
	display:none;
	}
#content{

	margin-left:20px;
	overflow:visible;
	}
	
#footer {
	display:none;
	}
#copyright{
	display:none;

}
	
