/* reset */
* { margin: 0; padding: 0; }
body, table, td, img, form, p, div, ul, li { margin: 0; padding: 0; border: none; }
table { border-collapse: collapse; }
ul { list-style: none; }


/* fonts */
body, table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.f_xxbig		{ font-size: 16px; font-weight: bold; }
.f_xbig		{ font-size: 15px; }
.f_big		{ font-size: 14px; }
.f_small		{ font-size: 12px; }
.f_xsmall	{ font-size: 11px; }
.f_xxsmall	{ font-size: 10px; }

h3 { font-size: 13px; margin: 0; }
table.adr td { line-height: 1.4em; }
.desc { color: #888888; }


/* email address anti-spam */
.emadr i { display: none; }
