
/* Standard Elements */
body {
  color            : #000000;
  padding          : 0;
  margin           : 0;
  background-color : silver;
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
 
}

td, tr, p, div{
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #000000;
  padding			: 0px; 
}

table.stock td{
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
}

hr {
  color            : #999999;
  height           : 1px;
  width            : 100%;
}

h1 { margin: 0; }
h2, h3, h4, h5, h6 { margin: 5px 0 5px 0px; }

.id_text {
  font-size        : 10px;
  color            : #ffffff;
  text-decoration  : none;
  font-weight      : normal;
}

a:link, a:visited {
  font-size        : 12px;
  color            : #0000dd;
  text-decoration  : underline;
  font-weight      : normal;
}

a:hover {
  font-size        : 12px;
  color            : #0000dd;
  text-decoration  : none;
  font-weight      : bold;
}

.button {
  font-size        : 11px;
  color            : #333333;
  border           : 1px solid #999999;
  margin-bottom    : 5px;
  background-color : #EDEDED;
  padding          : 1px;
}

.inputbox {
  border           : 1px solid #999999;
  background	   : transparent url(../images/back.gif);
  background-color : #EDEDED;
  margin-bottom    : 5px;
  color			   : #333333;
}


/* Custom Elements */

.navigation {
	font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color            : black;
	font-size        : 12px;
	font-weight      : normal;
 }

.navigation a:link, .navigation a:visited {
  font-size        : 10px;
  color            : #FFFFFF;
  text-decoration  : underline;
  font-weight      : bold;
}

.navigation a:hover {
  font-size        : 10px;
  color            : #FFCC00;
  text-decoration  : none;
  font-weight      : bold;
}

.main { 
  float            : left; 
  width            : 100%;
  margin           : 0px; 
  padding          : 0px;
}


/* Plain Text Styles */
.date {
  font-size        : 10px;
  color            : #333333;
  padding-right    : 10px;
}

.mouse, .mouse a:link, .mouse a:visited, .mouse a:hover{
  text-align: center;
  font-size: 9px;
  color: #888888;
  text-decoration: none;
}

.small {
  font-size        : 8px;
  color            : #999999;
}

.smalldark {
  font-size        : 8px;
  color            : #000000;
}

.medium-hot{
	font-family:	Arial, Helvetica, sans-serif;
	font-weight:	bold;
	font-size:	12px;
	vertical-align: middle;
	text-align: top;
	color:	#333333;
	background: white;
}

