HTML {
	text-align:justify;
	font-family:"Arial";
	font-size:11px;
}
BODY {
	background-color:#f6f7f6;
	background-image:url('bg.png');
	background-repeat:repeat-x;

}
#menu A {
	color: #9a9a9a;

	font-size:16px;
	font-family:"Arial";
	font-weight:bold;

}
.first {
	border-left: 1px #9a9a9a solid;/**/
}
#top {
	height: 290px;
}
#content IMG {
    border:none;
}
#menu {
	margin-left:50px;
	margin-top:-35px;
	padding:0;
	position:absolute;
}
P {
	color:#333333;
	font-family:Verdana;
}
#content .actual {
	padding: 15px 50px 20px;
}
H2, H3 {
	color: #f47321;
}
H1 {
	font-size: 24px;
	color: #f47321;
}
A {
	color: green;
}
.popupmenu DIV {
	background-color: #9a9a9a;
	margin-top: 27px;
	background-position:top;
}
.popupmenu DIV A {
	color: white;
}
.popupmenu DIV A:hover {
	background-color: #737272;
	text-decoration: underline;
}
.shade {
	margin-top: 27px;
	margin-left:-1px;
}
