* {
	    margin: 0px;
	    padding: 0px;
    }
    body {
	    font-family: Arial, Helvetica, sans-serif;
	    color: #666666;
	    background-color: #F5F2E1;
    }
    #wrapper {
	    width: 600px;
	    padding: 25px;
    }
    #keylineBorder {
	    padding: 25px;
	    background-image: url(/images/formBGKeyline.gif);
	    background-repeat: repeat-y;
    }
    #formTopCorners {
	    background-image: url(/images/formTopRoundCorners.gif);
	    background-repeat: no-repeat;
	    background-position: center top;
    }
    #formBotCorners {
	    background-image: url(/images/formBottomRoundCorners.gif);
	    background-repeat: no-repeat;
	    background-position: center top;
	    height: 20px;
    }
    h3 {
	    font-size: 1.15em;
	    color: #00776A;
	    padding-bottom: 15px;
    }
    h6 {
	    font-size: 0.75em;
	    color: #00776A;
	    padding-top: 1em;
    }
    p {
	    font-size: 0.75em;
	    line-height: 1.5em;
    }
    a, a:link, a:visited {
	    color: #CC6600;
	    text-decoration: none;
    }
    a:hover {
	    text-decoration: underline;
    }
    #alignRt {
	    text-align: right;
	    width: 200px;
	    float: right;
    }