/* DTR
   especify the font-size as pt.
*/



h1,h2,h3,h4 {
font-family: FrutiBol.ttf,"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
font-weight: bold;
}

h1,h2 {
	font-family: FrutiBol.ttf,"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	color:#57b975;
	font-size:28pt;
	background-color:transparent;
	letter-spacing: -0.05em;
	line-height: 110%;
	font-weight: bold;
}


h3 {
font-family: FrutiBol.ttf,"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	color:#57b975;
	font-size:14pt;
	line-height: 115%;
	background-color:transparent;
	letter-spacing: -0.03em;
	
}

h4 {
font-family: FrutiBol.ttf,"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	color:#57b975;
	font-size:11pt;
	line-height: 110%;
	background-color:transparent;
	letter-spacing: 0;
	
}

#footer h2 {
font-family: FrutiBol.ttf,"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	color:#fff;
	font-size:20pt;
	background-color:transparent;
	letter-spacing: -0.05em;
	line-height: 110%;
}

.ingress {
font-family: FrutiBol.ttf,"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
	letter-spacing: -0.05em;
	}


#rightbox h1 {font-size:20pt;}
#rightbox h2 {font-size:20pt;}
#rightbox h3 {font-size:12pt;}
#rightbox h4 {font-size:10pt;}


/* Generally you don't need to change anything below */
.dtr{
overflow:hidden;
margin:0;
height:1%;
}
.dtr a{
display:block;
float:left;
overflow:hidden;
cursor: pointer
}
.dtr a:hover span{
background-position:left bottom;
}
.dtr span{
display:block;
float:left;
overflow:hidden;
text-indent:-1000px;
background-repeat:no-repeat;
background-position:left top;
}

@media print{
.dtr span{
background-image:none;
display:inline;
float:none
}
}


