/* CSS Document */
  body {
	padding-top: 0;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 2%;
	margin: 0;
	font-family: tahoma;
	font-size: 9pt;
	color: black;
	background-color: #000000;
  }
  td {
  font-size: 9pt;
  }
  h2 {
  font-size: 12pt;
  }
  .center {
  text-align: center;
  }
  .right{
  text-align: right;
  }
  a:link {
  color: black;
  text-decoration: underline;
  font-weight: bold;
  }
  a:visited {
  color: black;
  text-decortion: underline;
  font-weight: bold;
  }
  a:hover {
  color: rgb(184, 0, 0);
  text-decoration: underline;
  font-weight: bold;
  }
  .small {
  font-size: 7pt;
  }
  .small2 {
  font-size: 8pt;
  }
.border {
border: 1px dashed rgb(100, 100, 100);
}
.inputbox {
border: 1px solid rgb(100, 100, 100);
font-size: 9pt;
font-family: arial;
background-color: #181818;
color: white;
margin-bottom: 10px;
}
.bold {
font-weight: bold;
}
.italic {
font-style: italic;
}
.big {
font-size: 12pt;
}

.gals {
vertical-align:top;
padding: 4px;
width: 100px;
background-color: white;
}
.center {
text-align:center;
}
.top {
vertical-align: top;
}
.bol {
width: 105px;
height: 105px;
border: 1px solid rgb(100, 100, 100);
}

hr {
border:0;
height:1px;
background-color:rgb(100, 100, 100);
color:rgb(100, 100, 100);
}

/* style the outer div to give it width */
.menu {
	width:800px;
	font-size:0.85em;
	padding-bottom:30px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:100px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:100px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:8pt;
text-transform: uppercase;
font-family: sans-serif, arial;
font-weight: bold;
text-decoration:none; color:rgb(20, 20, 20); width:100px; height:30px; padding-left:0px;line-height:30px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:100px;
w\idth:100px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:black; background: url(../images/bar_hover.gif) repeat-x;
text-decoration: none;
}
.menu :hover > a, .menu ul ul :hover > a {
color:black;
background: url(../images/bar_hover.gif) repeat-x;
}
