<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(media/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	text-align: left;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #0099FF;
background: url(media/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #0099FF;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #0099FF;
	background-color: #F3F3F3;
	text-align: left;
}

</style>





.Copy
{
	Font-family: Arial, Helvetica, sans-serif;
	Font-size: 12px;
	Font-weight: normal;
	text-decoration: none;
	color: #FFFFFF
	padding: 5px;
}
.Copy a , .Copy a:visited
{
	Font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	Font-size: 12px;
	Font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF
}
.Copy a:hover
{
	Font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	Font-size: 12px;
	Font-weight: bold;
	text-decoration: underline;
	color: #CCCCCC;
}
.body {
	font-family: "Trebuchet MS", Verdana, Arial, serif;
	color: #960;
	Font-size: 14px;
	border-color:#000;
	border-bottom: double;
	text-align: left;
	margin: 0;
	border: 0;
}

.body2 {
  font-family: "Trebuchet MS", Verdana, Arial, serif;
  color: #FFFFFF;
  Font-size: 16px;
}

.H1
{
	Font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	Font-size: 40px;
	Font-weight: bold;
	text-decoration: none;
	color: #960;
	margin-bottom: 6px;
	border-bottom: ridge;
	border-color:#000;
}
.H2
{
	Font-family: Arial, Helvetica, sans-serif;
	Font-size: 18px;
	Font-weight: bold;
	text-decoration: none;
	color: #003366;
	border-bottom:dashed;
	border-bottom-color: #999900;
	}
	
.Contact {
font:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#FFFFFF;
}

.Contact2 {
	font:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:bold;
	color:#FFFFFF;
}

 
.Navi
{
	Font-family: Geneva, Arial, Helvetica, sans-serif;
	Font-size: 12px;
	list-style:square
	Color: #ffffff;
	Height: 15px;
	Border-Bottom: 3px solid #ffffff;
	background-color: #FFFFFF

}
.Navi a , .Navi a:visited
{
	Color: #000000;
	text-decoration: none;
	width: 100px;
	height: 12px;
	background-color:#FFFFFF
	
}
.Navi a:hover
{
	Color: #99CCCC;
	text-decoration: none;
	list-style:circle;
	width: 100px;
	height: 12px;
	filter: alpha(opacity=70);
	background:#FFFFFF

