*
{
 margin: 0;
 padding: 0;
 font-family: arial, verdana;
 font-size: 10pt;
 color: #333;
}

body
{
 background: #cfcfcf url('images/header_bg.gif') repeat-x;
 margin-bottom: 50px;
}

h1
{
 font-size: 12pt;
 font-weight: bold;
}

ul
{
 list-style-type: square;
 list-style-position: inside;
 margin-top: 1em;
}

li
{
 margin-bottom: 0.5em;
}

li ul
{
 padding-left: 1.3em;
 margin-top: 0.5em;
}

#content
{
 text-align: justify;
 margin-bottom: 40px;
}

.footer
{
 font-size: 8pt;
 color: #b0b0b0;
}

a.footer
{
 text-decoration: none;
}

.i
{
 float: right;
 border: 1px solid #b5b5b5;
 margin-left: 15px;
 margin-bottom: 10px;
 padding: 6px;
}

.i_nb
{
 float: right;
 margin-left: 15px;
 margin-bottom: 10px;
 padding: 6px;
}

.prod_img
{
 width: 250px;
 border: 1px solid #b5b5b5;
 padding: 6px;
 margin-top: 6px;
}

hr
{
 color: #b5b5b5;
}

.input
{
 border: 1px solid #b5b5b5;
}