@charset "utf-8";
/* Yahoo CSS reset */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,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,optgroup{font-style:inherit;font-weight:inherit;}
del{text-decoration:line-through;}
ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:bold;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}

/* Yahoo CSS base */
h1 {font-size:140%;}
h2 {font-size:125%;}
h3 {font-size:110%;}
/* top & bottom margin based on font size */
h1,h2,h3 {margin:1em 0;}
/*bringing boldness back to headers and the strong element*/
strong {font-weight:bold;}
/*indicating to users that more info is available */
abbr,acronym {border-bottom:1px dotted #000;cursor:help;} 
/*bringing italics back to the em element*/
em {font-style:italic;}
/*giving blockquotes and lists room to breath*/
blockquote,ul,ol,dl {margin:1em;}
/*bringing lists on to the page with breathing room */
ol,ul,dl {margin-left:2em;}
/*giving OL's LIs generated numbers*/
ol li {list-style: decimal outside;}
/*giving UL's LIs generated disc markers*/
ul li {list-style: disc outside;}
/*giving definition lists breathing room */
dl dd {margin-left:1em;}
/*borders and padding to make the table readable*/
th,td {border:1px solid #000;padding:.5em;}
/*distinguishing table headers from data cells*/
th {font-weight:bold;text-align:center;}
/*coordinated marking to match cell's padding; centered so it doesn't blend in to other content*/
caption {margin-bottom:.5em;text-align:center;}
/*so things don't run into each other*/
p,fieldset,table {margin-bottom:1em;}
/* end Yahoo CSS */

body {font:normal 90% Verdana, Arial, Helvetica, sans-serif; margin:.5em 1em;}

