/* style attributes for publications page */
h1  
{
    font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 3em;
	font-weight: bold;
	color: #484848;
	text-align: center;
}

h2 
{
    font-family: Trebuchet MS, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    font-style: italic;
    color: rgb(07,78,71);
	text-align: left;
}

p  
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: rgb(05,15,80);
    text-align: left;
    font-weight: normal;
    width: 80%;
}

p.bold  
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: rgb(05,15,80);
    text-align: left;
    font-weight: bold;
    width: 80%;
}

table 
{ 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #000084;
}

ul 
{ 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    color: #163200;
    width: 80%;
}

.italic {font-style: italic}