﻿        html {
            width: 100%;
            height: 100%;           
        }
        body{
            margin: 0px;
            padding: 0px;
            background-color: #999999;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #333333;  
        }

        a:link {
            color: #000000;
        }

        a:visited {
            color: #666666;
        }

        a.white:link {
            color: #FFFFFF;
            text-decoration: none;
            font-size: 12px;
        }

        a.white:visited {
            color: #FFFFFF;
            text-decoration: none;
            font-size: 12px;
        }

        .text1 {
            font-size: 18px;
        }

        .text2 {
            font-size: 14px;
        }

        div.layout {
            height: 100%;
        }
        div.center {
            text-align: center;
        }
        div.header {
            height: 120px;
            width: 100%;
        }

        div.main {
            position: absolute;
            top: 120px;
            left: 0px;
            width: 100%;
            height: auto;
        }

        div.content {
            width: 900px;
            margin: 0px auto;
            height: auto;
        }

        div.left {
            float: left;
            width: 650px;
            text-align: center;
            height: auto;
        }

        div.right {
            float: left;
            width: 250px;
            text-align: center;
            height: auto;
        }

        div.footer {
            position: absolute;
            bottom: 0px;
            width: 100%;
            margin: 0px auto;
            font-size: 12px;
            color: #000000;
            background-color: #666666;
            text-align: center;
            height: auto;
        }

        .roundCorner {
            border: 1px solid;
            border-color: white;
            border-radius: 10px;
            -moz-border-radius: 13px; /* Old Firefox */
        }
        /*below is tooltips's css*/
        .hotspot {
            color: #900;
            padding-bottom: 1px;
        }

        #tt {
            position: absolute;
            display: block;
            /*background: url(images/tt_left.gif) top left no-repeat;*/
        }

        #tttop {
            display: block;
            height: 5px;
            margin-left: 5px;
            /*background: url(images/tt_top.gif) top right no-repeat;*/
            overflow: hidden;
        }

        #ttcont {
            display: block;
            padding: 2px 12px 3px 7px;
            margin-left: 5px;
            background: #666;
            color: #FFF;
        }

        #ttbot {
            display: block;
            height: 5px;
            margin-left: 5px;
            /*background: url(images/tt_bottom.gif) top right no-repeat;*/
            overflow: hidden;
        }