a:link
{
	color: rgb(0,0,0); 
	font-weight: bold;
}
a:visited
{
	color: rgb(75,75,75); 
	font-weight: bold;
} 
a:active 
{
	color: rgb(206,16,47);
	font-weight: bold;
}
a:hover
{
	color: rgb(206,16,47);
	font-weight: bold;
    text-decoration:underline;
}
body
{
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}
table       
{ 
   table-border-color-light: rgb(102,204,204); table-border-color-dark: 
   rgb(0,102,102); font-size: 10pt; font-family: Verdana;
}
h1, h2, h3, h4, h5, h6 { font-family: Arial }
h1
{
	color: #CE1642;
	background-color: rgb(255,255,255);
	font-size: 14pt; font-family:Verdana; font-weight:bold
}
h2           
{ 
   color: rgb(41,83,119); 
   background-color: rgb(156,146,189); 
   font-size: 14pt; 
}
h3
{
	color: rgb(214,214,214); 
	background-color: rgb(163,142,187);
	font-size: 12pt;
}
h4           
{ 
   color: rgb(0,0,0);
   font-size: 10pt; 
   font-weight: bold;
}
h5
{
   color: rgb(0,0,0);   
   font-size: 10pt; 
   font-weight: bold;
}
h6
{
   color: rgb(0,0,0);
   font-size: 10pt; 
   font-weight: bold;
}
li           
{ 
   list-style-type: square;
   color: rgb(0,0,0); 
}
.pubtitle    
{ 
   font-weight: bold; margin-bottom: 3 
}
.publications 
{ 
   margin-left: 0; margin-top: 0 
}