
///////////////////////////////////////////
// MAIN STYLE SHEET - CREATED ON 6/21/2005
// Copyright 2005 Schaff International
// Author: Scott Blickhan
///////////////////////////////////////////

. norm_text{
	font-family: Arial, Impact, Haettenschweiler, MS Mincho, Verdana, Arial;
	font-size: 8pt;
	color: #000000;
}
body {
	font-family: Comi-Sans;
}

P {
	font-family: gill, helvetica, sans-serif;
	font-size: 8pt;
}

LI {
	font-family: Arial, Impact, Haettenschweiler, MS Mincho, Verdana;
	color: black;
	font-size: 8pt;
}

A:hover {
	color: #82073D;
	font-family: Arial;
	font-size: 11pt
}

A.side_link{
	text-decoration: none;
	color: #82073D;
	font-size: 11pt;
}

A.side_link:hover {
	text-decoration: none;
	color: #FD1779;
	cursor: hand;
	font-size: 11pt;
}
span.menubutton {
font-family: Arial;
font-size: 11pt;
font-weight: bold;
}
TD.wire_table_tabs{

font-family: Arial;
font-size: 10pt;
font-weight: Bold;
border-right: 1px solid black;
border-left: 1px solid black;
border-top: 1px solid black;
border-bottom: 1px solid black;
}

TD.wire_table_headers{

font-family: Arial;
font-size: 8pt;
font-weight: Bold;
text-decoration: underline;
}
TD.wire_table{
align: left;
font-family: Arial;
font-size: 8pt;
font-weight: Normal;

}
DIV.tab{
  color: navy;
  background-color: white;
  border: 1px solid #82073D;
  position: absolute;
  top: 420;
  width: 80;
  text-align: center;
  font: 9pt Arial,Verdana,sans-serif;
  z-index: 2;
  padding: 3;
  cursor: pointer;
  cursor: hand;
}
DIV.panel{
  position: absolute;
  top: 457;
  left: 170;
  width: 100%;
  z-index: 1;
  height: 100%;
  visibility: hidden;
  font: 8pt Arial,Verdana,sans-serif;
  color: black;
  border: 1px dashed #82073D;
  padding: 10;
  overflow: none;
}