body
        {
        padding:0;
        border:0;
        margin:10;
        text-align:center;
        font-size:10pt;
        font-family:'‚l‚r ‚oƒSƒVƒbƒN',arial,sans-serif;
        color:black;
        line-height:130%;
        }

a
        {
        outline:none;
        }
a:link,
a:visited
        {
        color:#0000ff;
        text-decoration:underline;
        }
a:hover
        {
        color:#ff0000;
        text-decoration:underline;
        }
a:active
        {
        color:#ff8000;
        text-decoration:underline;
        }
        
img
        {
        border:0;
        }
        

table
        {
        border-color:#505050;
        }
        

td
        {
        border-color:#505050;
        }
        

/***************************************************************/


.boxLeft
        {
        width: 460px;
        text-align:left;
        float:left;
        border-style:solid;
        border-width:1px;
        border-color:#505050;
        margin:5px;
        /*background-color:#F8F8F8;
        padding:10px;*/
        }

.boxRight
        {
        width: 460px;
        text-align:left;
        float:right;
        border-style:solid;
        border-width:1px;
        border-color:#505050;
        margin:5px;
        /*padding:10px;*/
        }

.boxInLeft
        {
        text-align:left;
        padding:5px;
        float:left;
        }
.boxInRight
        {
        text-align:right;
        padding:5px;
        float:right;
        }

.price
        {
        text-align:left;
        vertical-align:middle;
        padding:5px;
        float:left;
        font-size:11pt;
        color:red;
        font-weight:bold;
        }

.Left
        {
        text-align:left;
        /*vertical-align:bottom;
        height:40px;*/
        }

