   table.contabile {
	border-width: 1;
	border-spacing: 1;
	border-style: inset;
	border-color: #000000;
	border-top-color: #dddddd;
	border-collapse: collapse;
	background-color: #ffffff;	
	}

   td.top { 
	border-width: 1;
	padding: 0;
	border-style: inset;
	border-color: #5b8ed0;
	border-bottom-color: #5b8ed0;
	border-top-color: #000000;
	background-color: #5b8ed0;
	font-family: Verdana, Arial;
	font-size: 10;	
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	}

   td.standard { 
	border-width: 1;
	padding: 1;
	border-style: inset;
	border-color: #5b8ed0;
	background-color: #ffffff;
	font-family: Verdana, Arial;
	font-size: 10;	
	font-style: italic;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
	}

   td.standardred { 
	border-width: 1;
	padding: 1;
	border-style: inset;
	border-color: #5b8ed0;
	background-color: red;
	font-family: Verdana, Arial;
	font-size: 10;	
	font-style: italic;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
	}

   font.mini { 
	border-color: #5b8ed0;
	font-family: Verdana, Arial;
	font-size: 10;	
	font-style: italic;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
	}

   INPUT.text {
        border: 1px solid #000;
	height: 18;
	border-color:#7f9db9;
	background-color:#ffffff;
	font-size:11px;
	font-family:Verdana, Arial;
	font-weight:bold;
	}

   SELECT {
        border-width:1;
	border-color:#7f9db9
	color:#CC0000;
	background-color:#ffffff;
	font-size:10px;
	font-family:Verdana, Arial;
	}

   INPUT.radio {
        border-width:0;

	}

   H1 {
	font-family: Verdana, Arial;
	font-size: 20;	
	font-style: normal;
	font-weight: bold;
	color: #222222;
	text-decoration: none;

	}


   A:link {text-decoration: none}
   A:visited {text-decoration: none}
   A:active {text-decoration: none}
   A:hover {text-decoration: none; color: #555555;}