HTML {
	text-align:justify;
	font-family:"Arial";
	font-size:12px;
	color:#1a2e69;
}
BODY {	
	background-color:#c0d7e9;
	background-image:url('bg.png');
	background-repeat:repeat-x;
	background-position:top;
}
#menu A {
	color: white;
	font-weight: bold;
	font-size:15px;
	font-family:"Arial";
	text-transform:uppercase;
}
.first {
	border-left: 1px white solid;/**/
}
P {
	color:gray;
	font-family:Verdana;
    font-size:12px;
	line-height: 20px;
}
H1, H3 {
font-family:Arial;
font-size:18px;
font-weight:normal;
line-height:20px;
color: #154997;
}
H2 {
	color:#ef8426;
	font-size:12px;
}

#content IMG {
    border:none;
}

A {
	color: #1f547d;
	font-weight: bold;
}


.index H3 {
	font-family:arial;
	font-size:15px;
	color:white;
	padding: 10px;
	background:#59aaeb;
	width:420px;
}
.abstract {
	font-size:85%;
	line-height:1.2em;
	margin:0;
	width:300px;
}

.popupmenu DIV {
	background-color: #262d7e;
	margin-top: 27px;
	background-position:top;
	
}

.popupmenu DIV A {
	color: white;
}
.popupmenu DIV A:hover {
	background-color: #606ad6;
	text-decoration: underline;
}
.shade {
	margin-top: 28px;
	margin-left:-1px;
}

#top {
	height: 297px;
}

#content .actual {
	padding:20px 50px 20px;
}

#menu {
	margin-left:50px;
	margin-top:-63px;
	padding:0;
	position:absolute;
}

.popupmenu {
	display:none;
	}

