body
	{
		color:#660000;
		margin:0px;
		font-family: Helvetica;
	}
.fishbullet
	{
		list-style-image : url(images/panfish_bullet.gif);
		padding-left: 35px;
	}
.snowshoebullet
	{
		list-style-image : url(images/snowshoe_bullet.gif);
	}
.smalltext
	{
		font-size: 80%;
	}
.bottommenu
	{
		width: 810px;
		font-size: 83%;
		margin-left: auto;
		margin-right:auto;
		margin-top: 10px;
		text-align:center;
		font-family: Helvetica;
		background-color: #ffffcc;
		border: solid #ffcc33 2px;
		padding: 2px;
	}
.header
	{
		width:800px;
		margin-left:auto;
		margin-right:auto;
		margin-top: 5px; 
		height:226px; 
		border:solid 1px #ffffff;
	}
.bodytext
	{
		background-color: #e8dccb;
		margin-left: 5%;
		margin-right: 5%;
		margin-top: 10px;
		padding-bottom: 10px;
		border:ridge #660000 5px;
		min-width:800px;
	}
.redbold
	{
		color:red;
		font-weight: 600;
	}
.producttable
	{
		font-size: 90%;
		padding-left: 2px; 
		padding-right: 2px;
	}
.message{
		color:#100af1;
		text-align:center;
		font-size: 120%;
	}
a:link
	{
		color:#660000;
		text-decoration: underline;
		font-weight: 600; 
	}
a:visited
	{
		color: #09256d;
		text-decoration: underline;
		font-weight: 600;
	}
a:hover
	{
		color:#e8dccb;
		background-color: #660000;
	 }
h1
	{
		text-align: center;
		font-size: 200%;
		font-family: Helvetica, Arial
	}
h2	{
		margin-left: 3%;
		padding-left: 10px;
		font-size: 130%;
		font-family: Helvetica, Arial;
		color: #ffffff;
		background-color: #996666;
		width: 50%;
	}
h3
	{
		margin-left: 3%;
		padding-left: 10px;
		font-size: 110%;
		font-family: Helvetica, Arial;
		color: #ffffff;
		background-color: #996666;
		width: 70%;
	}
p
	{
		margin-left: 5%; 
		margin-right: 5%;
	}
ul
	{
		margin-left: 10%;
		margin-right: 5%;
	}
li
	{
		list-style-image : url(images/canoe_bullet.gif);
		padding-left: 35px;
	}

hr	
	{	
		background-image : url(images/canoe_horizontal_rule.gif);
		width: 482px;
		height: 15px;
		margin-left: auto;
		margin-right: auto;
		border: none;
		clear:both;
	}
img
	{
		border: #660000;
	}

