
/* ----------------------------------------
======COLORS=======
 
  *Page 
 	Background: #fff
 	Text: #212121

------------------------------------------*/


/* @group CSS Base Reset */

/* Reduced Copy of
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

table {
    
	margin: 0; padding: 0; border: 0; outline: 0; 
	vertical-align: baseline; background: transparent; 
    /*font-weight: inherit;  
	font-style: inherit; 
    font-size: 100%; 
    font-family: inherit; */

}

table { border-collapse: collapse; border-spacing: 0; }
html { background: #fff; }	
.without_background_image {
	background-image: none!important;
}


