@charset "utf-8";
/* CSS Document

PURPOSE: Resets the browser defaults.

Based on styles suggested by Eric Meyer, Jesse Newland, and David VanDusen


 */
 
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,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,
fieldset,form,label,legend,
caption{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: normal;
	font-family: inherit;
	text-align: left;
}

table,tbody,tfoot,thead,tr,th,td{
margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: normal;
	font-family: inherit;
}


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

ol, ul {
}

sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

sub {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}
