@charset "iso-8859-1";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{ 
	margin:0;
	padding:0;
}
table { border-collapse:collapse;	border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal;}
ol,ul { list-style:none;}
caption,th { text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%;	font-weight:normal;}
q:before,q:after { content:''; }
abbr,acronym { border:0; }

/*ruth reset*/

ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
	padding-bottom: 0;
}
ul ul, ul ol, ol ul, ol ol { margin-top: 0; margin-bottom: 0; }
h1 { font-size: 240%;}
h2 { font-size: 180%;}
h3 { font-size: 140%;}
h4 { font-size: 100%;}
h5 { font-size: 70%;}
h6 { font-size: 50%;}
a, a:link, a:visited, a:active {	text-decoration: underline; }
a:hover { text-decoration: none;}
code, pre { font-family: "Courier New", Courier, monospace;}
label { cursor: pointer;}
table { font-size: 100%;}
td, th { vertical-align: top;}
body { font-size: 100.1%;}

html>body
{
	/* Opera's default font size is typically 10% smaller than IE or Mozilla
	 * so we correct for this here, since we're using percentages 
	 * everywhere. And we do this because pixel-based fonts don't resize
	 * under IE/Win and percentages/ems are essentially the same, and I like
	 * percentages for fonts.
	 */
	font-size: 110%;
}
body:last-child, * html body
{
	/* of course the previous selector for Opera's fix is caught by more 
	 * than a few other browsers, so we reset that value here.
	 */
	font-size: 100.1%;
}

