/* basic elements */
a:link { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	font-weight: bold;
	font-size:9pt;
	color: #846138;
	}
a:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold; 
	font-size:9pt;
	color: #808080;
	}
a:hover{ 
	text-decoration: underline;
	color: #d69548;
	}
	
a.main:link { 
	text-decoration: underline; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	color: #8a1212;
	}
a.main:visited { 
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 14pt;
	color: #a35151;
	}
a.main:hover{ 
	color: #000000;
	}
a.sec:link { 
	text-decoration: none; 
	font-weight: bold;
	font-size: 18pt;
	color: #8a1212;
	}
a.sec:visited { 
	text-decoration: none;
	font-weight: bold; 
	font-size: 18pt;
	color: #a35151;
	}
a.sec:hover{ 
	color: #000000;
	}
/* specific divs */
.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	}
.top {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
	font-weight: bold; 
	font-size:16pt;
	}
.top2 {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #c00000;
	font-weight: bold; 
	font-size:15pt;
	}
.top3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold; 
	font-size:14pt;
	}
#head span {
	display:none
	}		
