/* CSS Document */

body
{
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
}

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #0000CC;

}

a:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: underline;
	color: #990000;
}

h1, h2, h3
{
	font-family: "Times New Roman", Times, serif;
}
