/* **************************************************************************** */
/*     Huntington Management LLC Style Sheet v1.0                                       */
/*     Developed by GRAV.COM, April 2001                                                      */
/* **************************************************************************** */


body {
	background: #FFFFFF;
	font-size : 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


h1 {
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 6px;
}

h2 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size : 12px;
}

li {
	list-style-image : url(check.gif);
	font-size : 11px;
}

address {
	text-align : right;
	font-size : 10;
	font-style : normal;
}

/*      Paragraph                                                               */
p {
	font-size : 11px;
	margin-left: 35px;
	color: Black;
	background: transparent;
	margin-right : 15%;
	margin-top : 0px;
}

dl {
	font-size : 11px;
}

dd {
	font-size : 11px;
}

/*      Menu                                                                    */
small.menu {
	font-size: smaller;
	color: #336633;
	background: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-left : 11px;
}

/*      Menu unvisited links                                                    */
a.menulink:link {
	font-size: smaller;
	color: #336633;
	background: transparent;
}

/*      Menu visited links                                                      */
a.menulink:visited {
	font-size: smaller;
	color: #336633;
	background: transparent;
}

/*      Menu active links (not widely supported)                                */
a.menulink:active {
font-size:  smaller;
	color: #FFFFFF;
	background: #336633;
}

/*      Menu links when hovered over (MSIE only)                                */
a.menulink:hover {
	font-size: smaller;
	color: #FFFFFF;
	background: #336633;
}

/*      Links unvisited links                                                   */
a.link:link {
	font-size: smaller;
	color: #336633;
	background: transparent;
}

/*      Links visited links                                                     */
a.link:visited {
	font-size: smaller;
	color: #336633;
	background: transparent;
}

/*      Links active links (not widely supported)                               */
a.link:active {
	font-size:smaller;
	color: #FFFFFF;
	background: #336633;
}

/*      Links when hovered over (MSIE only)                                     */
a.link:hover {
font-size:  smaller;
	color:  #FFFFFF;
	background: #336633;
}

/*      Unvisited links                                                         */
a:link {
	font-size: smaller;
	color: #336633;
	background: transparent;
}

/*      Visited links                                                           */
a:visited {
	font-size: smaller;
	color: #336633;
	background: transparent;
}

/*      Active links (not widely supported)                                     */
a:active {
	font-size: smaller;
	color: #FFFFFF;
	background: #336633;
}

/*      Links when hovered over (MSIE only)                                     */
a:hover {
	font-size: smaller;
	color: #FFFFFF;
	background: #336633;
}




