.button {
text-decoration: none;
font-family: Arial, Helvetica, sans-serif; 
font-weight: bold; 
font-size: 16px;
          color : #FF0000;
          background-color : transparent;
; text-align: left
          }


.button:LINK {
   color: #FF0000;
   background-color : transparent;
   text-decoration: none;
}

.button:HOVER {
	color: #FF0000! important;
		 text-decoration: none;
		background-color : transparent;
}

.button:VISITED {
	color: #FF0000;
		 text-decoration: none;
		background-color : transparent;
}

.thinline_h {
	background-repeat : no-repeat;
	background-position : top;
	background-image : url(../images/thin_line_h.gif);
}

.thinline_V_left {
	background-repeat : repeat-y;
	background-position : left;
	background-image : url(../images/thin_line_v.gif);
}

.strillino {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
}

.strillino:LINK {
   color: #0000FF;
   background-color : transparent;
   text-decoration: none;
}

.strillino:HOVER {
	color: #CC0066 ! important;
		 text-decoration: none;
		background-color : transparent;
}

.strillino:VISITED {
	color: #6A5ACD;
		 text-decoration: none;
		background-color : transparent;
}


