
/* ------------------------------------------------------------
SIZES
this one contains the relative sizes and is mainly
used for accessibility purposes in styleswitch (change size)
it contains sizes and also families
------------------------------------------------------------*/

/* ------------------------------------------------------------
BODY
------------------------------------------------------------*/

body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 74%;
}

/* ------------------------------------------------------------
General purpose classes - TAGS
------------------------------------------------------------*/

td { 
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	/* repeat the standard font, please */
}

/* -------------------------------------------------   hr --*/

hr {  
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
html>body hr {  
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
hr.thin {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

/* ----------------------------------------------   A link --*/



/* ------------------------------------------------------------
General purpose classes - SPECIFIC CLASSES
------------------------------------------------------------*/



/* ------------------------------------------------------------
WRAPPERS generali
------------------------------------------------------------*/



/* ------------------------------------------------------------
ICONS for files linked
------------------------------------------------------------*/



