body {
        font-family : "Comic Sans MS", "Arial";
        font-size: 10pt;
        color: Black;
		scrollbar-base-color:gray; 
		scrollbar-face-color:#CC0000; 
		scrollbar-arrow-color:silver; 
		scrollbar-shadow-color:#FFFFFF; 
		scrollbar-track-color:gray; 
		scrollbar-highlight-color:silver; 
		scrollbar-darkshadow-Color:#4682b4; 
}
h1 {
        font-size: 14pt;
        color : red;
        font-weight: bold;
}

h2 {
  font-size: 12pt;
  color : black;
  font-weight: bold;
}

.head{
  font-size:10pt;
	font-weight: bold;
}

.newstitle {
  color : red;
  font-weight: bold;
}
a {
  color:black;
}
a:hover{
  color:red;
	text-decoration: underline;
}

a.newsflash {
	text-decoration: underline;
	font-size : 10pt;
}
a.newsflash:hover{
	color:#666666;
}

td {
  font-size:10pt;
}

th{
	text-align : left;
	font-size : 10pt;
}
td.sidemenu {
	cursor : hand;
	font-size : 8pt;
}
td.menu{border-bottom:1px dashed;border-color:#dddddd;}
td.bottomline{border-bottom:1px solid;border-color:#000000;}
td.topline{border-top:1px solid;border-color:#000000;}
td.pagetitle {
  font-size:16pt;
	font-weight:normal;
	color: #cc0000;
}
.bordered{
  width:580px;
  border: solid 1px #999999;
	-moz-border-radius: 1em;
  border-radius: 1em;
	padding:3px;
	background-image:url(images/bg-bordered.gif);
	background-repeat: repeat-x;
	text-align:left;
}

.bordered .head{
  font-weight:bold;
	font-size:11pt;
	font-family:Arial;
	color:#fff;
	line-height: 1.85;
	text-align:left;
}

td.bordered{
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
	-moz-border-radius: 1em;
  border-radius: 1em;
	padding:3px;
	background-image:url(images/bg-bordered.gif);
	background-repeat: repeat-x;
}
td.bordered .head{
  font-weight:bold;
	font-size:11pt;
	font-family:Arial;
	color:#fff;
	line-height: 1.7;
}

img.spec{
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
}
a.sidemenu{
	font-family:'Arial';
	font-size:10pt;
	text-decoration : none;
	font-weight:bold;
}
a.sidemenu:hover{
	text-decoration : none;
	font-weight:bold;
}
a.sidemenu_small{
	text-decoration : none;
	font-size:8pt;
}
a.sidemenu_small:hover{
	text-decoration : none;
	font-size:8pt;
}
a.anchor{
	text-decoration : none;
}
a.anchor:hover{
	text-decoration : none;
	color : black;
}
.footer{
	font-family : Arial Black;
	font-size : 20pt;
	color : #ffffff;
}
.heading{
  font-size : 12pt;
	font-weight : bold;
}
.flashhead {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-weight : bold;
	font-size : 11pt;
}
table.flash{
	width : 95%;
}
table.stockcats{
	border : 0pt;
	background-color : Gray;
}
td.data{
	font-size: 8pt;
	background-color:white;
}
td.datahead{
	font-size: 8pt;
	background-color:silver;
	font-weight:bold;
}
td.pagedata{
	font-size: 10pt;
	background-color:white;
}
td.pagedatahead{
	font-size: 10pt;
	background-color:silver;
	font-weight:bold;
}
input {
	font-family: Tahoma;
	font-size : 8pt;
}
.select{
	font-family: Tahoma;
	font-size : 8pt;	
}
#search {position: absolute; left:50; top:70; width:150; visibility:hidden;}
#searchprompt{
	visibility:visible;
}
.searchhead{
	color:white;
	font-weight : bold;
}
.div_ontop {
  padding:4px;
  border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
  overflow:auto;
	zindex:101;
	position:absolute;
	font-size:10pt;
	font-weight:bold;
}
.trans_div {
  padding:0px;
  /*border:solid 1px #000; */
  overflow:auto;

  /* This is an IE filter command. Other browsers will ignore it */
  /* It goes into the trans_div class */
  background-image:url(images/semiopaque.gif);
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/semiopaque.gif');
}

/* Square bracketed class styles are a non-IE type browser variety */
/* This is a seperate css entry, not part of the original trans_div class */
.trans_div[class] {
  background-image:url(images/semiopaque.gif);
  /*background-image:url(images/50percent.png); */
}
.div_head {
  padding:4px;
	top:310px;
	height:50px;
	width:599px;
  overflow:auto;
	zindex:101;
	position:absolute;
	font-size:26pt;
	font-weight:normal;
	font-family:"century gothic";
	valign:bottom;
/* This is an IE filter command. Other browsers will ignore it */
/* It goes into the trans_div class */
  background-image:url(images/semiopaque.gif) repeat-y repeat-x;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/50percent.png');
}

/* Square bracketed class styles are a non-IE type browser variety */
/* This is a seperate css entry, not part of the original trans_div class */
.div_head[class] {
  background-image:url(images/50percent.png);
}

dd {
  font-family : "Arial";
}

.highlight {
  BACKGROUND-COLOR: yellow;
}
