@charset "utf-8";
/* CSS Document */


p {
	font-family: "Myriad Pro";
	color: #963509;
	font-weight: bold;
	margin: 0px;
}
h1 {
	font-family: "Myriad Pro";
	color: #999999;
	font-size: medium;
}
h2 {
	font-family: "Myriad Pro";
	font-size: large;
	color: #999999;
	margin: 0px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
}

a:link     {
	color:#999999;
	text-decoration: none;
}

a:visited  {
	color:#999999;
	text-decoration: none;
}

a:hover    {
	color:#963509;
	text-decoration: underline;
}

a:active   {
	color:#963509;
	text-decoration: none;
}