

body	{ margin:0;
	background-color:#000000;
	}


h1		{ font-family:Arial;
		font-size: 18pt;
		color:WhiteSmoke;
		font-weight: bold;
		text-align:center;
		margin-bottom:0px;
		margin-left:0px;
		margin-top:6;
		margin-right:0px
		}

h2		{ font-family:Arial;
		font-size: 12pt;
		color:WhiteSmoke;
		font-weight: bold;
		text-align:Center;
		margin-bottom:3px;
		margin-left:0px;
		margin-top:0px;
		margin-right:0px
		}
		


h3		{ font-family:Arial;
		font-size: 10pt;
		color:WhiteSmoke;
		font-weight: bold;
		text-align:Center;
		margin-bottom:0px;
		margin-left:0px;
		margin-top:0px;
		margin-right:0px
		}
		
h4		{ color: WhiteSmoke;
		font-size:10pt;
		font-family:Arial;
		text-align:left;
		margin-top:2px;
		margin-bottom:3px;
		margin-left:2px;
		margin-right:2px
		}

Table		{background-color:#000000;
		border-collapse:collapse;
		color:ghostwhite;
		}

		
#qlinks 	{width: 150px;
		padding-bottom:2px;
		margin:1px;
		background-image: URL("/hvmenu/qlinks-bg2.gif");
		}

#qlinks:hover 	{background-image: URL("/hvmenu/qlinks-bg1.gif");
		}
		
#qlinks2 	{width: 128px;
		border:solid 1px ghostwhite;
		font-family:arial;
		font-size:10pt;
		text-align:center;
		padding-top:2px;
		padding-bottom:2px;
		margin:1px;
		cursor:hand;
		background-image: URL("/hvmenu/qlinks-bg2.gif");
		}

#qlinks2:hover 	{background-image: URL("/hvmenu/qlinks-bg1.gif");
		}

#qlinksb 	{width: 100%;
		border:solid 1px ghostwhite;
		font-family:arial;
		font-size:10pt;
		padding-top:2px;
		padding-bottom:3px;
		margin-top:1px;
		margin-bottom:1px;
		text-align:center;
		cursor:hand;
		background-image: URL("/hvmenu/qlinks-bg2.gif");
		}

#qlinksb:hover 	{background-image: URL("/hvmenu/qlinks-bg1.gif");
		}



ul		{ font-size:10pt;
		margin-bottom:6px;
		margin-top:0px;
		margin-left:12px;
		margin-right:0px;
		}

li		{ font-family:Arial;
		color:#c0c0c0;
		font-weight:normal;
		font-size:10pt;
		margin-bottom:0px;
		margin-top:0px;
		margin-left:12px;
		margin-right:0px;
		}


p		{ color: LightGrey;
		font-size:10pt;
		font-family:Arial;
		font-weight:normal;
		text-align:left;
		margin-top:2px;
		margin-bottom:3px;
		margin-left:2px;
		margin-right:2px
		}
		
img		{ border:0;
		}


a		{color:yellow }

a:hover		{color:limegreen}


a.boldbuttons{
background: transparent url('/hvmenu/roundedge-red-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 8pt Arial; /* Change 13px as desired */
line-height: 14px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 26px; /* Height of button background height */
padding-left: 6px; /* Width of left menu image */
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: yellow; /*button text color*/
}

a.boldbuttons span{
background: transparent url('/hvmenu/roundedge-red-right.gif') no-repeat top right;
display: block;
padding: 4px 8px 4px 4px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
background-color:#000000;
padding-top:6px;
}