/* AUTHOR: DESI ARAGON / DESI@TORZO.COM / ICQ: 432052672 */

@charset "UTF-8";
/* CSS Document */


/* Transparent PNG FIX for HTML - IMAGES MUST BE INSIDE A DIV TAG FOR THIS TO WORK - DEPENDANT ON BLANK.GIF FILE */
img {
	behavior: none !important;
	border: 0px;
}
a img { 
	behavior: none !important;
	border: none;
}


/* GENERAL SITE WIDE BODY CONTENT STYLES */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
}
.clearBoth {
	clear: both;
}