/* ----------------------------------------------------------------------
                  Sajoba LLC
			----------------------
CSS Document - Global
Sally Eberhart, Sajoba LLC

Thanks to David MacFarland, www.sawmac.com
All Rights Reserved, ©2004-2007 

site		:	http:// www.sajoba.com
filename	:	/_css/global.css
version		:	01.01.2008
-----------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, p, div, ul, ol, li, pre, code, 
variable, address, form, fieldset, blockquote, html, body {

	margin: 0;

	padding: 0;

	font-size: 100%;

	font-weight: normal;

}


table { 
	border-collapse: collapse; border-spacing: 0; 
}


td, th, caption { 
	font-weight: normal; text-align: left; 
}


img, fieldset  {  
	border: 0; 
}


ol  {
	 margin-left: 1.4em; list-style: decimal; 
}


ul { 
	margin-left: 1em; list-style:square; 
}


q:before, q:after {  
	content:''; 
}

