a { color: blue;text-decoration: underline; }
a:hover{ color: red;text-decoration: underline }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

 	font-size:9pt;
 	color:#666666;
 	line-height: 18px;
}

td,div,th,input,select {
 	font-size:9pt;
 	color:#666666;
}

.button{
color: #000000;
background-color:#FCF2CF;
border: 1pt solid #000000;
}

.stGray{
	font-size:  9pt;
	border : solid Gray 1;
}