﻿body 
{
	background-color:gainsboro;
	font-family:Tahoma;
	font-size:small;
	
	
	
 
	
	
}
A {

	border:0;
	border-style:none;
}
A.vlink
{
	border:0;
	border-style:none;
	color:Blue;

}
A.smalllink
{
	font-weight:bold;
	text-decoration:underline;

}

	
A.link
{
	border:0;
	border-style:none;
}
IMG
{
	border:0;
}
.more {
	display: none;
	 }
a.showLink, a.hideLink {
	text-decoration: none;
	color: #36f;
	padding-left: 8px;
	background: transparent url('down.gif') no-repeat left; }
a.hideLink {
	background: transparent url('up.gif') no-repeat left; }
a.showLink:hover, a.hideLink:hover {
	border-bottom: 1px dotted #36f; }
