a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color : #707038;
        text-decoration: underline;
}

A:VISITED {
	color : #707038;
}

A:hover {
	text-decoration: underline;
	color : #000000;
}

body, font, table {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10pt;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 8pt;
}


.btest {
        border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
.btest2 {
        border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
.btest3 {
        border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.white{
       color: #ffffff;
}
.red{
       color: #ff0000;
}
.small{
       color: #bababa;
       font-size: 7pt;
}
.vvsmall{
       color: #ffffff;
       font-size: 4pt;
}

.nospace{
       padding: 1px;
       margin: 1px;
}
