

/* Basic */

*
p
{
	font-family: Arial, Helvetica, Geneva, sans serif;
	font-size: 0.8em;
	line-height: 1.4em;
	
}



h1
{
	color: #fff;
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style:italic;
	font-size: 1.8em;
}

h2
{
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
	font-style:italic;

}

body
{	
	font-size: 9pt;
	background-color: #000000;
	color:#FFFFFF;
}

.print
{	
	background-color: #ffffff;
	color:#000000;
}

a
{
	color: #fff;
	text-decoration: underline;
	}
	
a.print
{
	color: #000;
	text-decoration: underline;
	
}

a:hover
{
	text-decoration: none;
}

#right
{	
margin-right: 10px;
margin-top: 5px;
text-align:right;
width:930px;

}










