@import url(iqmtm_import.css);

/*
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Set the page attributes: background, font type, size & color,
                           center template
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

body {
line-height: 1.1em;  
color: #333; 
font: small Tahoma, Arial, Verdana, Helvetica, sans-serif!important; 
font /*IE5-5.5 hack*/: x-small Tahoma, Arial, Verdana, Helvetica, sans-serif;

/background: #fff url(images/background1075_2.jpg) repeat-y  top center;  
/* text-align: center; /* center template 1/2  */
}







/* 	background: #E0E0E0 ;  /* background page color - outside of box  */

/* add image to background:  
	background: #fff url("img/pageborder.gif") repeat-y center top;
		background: #2F5E4D;   green background
		background: #ECEEEC;   light gray background
		background: #2591DA;   blue background
		background: #BCBCBC;   medium gray background
	
	
*/

