
  A:visited { 
	text-decoration: underline; 
	font-weight: normal; color: #666666;
  }

  A:link { 
	text-decoration: underline; 
	font-weight: normal; color: #666666;
  }

  A:hover { 
	text-decoration: underline; color: #FF3333;
	font-weight: normal;
  }

  A:active { 
	text-decoration: underline; color: #FF3333;
	font-weight: normal;
  }


input,textarea,div,td,body,p { font-style: normal; font-family: "Verdana", "MS Sans Serif", "Arial Baltic", "HelveticaLT", "ArialLT", sans-serif; font-size: 10px}
input,textarea,div,td {	white-space: nowrap; }

