p
{
	font-family: Arial;
	color:black;
	font-size:10pt;
	font-style:normal;
	font-weight: normal;
}

h1
{
	font-family: Arial;
	color:black;
	font-size:18pt;
	font-style:normal;
	font-weight: normal;
}

h2
{
	font-family: Arial;
	color:black;
	font-size:12pt;
	font-style:normal;
	font-weight: bold;
}

li
{
	font-family: Arial;
	color:black;
	font-size:10pt;
	font-style:normal;
	font-weight: normal;
}

ul
{
	font-family: Arial;
	color:black;
	font-size:10pt;
	font-style:normal;
	font-weight: normal;
}



a.button:link
{
	display:block;
	font-family: Arial Black;
	color:white;
	font-size:10pt;
	font-style:normal;
	font-weight: normal;
	background-color: dark gray;
}

a.button:active
{
	display:block;
	font-family: Arial Black;
	color:white;
	font-size:10pt;
	font-style:normal;
	font-weight: normal;
	background-color: dark gray;
}

a.button:visited
{
	display:block;
	font-family: Arial Black;
	color:white;
	font-size:10pt;
	font-style:normal;
	font-weight: normal;
	background-color: dark gray;
}

a.button:hover
{
	display:block;
	font-family: Arial Black;
	color:black;
	font-size:10pt;
	font-style:normal;
	font-weight:normal;
	background-color:white;
}

a:link
{ 
	color: "#FF4500";
	text-decoration: underline
}

a:active
{
	color: "#FF4500";
	text-decoration: underline
}

a:visited
{
	color: "#FF4500";
	text-decoration: underline
}

a:hover
{
	color: "#FF8C00";
	text-decoration: underline
}