/*

-----------------------------------------------

SAS Reset support.sas.com CSS

author:   rebecca hemstad

version:  09 April 2007



Standardizes cross-browser rendering on common elements, neutralizing browsers' built-in stylesheets.



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



/* ****** RESET STYLES *******

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





/* temporarily disabled

dd,dl,dt,li,ol,ul,em,div,span, blockquote

*/







html,body,

applet,object,iframe,

h4,h5,h6,p,pre,

a,abbr,acronym,address,big,cite,code,

del,dfn,font,img,ins,kbd,q,s,samp,

small,strike,sub,sup,tt,var,

fieldset,form,label,legend,caption{

	margin: 0;

	padding: 0;

	border: 0;

	font-weight: normal;

	font-style: normal;


	line-height: 1.25em;

	font-family: inherit;

	text-align: left;

}  

table,tbody,tfoot,thead,tr {

	font-weight: normal;

	font-style: normal;

	font-size: 100%;

	line-height: 1.25em;

	font-family: inherit;

	text-align: left;

}





th {

font-weight: bold;

text-align: center;



}







/* ol 

ul {

	list-style: none;

}

*/



q:before,q:after,

blockquote:before,blockquote:after {

	content: "";

}        



a img,:link img,:visited img { border:none }





sup {

    font-size: smaller;

    vertical-align: baseline;

    position: relative;

    bottom: 0.33em;

}   







sub {

    font-size: smaller;

    vertical-align: baseline;

    position: relative;

    bottom: -0.25em;

}

