table.fancytable {
  margin: 1em 1em 1em 0;
  background: whitesmoke;
  border-collapse: collapse;
  font-size: 10px;
  font-face=Arial;
  width=95%
  a:hover {color: #006633; font-weight: bold} /*Green*/;
}

table.fancytable th, table.fancytable td {
  font-size: 12px;
  line-height: 20px;
  border: 1px slategray solid;
  padding: 1.2 em;
}
table.fancytable th {
  
  background: lightsteelblue;
  text-align: left;
  font-size: 10px;
}
table.fancytable caption {
  font-size: 10px;
  margin-left: inherit;
  margin-right: inherit;
}

table.fancytable li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
table.fancytable li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
table.fancytable li a:hover {
	color: #111;
	background: url(img/tab_li.gif) no-repeat;
}








.forCopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.forTexts {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 20px;
	text-align: justify;

}
.forForms {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px inset;
}
.forButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px outset;
}
