/*paragraph style*/
p
{
	color: #454545;
	font-size: 13pt;
	font-family: helvetica;
	text-indent: 8mm;
	line-height: 5mm;
}

h1
{
	color:#9C9C9C;
	font-family: helvetica;
}

h2
{
}

h3
{
	color:#FF7F24;
	font-family:helvetica;
}

a:link
{
	color:#006486;
}

a:visited
{
	color:#464646;
}

a:hover
{
	color:#fff;
	background:#3080CB;
}

a:active
{
	color:white;
	background:#3080CB;
}

body
{
	background-color: white;
}