/* Sort of print stylesheet */
/* version 0.3 - 03-10-2008 */

/* clean start based on eric meyer
http://meyerweb.com/eric/tools/css/reset/
v1.0 | 20080212 
-------------------------------------------- */

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, strong, sub, sup, tt, var, b, u, i, center, 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-size: 100%;
vertical-align: baseline;
background: transparent;
text-decoration:none;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
}

table {
border-collapse: collapse;
border-spacing: 0;
}


body {
color:#000;
font:8pt/1.1 'lucida grande',verdana,arial,helvetica,sans-serif !important;
text-align:left;
}

ul, ol, p, form, div, h2 {
margin-bottom:.75em;
}

input, select, textarea {
vertical-align:middle;
}

#logo img {
width:240px;
height:40px;
margin-bottom:20px;
}

#decor, #owner, #mainnav, #footer, #info, h2.saved, form.saved, #done, .print {
display: none;
}

ol.viewlist li {
width:40%;
float:left;
margin-right:4%;
margin-left:2em;
margin-bottom:.75em;
list-style:decimal
}

ol.viewlist li li {
float:none;
margin:0;
width:100%;
list-style:none;
}

