body			{
	color: #000000;
	font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	background: Silver;
}
table, td       {
	color: #000000;
	font-size: 10px;
	font-family: Verdana;
	font-weight: normal;
	background: White;
}
th				{ border: 1 outset #FF6600; font-family: Verdana; font-size: 10px; color: #FF6600; font-weight: bold }	

a				{ font-family: Verdana; font-size: 10px; color: #FF0000; text-decoration: none }
a:hover			{ font-family: Verdana; font-size: 10px; color: #FF6600; text-decoration: none }
a:visited		{ font-family: Verdana; font-size: 10px; color: #FF0000; text-decoration: none }
a:visited:hover { font-family: Verdana; font-size: 10px; color: #FF6600;text-decoration: none }

h1			{ color: #000000; font-size: 18 pt; font-family: Verdana; font-weight: bold  }

option, input, select, textarea { border: 1 solid #000000;  font-family: Verdana; font-size: 10px; color: #000000; font-weight: normal }

TD.header
 {
	color: #000080;
	background: #B4D0E0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	border-right: #c0c0c0 1px solid;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #c0c0c0 1px solid;
	height: 25px;
}
 
 TD.topicdark
 {
   color: #000000;
   background: #DDDDE0;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   border-right: #c0c0c0 1px solid;
   border-top: #ffffff 1px solid;
   border-left: #ffffff 1px solid;
   border-bottom: #c0c0c0 1px solid
  }
  
  TD.topiclight
 {
   color: #000000;
   background: #E8E8EB;
   font-family: Verdana, Helvetica, Arial, sans-serif;
   border-right: #c0c0c0 1px solid;
   border-top: #ffffff 1px solid;
   border-left: #ffffff 1px solid;
   border-bottom: #c0c0c0 1px solid
  }