body {
	background-color: #000000;
	margin:4px;
	color:#00FF00;
	font-family:Verdana,sans-serif;
	font-size:8pt; 
}

div.menu { 
	font-size:9pt; 
	border-width:1px; 
	border-color:#000000; 
	background-color: #D6D6D6; 
}

div.content { 
	margin-left:10px; 
	margin-right:10px; 
	z-index:1; 
}

div.menur { 
	z-index:10; 
	text-align:right; 
}

div.menul { 
	z-index:10; 
}

ttable { 
	border-width:0; 
	border-color:#000000; 
}

table.content {
	border-width:0px; 
	background-color: #000000; 
	border-color:#000000; 
	table-layout:auto; 
	margin-bottom:8px;
}

table.head {
	border-width:0px; 
	background-color: #000000; 
	border-color:#000000;
	margin-bottom:8px;
}

table.info { 
	border-width:0; 
	background-color: #000000; 
	border-color:#000000;
	margin-bottom:8px;
}

table.panel { 
	background-color: #000000; 
	border-color:#000000;
	width:150px;
	margin-bottom:8px; 
}

table.leftpanel { 
	background-color: #000000; 
   	border-color:#000000;
	width:150px;
	margin-bottom:6px; 
}


table.rightpanel { 
	background-color: #000000; 
    	border-color:#000000;
	width:150px;
	margin-bottom:6px; 
}

td.quote { 
	border: 1px dashed;
    	font-size:8pt;
}

td.headfill { 
	background-image:url('/css/headfill.png'); 
}

th { 
	font-family:Verdana,sans-serif; font-size:10pt; 
}

td { 
	font-family:Verdana,sans-serif; font-size:9pt; 
}
     
td.head { 
	background-image:url('/css/thhead.png'); 
}

th.head { 
	background-image:url('/css/th_head.gif'); 
	text-align:left; 	 
}

td.news
{
    background-color:#000000;
    color:#00FF00;
    font-family:Verdana;
    font-size:10pt;
}

td.header 	{ background-color:#0F260F; }
th.header 	{ background-color:#EAD4B8; }
td.right  	{ background-color:#0F1A0F; } 
td.center 	{ background-color:#3663B5; } 
td.top    	{ background-color:#792525; }
td.bottom 	{ background-color:#5A0B0B; }
td.info	{ background-color:#06720D; }
td.odd 	{ background-color:#008700; }
td.even	{ background-color:#006303; }
td.left	{ background-color:#004802; }


td.menu   { background-color:#D8D8D8; }

a:link	{ text-decoration:underline; color:#FFFF00;}
a:visited 	{ text-decoration:underline; color:#7FFF7F; }
a:active 	{ text-decoration:underline; color:red; }
a:hover 	{ text-decoration:underline overline; color:red; background-color:#000000; }

input      { background-color: #000000; border-color: #90D0F0; color:#99CC99; font-size:9pt; }
input.send { background-color: #000000; border-color: #90D0F0; color:#99CC99; font-size:9pt; }
select     { background-color: #000000; border-color: #000000; color:#99CC99; font-family: arial,sans-serif; font-size:9pt;  }
textarea   { background-color: #000000; border-color: #1B0000; color:#99CC99; font-family: arial,sans-serif; font-size:9pt;  }
fieldset   { border-color: #000000; background-color:#0F1A0F; }
legend     { font-family:Verdana,sans-serif; font-size:9pt; color: #FFFF00; background-color:#0F1A0F; }

font.body  { color: #11B21C; }

div.phpcode {
	width: 600px;
	overflow: auto;
	overflow-y: hidden;
}

table.pmain {
  border: none;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

td.ptop {
  background: url('/css/topcenter.png');
  overflow-y: hidden;
}

td.pleft,td.pright {
    width: 150px;
    vertical-align: top;
	text-align:left;
    margin: 0px;
    padding: 10px 0px;
}

td.pcontent {
    vertical-align: top;
    text-align: center;
    margin: 0px;
    padding: 8px;
}

td.pbottom {
    font-size: 10px;
    font-weight: bold;
    padding: 1px;
}

div.mleft {
    border: 1px solid black;
    font-size: 12px;
    font-family: Verdana,sans-serif;
    padding: 2px;
    margin: 3px 0px 10px;
    width: 144px;
}

p.mleft {
    margin: 0px;
    padding: 0px;
    width: 150px;
}

div.mright {
    border: none;
    font-size: 10px;
    font-family: Verdana,sans-serif;
    padding: 0px;
    margin: 0px 0px 10px;
}

div.rotator {
    position: absolute;
    top: 45px;
    right: 20px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
}

img {
    border: none;
}

a.hint, a.hint:hover, a.hint:visited, a.hint:active {
	border-bottom: 1px dotted #333;
	cursor: help;
	font-weight: normal;
}

.highlight { font-weight: bold; }

form { display:inline; }

