@charset "iso-8859-1";

TD.showcyan
 { 

 FONT-WEIGHT: bold;
 FONT-SIZE: 13px;
 COLOR: #00FFFF; 
 FONT-weight:normal; FONT-FAMILY: Verdana, Arial, sans-serif;
 } 
DIV.showlist
 { 

 FONT-WEIGHT: normal;
 FONT-SIZE: 11px;
 COLOR: blue; 
 FONT-weight:normal; FONT-FAMILY: Verdana, Arial, sans-serif;
 } 

A.showme:link
 {
 FONT-WEIGHT: normal;
text-decoration:none;
 FONT-SIZE: 11px;
 COLOR: blue; 
 FONT-weight:normal;
 FONT-FAMILY: Verdana, Arial, sans-serif;
 } A.showme:visited
 {
 FONT-WEIGHT: normal;
text-decoration:none;
 FONT-SIZE: 11px;
 COLOR: blue; 
 FONT-weight:normal;
 FONT-FAMILY: Verdana, Arial, sans-serif;
 }
 A.showme:hover
 {
  FONT-WEIGHT: normal;
  text-decoration:none;
  FONT-SIZE: 11px;
  COLOR: blue; 
  FONT-weight:normal;
  FONT-FAMILY: Verdana, Arial, sans-serif;
 }
 A.showme:active
 { FONT-WEIGHT: normal;
text-decoration:none;
 FONT-SIZE: 11px;
 COLOR: blue; 
 FONT-weight:normal;
 FONT-FAMILY: Verdana, Arial, sans-serif;
 }
 A.showme:link
 {
 FONT-WEIGHT: normal;
text-decoration:none;
 FONT-SIZE: 11px;
 COLOR: blue; 
 FONT-weight:normal;
 FONT-FAMILY: Verdana, Arial, sans-serif;
 }

.showlist ul, .showlist ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.showlist ul
{
	
	border-bottom-width: 0;
}

.showlist ul li a
{
	display: block;
	text-decoration: none;
	
}
* html .showlist ul li a/* hide from IE5.0/Win & IE5/Mac */
{
	height: 1%;
}
* html .showlist ul
{
	position: relative;	/* IE needs this to fix a rendering problem */
}
