@charset "utf-8";
/* CSS Document */

/* <link rel="stylesheet" type="text/css"
href="hgstyle.css" /> */
/* background color*/
body {
	background-color: #CFCFCF;
}

/* menu bar style */
.style1 {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
.style1:hover {
        color: #FF6600;
        font-weight: bold;
}

/* form bold red style */
.style2 {
	color: #CC0000;
	font-weight: bold;
}
/* large bold page heading style */
.style3 {
	font-size: x-large;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
/* large white bold font*/
.style4 {
        color: #FFFFFF; 
        font-weight: bold; 
        font-size: x-large;
        background: #000000; 
}
.style4:hover {
        color: #FF0000;
        font-weight: bold;
}

/* black border*/
.style5 {
        border:solid 2px #000000;
}

/* black background*/
.style6 {
        background: #000000;
}

/* highlighted hover*/
.style7:hover {
        background-color: #FFFF00;
}

/* bold red extra large*/
.style8 {
	color: #CC0000;
	font-weight: bold;
	font-size: x-large;
}

/* flashing white with red bg*/
.style9 {
        background: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
        text-decoration: blink;
}

/* black with green bg*/
.style10 {
        background: #00FF00;
	color: #000000;
	font-weight: bold;
}

.vertical {
        vertical-align: top;
        text-align: center;
}

/* inventory*/
.style11 {
	color: #CC0000;
	font-weight: bold;
	font-size: x-large;
        border:solid 2px #000000;
}

/* rounded container*/
.cornerBox { position: relative; background: #FFFFFF; width: 650px; }
.corner { position: absolute; width: 10px; height: 10px; background: url("images/corners.gif") no-repeat; font-size: 0%; }
.cornerBoxInner { padding: 10px; }
.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -10px; }
.BR { bottom: 0; right: 0; background-position: -10px -10px; }


.adbox {
        background-color: #CFCFCF;
	width: 160px;
	height: 700px;
	position: fixed;
	left: 2%;
}
.adbox2 {
        background-color: #CFCFCF;
	width: 120px;
	height: 600px;
	position: fixed;
	right: 2%;
}

h1 { 
   text-decoration: none; 
   margin-top: 0px; 
   margin-bottom: 0px; 
   font-size: 16px;
   font-weight: bold; 
} 

