﻿body
{

}

test
{
	border-right-style:double; 
	border-left-style: double; 
	border-right-width: medium; 
	border-left-width: medium; 
	border-color: #000000;
}

.PagerNormal
{
	font: 9pt Verdana;
	color: #0066CF;
	border: solid 1px #778899;
	padding: 1px 4px;
	text-decoration:none;
}
.PagerCurrent
{
	font: 9pt Verdana;
	border: solid 1px #778899;
	background-color: #FFD700;
}

.BoxPic
{
	margin: 5px;
	border-width: thin thick thick thick;
	border-color: #C0C0C0;
	padding: 5px;
	border-style: solid outset outset solid;
}


table 
{
	border-collapse: collapse;
	border: none;
	font: normal 11px helvetica, verdana, arial, sans-serif;
	border-spacing: 1px;
  }
caption {
  text-align: left;
  font: normal 11px helvetica, verdana, arial,  sans-serif;
 
  }
td, th
{
	border: none;
	padding: .8em;
	color: #000000;
	font-style: normal;
	font-weight: bolder;
}

HyperLink a:hover 
  {
	background: transparent;
	color: #00FF0C;
  }

thead th, tfoot th {
  font: bold 10px helvetica, verdana, arial, sans-serif;
  border: none;
  text-align: left;
  background: #FFFFFF;
  color: #00FF0C;
  padding-top:4px;
  }
tbody td a {
  text-decoration: none;
  color: #000000;
  }
tbody td a:hover {
  background: transparent;
  color: #00FF0C;
  }
  
td a:hover 
{
	background: transparent;
	color: #00FF0C;
}