@charset "UTF-8";
hr {color: #FF3A06}
h1{
	font-size: 15pt;
	font-weight: bold;
	color: #FF3A06;
}
h2{
	font-size: 12pt;
	font-weight: bold;
	color: #FF3A06;
}
h3{
	font-size: 9pt;
	font-weight: bold;
	color: #FF3A06;
}
ul{
	list-style-image:url("bullet.gif");
}
body{
	background-color: white;
	font-family: "myriad pro", verdana, myriad, "trebuchet, trebuchet ms", sans;
	font-size: 9pt;
  	behavior:url("hover.htc");
	padding: 15px;
	font-style: condensed;
}
b{
	color: #FF3A06;
}
a{
	text-decoration: underline;
	color: black;
}
a:hover{
	color: #FF3A06;
}
div.imgright
{
	margin: 5px 0px 5px 10px;
	padding: 0px;
	height: auto;
	width: auto;
	float: right;
	display: inline;
}
div.imgleft
{
	margin: 5px 10px 5px 0px;
	padding: 0px;
	height: auto;
	width: auto;
	float: left;
	display: inline;
}	
img
{
  margin: 0px;
  border: 0px;
}
