.new {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #333333}
.table {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: normal; color: #333333}
.headers {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #000000}
.footer {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal; color: #000000}
.button1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: bold; border: 1px ridge #000000; color: #000000; background-color: #F3F3F3}
.button2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	border: 1px ridge #000000;
	color: #000000;
	background-color: #F3F3F3;
	border-color: #CCCCCC;
}
.formbox {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal; color: #000000; background-color: #F3F3F3}

 /* defines  same color to unvisited/visted links inside #table */
 .table a:link, .table a:visited {
 	color: #666;
	/* turns underlining off  */
 	text-decoration: none;
 }
 /* controls mouseover colors */
 .table a:hover, .table a:active {
 	color: #000000;  /* text color */
 	background-color: #F3F3F3;
 	border: 1px solid #000;
 }
 
  /* This rule defines the <a> tag inside the table */
 .table a {
/* provides a bit of space around the link inside the 2px dotted border */
 	/*/*/padding: 2px; 

/* makes the entire width clickable */
 	display: block;

 	border: 1px ridge #F3F3F3;

/* turns underlining off  */
 	text-decoration: none;

/* sets table line-height */
 	line-height: 1.6em;

/* sets table line-width */
 	width: 130px; /* */
 }