body{
    background-color: #dddddd;
}

@font-face{
    font-family: font;
    src: url('font.ttf')
}

div.container0{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

div.container1{
    background-color: #cccccc;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: -8px;
    padding-top: 15px;
    background: #cccccc;
    background: -moz-linear-gradient(top, #cccccc 0%, #cccccc 98%, #999999 99%, #999999 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(98%,#cccccc), color-stop(99%,#999999), color-stop(100%,#999999));
    background: -webkit-linear-gradient(top, #cccccc 0%,#cccccc 98%,#999999 99%,#999999 100%);
    background: -o-linear-gradient(top, #cccccc 0%,#cccccc 98%,#999999 99%,#999999 100%);
    background: -ms-linear-gradient(top, #cccccc 0%,#cccccc 98%,#999999 99%,#999999 100%);
    background: linear-gradient(to bottom, #cccccc 0%,#cccccc 98%,#999999 99%,#999999 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#999999',GradientType=0 );
}

div.header{
    font-family: font;
    text-transform: uppercase;
    margin: 5px 5px 5px 5px;
}

div.menu{
    margin: 5px 5px 5px 5px;
    padding-top: 0px;
}

div.cont0{
    margin-top: 25px;
    margin-left: -8px;
    margin-right: -8px;
}

div.cont1{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

div.cont2main{
    padding: 0px 15px 10px 15px;
    color: #EEEEEE;
    border: 2px solid #000000;
    border-radius: 5px;
    background: #6da9d8;
    background: -moz-radial-gradient(center, ellipse cover, #6da9d8 0%, #2989d8 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#6da9d8), color-stop(100%,#2989d8));
    background: -webkit-radial-gradient(center, ellipse cover, #6da9d8 0%,#2989d8 100%);
    background: -o-radial-gradient(center, ellipse cover, #6da9d8 0%,#2989d8 100%);
    background: -ms-radial-gradient(center, ellipse cover, #6da9d8 0%,#2989d8 100%);
    background: radial-gradient(ellipse at center, #6da9d8 0%,#2989d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6da9d8', endColorstr='#2989d8',GradientType=1 );
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
}

div.cont2{
    padding: 0px 15px 10px 15px;
    color: #EEEEEE;
    border: 2px solid #000000;
    border-radius: 5px;
    background: #6da9d8;
    background: -moz-radial-gradient(center, ellipse cover, #6da9d8 0%, #2989d8 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#6da9d8), color-stop(100%,#2989d8));
    background: -webkit-radial-gradient(center, ellipse cover, #6da9d8 0%,#2989d8 100%);
    background: -o-radial-gradient(center, ellipse cover, #6da9d8 0%,#2989d8 100%);
    background: -ms-radial-gradient(center, ellipse cover, #6da9d8 0%,#2989d8 100%);
    background: radial-gradient(ellipse at center, #6da9d8 0%,#2989d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6da9d8', endColorstr='#2989d8',GradientType=1 );
    font-family: Arial, Helvetica, sans-serif;
}

table.t1{
    font-size: 15px;
    padding-top: 67px;
}

.table{
    font-size: 20px;
}

.img{
    text-align: right;
    margin: -317px 0px 0px 0px;
    padding:;
}

img {
    border: 1px solid black;
}

/* Menu */

ul li.active{
    _visibility: hidden;
}

ul.solidblockmenu{
    margin: 0;
    margin-bottom:1em;
    padding: 0;
    list-style: none;
    position:relative;
}

ul.solidblockmenu li{
    display: inline;
}

ul.solidblockmenu li a{
    font: bold 14px Arial;
    color: black;
    padding: 8px;
    margin-right: 20px;
    text-decoration: none;
}

ul.solidblockmenu li.active{
    position:absolute;
    width:0;
    border:1px solid black;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius:4px;
    -moz-box-shadow: 2px 2px 4px rgba(120,120,120,0.7);
    -webkit-box-shadow: 2px 2px 4px rgba(120,120,120,0.7);
    box-shadow: 2px 2px 4px rgba(120,120,120,0.7);
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#7db9e8));
    background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
    background: -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
    background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
    background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
}