HTML {
	text-align:justify;
	font-family:"Verdana";
	font-size:11px;
}
BODY {
	background-color:#f6f7f6;
	background-image:url('bg.png');
	background-repeat:repeat;
	background-position:top;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#menu A {
	color: #6699cc;
	font-weight: bold;
	font-size:18px;
	font-family:"Arial";
}
#top {
	height: 295px;
}


#content .actual {
	padding:50px 70px 10px;
}

#content IMG {
    border:none;
}


.first {
	border-left: 1px #6699cc solid;/**/
}
P {
	color:#333333;
	font-family:Verdana;
}
H1, H2 {
	font-size: 14px;
	color: #26cccc;
}
H3 {
	color: #929090;
}
a:link {
color: black; 
text-decoration: none;
}
a:hover {
color: #aec9e6; 
text-decoration: none;
}

#menu {
	margin-left:60px;
	margin-top:-35px;
	padding:0;
	position:absolute;
}


ul {
	list-style-image: url('pijl.gif');
	margin-left: 10px;
}
.popupmenu DIV {
	background-color: #aec9e6;
	margin-top: 29px;
	background-position:top;
}
.popupmenu DIV A {
	color: white;
}
.popupmenu DIV A:hover {
	background-color: #c0d7f0;
	text-decoration: underline;
}
.shade {
	margin-top: 30px;
	margin-left:-1px;
}

.index h3 {
	background:#aec9e6 none repeat scroll 0 0;
	color:white;
	font-family:arial;
	font-size:15px;
	padding:7px;
}

