/***********************************************/
/* freak.css                                   */
/* created by HM on 26.02.2006                 */
/***********************************************/


/******* page **********************************/

DIV.content {
	width: 90%;
	background-color:#FFFFFF;
	border-color:#0099FF;
	text-align: justify;
}
body {
	background-color: #FFFFFF;
	margin-left: 100px;
	margin-top: 100px;
	margin-right: 100px;
	margin-bottom: 100px;
	font-size:10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
}
DIV.header{
	height: 100px;
	text-align: justify;
}
DIV.title {
	padding-top: 75px;
	text-align: justify;
}
DIV.itinerary {
	padding-top: 75px;
	text-align: justify;
}
DIV.practicalities {
	padding-top: 75px;
	text-align: justify;
}
DIV.sites {
	padding-top: 75px;
	text-align: justify;
}
DIV.list {
	padding-top: 75px;
	text-align: justify;
}
DIV.tripnote {
	padding-top: 3px;
	text-align: justify;
}
DIV.footer {
	padding-top: 75px;
	text-align: justify;
}

/******* fonts **********************************/

SPAN.query_header {
	font-family: "Verdana", monospace;
	font-size: 28pt;
	color: #003300;
	font-weight: bold;
}
SPAN.subtitle {
	font-family: "Verdana", monospace;
	font-size: 18pt;
	color: #000066;
	font-weight: bold;
}
SPAN.plain {
	font-family: "Verdana", monospace;
	font-size: 8pt
}
SPAN.moreinfo {
	font-family: "Verdana", monospace;
	font-size: 10pt}
SPAN.comname {
	font-family: "Verdana", monospace;
	font-size: 10pt;
	font-weight: bold;
	padding-right: 10pt;
	color: #000066;
}
SPAN.sciname {
	font-family: "Verdana", monospace;
	font-size: 10pt;
	font-style: italic;
	padding-right: 10pt;
	color: #000066;
}
SPAN.order {
	font-family: "Verdana", monospace;
	font-size: 10pt;padding-right: 10pt
}
SPAN.scifam {
	font-family: "Verdana", monospace;
	font-size: 10pt;
	padding-right: 10pt
}
SPAN.family {
	font-family: "Verdana", monospace;
	font-size: 10pt;
	padding-right: 10pt
}
SPAN.birdlife {
	font-family: "Verdana", monospace;
	font-size: 9pt;
	color: #CC6600;
	padding-right: 10pt
}
SPAN.endemic {
	font-family: "Verdana", monospace;
	font-size: 9pt;
	color: #006600
}
SPAN.rr {
	font-family: "Verdana", monospace;
	font-size: 9pt;
	color: #B70000;
}
SPAN.details {
	font-family: "Verdana", monospace;
	font-size: 8pt;
}
SPAN.observation {
	font-family: "Verdana", monospace;
	font-size: 8pt;
}
SPAN.tripnote {
	font-family: "Verdana", monospace;
	font-size: 8pt;
}
SPAN.counter {
	font-family: "Verdana", monospace;
	font-size: 9pt;
	font-weight: bold;
}
.style1 {
	font-size: 14pt;
	font-family: "Arial Black";
	color: #BEBEBE}
.style2 {
	font-size: 8pt;
	font-family: "Arial";
	color: #949494}
.style3 {
	font-size: 14pt;
	font-family: "Arial Black";
	color: #797979}

/******* bullets **********************************/
ul{
 list-style-type: square;
}

/******* links **********************************/

a:link {
	text-decoration: none;
	color: #0000FF}
a:visited {
	text-decoration: none;
	color: #660099}
a:hover {
	text-decoration: underline;
	color: #0099FF}
a:active {
	text-decoration: underline
}

/******* lines **********************************/

hr {
	width: 100%;
	color: #2F4F4F;
}

/******* end  ***********************************/


