/*=========================================================================================*/
/*==[ Default Styles ]=====================================================================*/
/*==[ CSS Framework by Bruno Fagundez - 2008 (c) / www.graficados.com ]========================*/
/*=========================================================================================*/ 
/*
 *  Contents 
 * 	----------------------------------------------------------------------------------------
 *  [1] html tags redefinition / reset.
 * 	[2] shortcuts to common tasks (floats, clears, etc.)
 * 
/*=========================================================================================*/
/*==[ 1 ]==================================================================================*/
/*==[ html tags redefinition / reset ]=====================================================*/

body {
	margin:0;
	padding:0;	
	font-family:Trebuchet MS, Tahoma, Verdana, sans-serif;
	font-size:75%;	
	background:#993300;
	color:#FFFFFF;
}

h1, h2, h3, h4, h5, form, ul, ul li, li, p {
	margin:0;
	padding:0;	
} 

ul, ul li, li {
	list-style:none;
}

br {
	clear:both;
}

/*==========================================================================================*/
/*==[ 2 ]===================================================================================*/
/*==[ shortcuts to common tasks (floats, clears, etc.) ]====================================*/

/*--[ floats ]--------------*/
.f_left { float:left; }
.f_right { float:right; }

/*--[ clears ]--------------*/
.clear { clear:both; }

/*--[ text-aligns ]---------*/
.align_right { text-align:right; }
.align_left{ text-align:left; }

/*--[ font colors ]---------*/
.white { color:#FFFFFF; }
.black { color:#000000; }
.gray { color:#e0e0e0; }

/*--[ background colors ]---*/
.bg_white { color:#FFFFFF; }
.bg_black { color:#000000; }
.bg_gray { color:#e0e0e0; }

/*--[ resets / NO ]---------*/
.nomargin { margin: 0px !important; }
.nopadding { padding: 0px !important; }
.nobackground { background: none !important; }
.nofloat { float: none !important; }

/*--[ text sizes ]----------*/
.txt_18px { font-size:18px !important; }
.txt_15px { font-size:15px !important; }
.txt_12px { font-size:12px !important; }
.txt_11px { font-size:11px !important; }
.txt_10px { font-size:10px !important; }