/*

Script Name        normal
Script Title       Normal Style Sheet for XHTML Documents
Script Version     1.0.0

Scripting Language CSS
Scripting Style    Cellario

File Name          normal.css
File Date          11 July 2006

Author             Luca Cellario
Copyright          Luca Cellario

*/

html
{
    display:block;
}

head
{
    display:none;
}

body
{
    display:block;
    margin-left:8px;
    margin-right:8px;
    margin-top:0px;
    margin-bottom:8px;
    padding:0px;
    border-style:none;
    background-color:#ffffff;
    font-size:67%;
}

h1
{
    display:block;
    margin-left:0px;
    margin-right:0px;
    margin-top:8px;
    margin-bottom:0px;
    padding:0px;
    border-style:none;
    background-color:#ffffff;
    color:#000000;
    font-family:tahoma,sans-serif;
    font-style:normal;
    font-weight:bold;
    font-size:150%;
    text-align:justify;
    white-space:normal;
}
h2
{
    display:block;
    margin-left:0px;
    margin-right:0px;
    margin-top:16px;
    margin-bottom:0px;
    padding:0px;
    border-style:none;
    background-color:#ffffff;
    color:#000000;
    font-family:tahoma,sans-serif;
    font-style:normal;
    font-weight:bold;
    font-size:125%;
    text-align:justify;
    white-space:normal;
}

p
{
    display:block;
    margin-left:0px;
    margin-right:0px;
    margin-top:12px;
    margin-bottom:0px;
    padding:0px;
    border-style:none;
    background-color:#ffffff;
    color:#000000;
    font-family:tahoma,sans-serif;
    font-style:normal;
    font-weight:normal;
    font-size:100%;
    text-align:justify;
    white-space:normal;
}

pre
{
    display:block;
    margin-left:0px;
    margin-right:0px;
    margin-top:4px;
    margin-bottom:0px;
    padding:0px;
    border-style:none;
    background-color:#ffffff;
    color:#000000;
    font-family:'lucida console',monospace;
    font-style:normal;
    font-weight:normal;
    font-size:100%;
    text-align:left;
    white-space:pre;
}

ul,ol,dl
{
    display:block;
    margin:0px;
    padding:0px;
    border-style:none;
    background-color:#ffffff;
    font-size:100%;
}
li
{
    display:list-item;
    margin-left:16px;
    margin-right:0px;
    margin-top:4px;
    margin-bottom:0px;
    padding:0px;
    border-style:none;
    list-style-type:square;
    list-style-position:outside;
    background-color:#ffffff;
    color:#000000;
    font-family:tahoma,sans-serif;
    font-style:normal;
    font-weight:normal;
    font-size:100%;
    text-align:justify;
    white-space:normal;
}
dt
{
    display:list-item;
    margin-left:16px;
    margin-right:0px;
    margin-top:4px;
    margin-bottom:0px;
    padding:0px;
    border-style:none;
    list-style-type:square;
    list-style-position:outside;
    background-color:#ffffff;
    color:#000000;
    font-family:tahoma,sans-serif;
    font-style:normal;
    font-weight:bold;
    font-size:100%;
    text-align:justify;
    white-space:normal;
}
dd
{
    display:block;
    margin-left:16px;
    margin-right:0px;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    border-style:none;
    background-color:#ffffff;
    color:#000000;
    font-family:tahoma,sans-serif;
    font-style:normal;
    font-weight:normal;
    font-size:100%;
    text-align:justify;
    white-space:normal;
}

table
{
    display:table;
    margin-left:0px;
    margin-right:0px;
    margin-top:4px;
    margin-bottom:0px;
    padding:0px;
    border-style:solid;
    border-collapse:collapse;
    border-width:1px;
    border-color:#000000;
    width:100%;
    font-size:100%;
}
tr
{
    display:table-row;
    font-size:100%;
}
th
{
    display:table-cell;
    padding:4px;
    border-style:solid;
    border-collapse:collapse;
    border-width:1px;
    border-color:#000000;
    background-color:#ffffff;
    color:#000000;
    font-family:tahoma,sans-serif;
    font-style:normal;
    font-weight:bold;
    font-size:100%;
    text-align:justify;
    white-space:normal;
}
td
{
    display:table-cell;
    padding:4px;
    border-style:solid;
    border-collapse:collapse;
    border-width:1px;
    border-color:#000000;
    background-color:#ffffff;
    color:#000000;
    font-family:tahoma,sans-serif;
    font-style:normal;
    font-weight:normal;
    font-size:100%;
    text-align:justify;
    white-space:normal;
}

div,form
{
    display:block;
    margin:0px;
    padding:0px;
    border-style:none;
    font-size:100%;
}
input,select,textarea
{
    display:inline-block;
    color:#000000;
    font-family:tahoma,sans-serif;
    font-style:normal;
    font-weight:normal;
    font-size:100%;
    text-align:left;
    white-space:normal;
}
button
{
    display:inline-block;
    color:#000000;
    font-family:tahoma,sans-serif;
    font-style:normal;
    font-weight:normal;
    font-size:100%;
    text-align:center;
    white-space:normal;
}

hr
{
    display:block;
    margin-left:0px;
    margin-right:0px;
    margin-top:12px;
    margin-bottom:0px;
    padding:0px;
    border-style:solid;
    border-width:1px;
    color:#000000;
}

a:link
{
    background-color:transparent;
    color:#0000ff;
    text-decoration:underline;
}
a:visited
{
    background-color:transparent;
    color:#800080;
    text-decoration:underline;
}
a:active
{
    background-color:transparent;
    color:#ff0000;
    text-decoration:underline;
}
img
{
    border-width:1px;
}

code
{
    font-family:'lucida console',monospace;
}
em
{
    font-style:italic;
}
strong
{
    font-weight:bold;
}

h1.left,h2.left,p.left,pre.left,li.left,dt.left,dd.left,th.left,td.left,input.left,select.left,textarea.left,button.left
{
    text-align:left;
}
h1.center,h2.center,p.center,pre.center,li.center,dt.center,dd.center,th.center,td.center,input.center,select.center,textarea.center,button.center
{
    text-align:center;
}
h1.right,h2.right,p.right,pre.right,li.right,dt.right,dd.right,th.right,td.right,input.right,select.right,textarea.right,button.right
{
    text-align:right;
}
h1.justify,h2.justify,p.justify,pre.justify,li.justify,dt.justify,dd.justify,th.justify,td.justify,input.justify,select.justify,textarea.justify,button.justify
{
    text-align:justify;
}

h1.nowrap,h2.nowrap,p.nowrap,pre.nowrap,li.nowrap,dt.nowrap,dd.nowrap,th.nowrap,td.nowrap,input.nowrap,select.nowrap,textarea.nowrap,button.nowrap
{
    white-space:nowrap;
}

table.header
{
    margin-top:8px;
    border-left-style:none;
    border-right-style:none;
    border-top-style:none;
    border-bottom-width:2px;
}
th.header,td.header
{
    padding-left:0px;
    padding-right:0px;
    padding-top:0px;
    border-left-style:none;
    border-right-style:none;
    border-top-style:none;
    border-bottom-width:2px;
}

table.footer
{
    margin-top:12px;
    border-left-style:none;
    border-right-style:none;
    border-bottom-style:none;
    border-top-width:2px;
}
th.footer,td.footer
{
    padding-left:0px;
    padding-right:0px;
    padding-bottom:0px;
    border-left-style:none;
    border-right-style:none;
    border-bottom-style:none;
    border-top-width:2px;
}
