/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}fieldsetlegend{display:none;}/*remembertodefinefocusstyles!*/:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}/*tablesstillneed'cellspacing="0"'inthemarkup*/table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"""";}

/* standard tags and common classes */
body												{ color: #000; }
a img												{ border: none; }
.clear												{ clear: both; }
.clear:after										{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clear									    { zoom: 1; } /* IE6 */
*:first-child+html .clear							{ zoom: 1; } /* IE7 */
.left												{ float: left; }
.right												{ float: right; }
.hide-text 											{ text-indent: -9999px; overflow: hidden; position: relative; text-align: left; white-space: nowrap; }
table.structural, table.structural td				{ /* this is cellspacing=0 AND cellpadding=0 */ padding: 0; border-spacing: 0; border-collapse: collapse; }
ul													{ padding: 5px 0 5px 0; }
ul ul												{ padding: 0; }
li													{ padding: 2px 0 2px 0; text-align: left; }
ul.std												{ margin-left: 15px; list-style-type: disc; }
ul ul.std											{ list-style-type: circle; }