/* WHOLE PAGE */
body,td {
	font-family : verdana;
	font-size : 8pt;
	color: #777777;
	}
	
/* LEFT BAR TEXT */
.left-bar {
    color: #cccccc;
    Font-Family : Verdana;
    Font-Style : Normal;
    Font-Size : 8pt;
    Font-Weight : normal;
	}		

/* CONTENT OF THE PAGE */
.raw {
    color: #777777;
    Font-Family : Verdana;
	Font-Size : 8pt;
	}				
	
/* ERROR MESSAGE TEXT */
.error {
    color: #ff0000;
    Font-Family : Verdana;
	Font-Size : 8pt;
	}
		
/* FOOTNOTE TEXT */
.footnote {
    color: #cccccc;
    Font-Family : Verdana;
    Font-Style : Normal;
    Font-Size : 8pt;
    Font-Weight : normal;
	}
	

/* Link - webmaster */
a.webmaster-email { 
	color: #cccccc;
	text-decoration: underline;
	font-weight: normal;
	}

a.webmaster-email:active {
    color : #cc6600;
    text-decoration : underline;
    font-weight: normal;
    }
a.webmaster-email:visited {
    color : #777777;
    text-decoration : underline;
    font-weight: normal;
    }
a.webmaster-email:hover {
    color : #cc6600;
    text-decoration : underline;
    font-weight: normal;
    }

/* CONTENT OF THE PAGE - main items for research like project funding */
p {  color: #777777;
	Font-Family : Verdana;
    Font-Style : normal;
    Font-Size : 10pt;
    Font-Weight : bold;
    Text-decoration : none;
	}
	
/* Title of sections */
p.section {
	font-family: verdana; 
	font-size : 8pt; 
	color: #aaaaaa; 
	font-weight: bold;
	}

/* Title of subsections */	
p.subsection {
	font-family: verdana;
	font-size : 8pt;
	color: #777777;
	font-weight: bold;
	}	

.anchorbig {
  color: black;
}

.anchorbig a.abold {
  font-size: 14pt;
}
