/* ----------------------------------------------------------------------
                  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		:	07.27.2007
-----------------------------------------------------------------------*/

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

	margin: 0;

	padding: 0;

	font-size: 100%;

	font-weight: normal;

}

body {font-weight: 80%; }

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-type: disc;
}


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