/* ***************************************************** *//* ABOUT                                                 *//* ***************************************************** *//* File:		modula4_reports.css                          *//* Function:	reporting main layout definitions          *//* Created: 	2007-02-02 by kf                           */ /* Last update:	2007-03-29 by kf                         */ /* ***************************************************** *//* RESET DEFAULTS */* { }body, h1, h2, h3, p, table, tr, th, td, form, select, input, textarea, img, ul, ol, li, a {	font-family:Verdana, Arial, sans-serif;	font-size:11px;	margin:0;	padding:0;	color:#333;	margin:0;	padding:0;}table {		border-collapse: collapse;}th {	font-family:Verdana, Arial, sans-serif;	font-size:11px;	font-weight: bold;	text-align: left;	padding: 5px 10px 5px 10px;	background: #eee;}td {	padding: 10px 10px 1px 10px;	border-bottom: 1px solid #666;}select, input, textarea {	font-family: Verdana, Arial, sans-serif;	font-size: 11px;	color: #333;}a.link			{ color: #333; text-decoration: none; line-height: 1.35; }a.visited		{ color: #333; text-decoration: none; line-height: 1.35; }a.hover			{ color: #999; text-decoration: none; line-height: 1.35; }a.active		{ color: #333; text-decoration: none; line-height: 1.3; }a.visited:hover	{ color: #999; text-decoration: none; line-height: 1.35; }a.active:hover	{ color: #999; text-decoration: none; line-height: 1.35; }
