/* PAMPA Stylesheet - EPC 2006 version
   Germán Rodríguez - July 2005 */

BODY, TABLE, P, UL, OL, LI, LD, TH, TD {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 9pt;
}
BODY {
	background-color: #66CCFF
}
BODY.flush{
	margin-top:0;   margin-bottom:0;
	margin-left:0;	margin-right:0;
}
BODY.popup {
	background-color: #66CCFF;
}
TH {
	color: black;
}
.em {	
	font-weight:bold;
	color: black;
}
.instructions {
	font-size: 9pt;
}
.small { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 8pt; 
}
.critical, .exclamation {
	font-weight:bold;
	color: red;
}
.question, .information {
	font-weight:bold;
}

H1 {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: black;
}
H2 {
        font-family:  Verdana, Arial, Helvetica, Sans-serif;
	font-size: 13pt;
	/* font-weight: bold;*/
	color: black;
}
H3 {
        font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11pt;
	/* font-weight: bold;*/
	color: black;
}
H4 {
        font-family:  Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: black;
}

A:link, A:active, A:visited {
	color: #333399; 
	text-decoration: underline; /*none;*/
}
A:link.plain, A:active.plain, A:visited.plain {
	color: black;
	text-decoration: none;
}
A:hover.plain {
	color:  #333399; /* black*/
	text-decoration: underline;
}

A:link.tb, A:active.tb, A:visited.tb {
	/* font-weight: bold; */
	color: black; /*#000066; */
	text-decoration:none;
}
A:hover.tb {
	color: #333399;
}

H2.popup {
	color: white;
	background-color:  #A5A584;
}

td.toolbar {
	color: black;
	font-weight:bold;
	vertical-align: middle;
}