f12  {
	font-size : 12px;
	font-family : Verdana,Arial,Tahoma;
	font-weight : normal;
	font-style : normal;
}

.thumbtitle {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #000000;
}

f10  {
	font-size : 10px;
	font-family : Verdana,Arial,Tahoma;
	font-weight : normal;
	font-style : normal;
}

f8  {
	font-size : 8px;
	font-family : Verdana,Arial,Tahoma;
	font-weight : normal;
	font-style : normal;
}

H1  {
	font-size : 22px;
	font-family : Verdana,Arial,Tahoma;
	font-weight : normal;
	font-style : normal;
        color: #000099;
}

H2  {
	font-size : 16px;
	font-family : Verdana,Arial,Tahoma;
	font-weight : normal;
	font-style : normal;
}

H3  {
	font-size : 12px;
	font-family : Verdana,Arial,Tahoma;
	font-weight : normal;
	font-style : normal;
}

H4  {
	font-size : 10px;
	font-family : Verdana,Arial,Tahoma;
	font-weight : normal;
	font-style : normal;
}

H5  {
	font-size : 9px;
	font-family : Verdana,Arial,Tahoma;
	font-weight : normal;
	font-style : normal;
}

P  {
	font-size : 12px;
	font-family : Verdana,Arial,Tahoma;
	font-weight : normal;
	font-style : normal;
	text-indent : 1cm;
	padding-left : 20px;
	padding-right : 1cm;
	color : #000000;
}


a  {
	font-family : Verdana,Arial,Tahoma;
	font-weight : bold;
	font-style : normal;
	color : #0000CC;
        text-decoration: none;

}


a:Visited  {
	font-family : Verdana,Arial,Tahoma;
	font-weight : bold;
	font-style : normal;
	color : #006400;
        text-decoration: none;

}

a:Active  {
	font-family : Verdana,Arial,Tahoma;
	font-weight : bold;
	font-style : normal;
	color : #FFFFFF;
	background-color : #000000;
        text-decoration: none;

}

a:Hover  {
	color : #BB0000;
	font-family : Verdana,Arial,Tahoma;
	font-weight : bold;
	font-style : normal;
	text-decoration : underline overline ;
	background-color : #FFFF99;
}

BODY  {
	font-size : 10px;
	font-family : Verdana,Arial,Tahoma;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	background-color : #FFFFFF;
	text-align : justify;
}

HR  {
	width : 90%;
	color : #808080;
	size : 1px;
}

TH  {
	font-size : 12px;
	font-family : Verdana,Arial,Tahoma;
	font-weight : bold;
	font-style : normal;
	color : #FFFFFF;
	background-color : #696969;
	text-align : justify;
}

#navigation {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 1em;
}
#navigation ul {
 list-style: none;
 margin: 0;
 padding: 0;
 padding-top: 4px;
}
#navigation li {
 display: inline;
}
#navigation a:link, #navigation a:visited {  
 padding: 2px 10px 1px 10px;  
 color: #800000;
 background-color: #FFDEAD;
 text-decoration: none;
 border: 1px solid #CD853F;
}
#navigation a:hover {
 color: #eeeeee;
 background-color: #FF8C00;
}