/* On-screen stylesheet */
	
p {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 100%;
	font-weight: bold;
	color: #000000;
	}
	

a:link	{
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 100%;
	color: #0066CC;
	text-decoration:	none;
	}

a:active	{
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 100%;
	color: #0066CC;
	text-decoration:	none;
	}

a:visited	{
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 100%;
	color: #0066CC;
	text-decoration:	none;
	}

a:hover	{
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 100%;
	color: #000000;
	text-decoration:	none;
	background-color: #FF9900;
	}

hr	{
	width: 300px;
	color: #f00;
	background-color: #f00;
	height: 2px;
	}