body
        {
            margin: 0px;
            background: url('images/stripesbg.jpg' ) repeat-x top left;
            background-color: Black;
            font-family: Arial, Helvetica, Sans-Serif;
            font-size: 14px;
            line-height: 20px;
            color: Black;
        }
        img
        {
            border: none;
        }
        .clearing
        {
            clear: both;
            height: 0px;
            width: 0px;
        }
        /* DEFAULT PROPERTIES OF LINKS */a:link
        {
            text-decoration: none;
        }
        a:visited
        {
            text-decoration: none;
        }
        a:hover
        {
            text-decoration: underline;
        }
        a:active
        {
            text-decoration: none;
        }
        .maincontent
        {
            width: 708px;
            margin: 0px auto 0px auto;
            border-left: solid 1px #3F3E3D;
            border-right: solid 1px #3F3E3D;
            background: White;
            padding-left:30px;
            padding-right :30px;
            padding-top:15px;
    text-align: center;
}
        .banner
        {
            height: 168px;
            width: 768px;
            margin: 0px auto 0px auto;
            background: url('images/banner.jpg') no-repeat top center;
        }
        .para1
        {
            text-align: center;
            font-family: arial;
            font-size: medium;
            letter-spacing:1px; 
        }    
        .nonsense
        {
            height: 75px;
            padding-top:25px;
            background: url('images/nonsense.jpg') no-repeat center;
        }
        .great_time_to_invest
        {
            height: 103px;
            padding-top:25px;
            background: url('images/great_time_to_invest.jpg') no-repeat center;
        }
        .letter_body
        {
            width: 340px;
            padding-top:0px;
            text-align:left;
        }
        .letter
        {
            width: 240px;
            padding-top:225px;
            float: left;
            text-align:left;
        }
        .signup_top_head
        {
            float: right;
            padding-top:25px;
        }
        .signup_box
        {
            height: 350px;
            width: 350px;
            float: right;
            padding-left:25px;
            padding-right:25px;
            background: url('images/signup_top.jpg') no-repeat bottom;
            text-align: center;
            color: white;
        }
        .sadly
        {
            height: 87px;
            padding-top:15px;
            padding-bottom:15px;
            background: url('images/sadly.jpg') no-repeat center;
        }
        .breaker
        {
            height: 39px;
            padding-top:15px;
            padding-bottom:15px;
            background: url('images/breaker.jpg') no-repeat center;
        }
        .downcycle
        {
            height: 250px;
            background: url('images/3_down_cycle.jpg') no-repeat center;
        }
        .catch
        {
            height: 46px;
            padding-top:15px;
            padding-bottom:15px;
            background: url('images/catch.jpg') no-repeat center;
        }
        .clock
        {
            height: 216px;
            padding-top:15px;
            padding-bottom:15px;
            background: url('images/clock.jpg') no-repeat center;
        }
        .timing
        {
            height: 39px;
            padding-top:15px;
            padding-bottom:15px;
            background: url('images/timing.jpg') no-repeat center;
        }
        .checkboxes
        {
            height: 414px;
            background: url('images/checkboxes.jpg') no-repeat center;
        }
        .waiting
        {
            height: 48px;
            padding-top:15px;
            padding-bottom:15px;
            background: url('images/waiting.jpg') no-repeat center;
        }
        .stillhere
        {
            height: 38px;
            padding-top:15px;
            padding-bottom:15px;
            background: url('images/stillhere.jpg') no-repeat center;
        }
        .access
        {
            height: 103px;
            padding-top:15px;
            padding-bottom:15px;
            background: url('images/access.jpg') no-repeat center;
        }
        .content
        {
            margin: 10px 40px 20px 40px;
        }
        .signup_bottom
        {
            height: 350px;
            width: 350px;
            margin-left: auto;
            margin-right: auto;
            padding-top:15px;
            background: url('images/signup_bottom.jpg') no-repeat top;
            text-align: center;
            color: white;
        }
        .footer
        {
            height: 35px;
            background: #B5B3B3;
            color: #686564;
            text-align: center;
            line-height: 30px;
            font-size: 11px;
        }
        
        h1
        {
            font-size: 36px;
            font-family: Verdana;
            font-weight: bold;
            margin: 0px;
            text-align: center;
        }
        h2
        {
            font-size: 20px;
            line-height: 26px;
            padding: 0px 0px 5px 0px;
            margin: 0px;
            color: #A6122A;
        }
        h3
        {
            font-size: 13px;
            line-height: 20px;
            font-weight: bold;
            padding: 0px 0px 5px 0px;
            margin: 0px;
        }
        form
        {
            font-size: 14px;
            padding: 0px 0px 5px 0px;
            margin: 0px;
        }
        .color_red
        {
            color: #A6122A;
        }
        .hr_border
        {
            height: 10px;
            border-bottom: dashed 1px #cccccc;
            margin: 5px 0px 15px;
        }
        .form
        {
            background: #F2F2F2;
            padding: 15px;
            border: solid 1px #CCCCCC;
            width: 400px;
            margin: 0px auto 0px auto;
        }
        .style1
        {
            width: 100%;
        }