



p {
	font-family : Arial;
	color : black;
	font-size : 10pt;
	margin-left : 10px;
	margin-right : 10px;
}

H1 {
	font-family : Arial;
	color : blue;
	font-size : 15pt;
	
}

H2 {
	color : blue;
	font-family : Arial;
	font-size : 11pt;
	margin-left : 10px;
}

A, A:ACTIVE, A:LINK, A:VISITED {
	color : white;
	font-family : Arial;
	font-size : 8pt;
	text-decoration : none;
	
}

A:Hover {
	color : green;
	font-family : Arial;
	font-size : 8pt;
	text-decoration : none;
	padding-left: 10px;
}

A.anp, A.anp:ACTIVE, A.anp:LINK, A.anp:VISITED {
 font-family: Arial; font-size: 9pt; color: green; text-decoration: underline}

A.anp:Hover {
 font-family: Arial; font-size: 9pt; color: blue; text-decoration: none;}


A.taj, A.taj:ACTIVE, A.taj:LINK, A.taj:VISITED {
  font-family: Arial; font-size: 8pt; color: blue;}

A.taj:Hover {
       color : red; font-family : Arial; font-size : 8pt;}
	
A.top, A.top:ACTIVE, A.top:LINK, A.top:VISITED {
  font-family: Arial; font-size: 12pt; color: blue;}

A.top:Hover {
	color : red; font-family : Arial; font-size : 12pt; text-decoration : none;}

A.line, A.line:ACTIVE, A.line:LINK, A.line:VISITED {
   font-family: Arial; font-size: 10pt; color: green;}

A.line:Hover {
       color : red; font-family : Arial; font-size : 12pt;}
	
