* {
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: good;
	src: url('verdana.ttf');
}

body {
  font-size: 10px;
	font-family: Verdana, good, Arial;
	background: #FFFFFF;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-left: 10px;
	color: #005576;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a img { 
border: none; 
cursor: auto;

}

#menu {
    top: 30px;
    left: 15px;
	  position: fixed;
/*  padding-top: 19px;
	  float: left;*/
	  background-color: transparent;
	  text-align: left;
}

#menu p {
    background: white;
}

#menu ul {

	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { 
    background: white;

}

#content {

/*  top: 10px;
    width: 100%;
    height: 100%;
    left: 180px;
    position: fixed;
    overflow: auto; */
    float: left;
    padding-left: 170px;
    background-color: transparent;
}

.container {
 
}

#content p { 
    width: 810px; 
    margin-bottom: 9px; 
    text-align: justify;
    letter-spacing: 1px;
}

h1 {
    font-size: 12px;
    letter-spacing: 1px;
    color: #005576;
    }
    
h2 {
    font-size: 14px;
    letter-spacing: 1px;
    color: #004566;
    }
    
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#pl {
    font-size: 10px;
  	font-family: Verdana, good, Arial;
	  color: #005576;
	  letter-spacing: 0px;
}
#en {
  font-size: 10px;
	font-family: Verdana, good, Arial;
	color: #005576;
	letter-spacing: 0px;
}

a:link { 
        background: white;
        color: #c50000; 
        text-decoration: none;
}

a:active {
        background: white;
        color: #c50000; 
        text-decoration: none; 
}

a:visited { 
        background: white;
        color: #c50000; 
        text-decoration: none; 
}

a:hover { background: #c50000; color: #FFFFFF; text-decoration: none;}
h1:hover { background: #005576; color: #FFFFFF; text-decoration: none;}

li.section-title { font-size:11px; margin-bottom:1px;}
#menu ul li.active a { text-decoration: underline;}


#img-container span.backgrounded a, #img-container a.thickbox, #img-container a.thumb-img, #img-container #d-col1 a { background: transparent; }

.pic p a {
font-weight: bold;
}

.pic p span {
letter-spacing: 0px;
}

.pic .title {
display: inline;
color: black;
}

.pic .caption {
display: inline;
color: #005576; 
}

