/* CSS Document */

    body, html {
	    font-family: helvetica, arial;
	    font-size: 10pt;
	    line-height: 12pt;
	    font-weight: normal;
	    background-color: #949698;
	    color: #000000;
	    text-align: center;
	    margin: 0;
	    padding: 0;
    }

	td {
	    font-size: 9.5pt;
	}

    h1 {
        font-weight: normal;
        font-size: 16pt;
	    line-height: 19pt;
    }

	h2 {
        font-weight: normal;
        font-size: 12pt;
   }

    a {
        color: #93c5ea;
    }

    #maincolumn {
    	border: 1px;
    	width: 905px;
    	margin-left: auto;
    	margin-right: auto;
	    background-color:#000066;
    }

    #logo {
        padding-top: 35px;
        padding-bottom: 25px;
    }

    .content {
    	width: 800px;
    	margin-left: auto;
    	margin-right: auto;
    	margin-top: 50px;
	    margin-bottom: 50px;
    	text-align: left;
    }

    #copyright {
        background-image: url(/images/copyrightbg.gif);
        background-repeat: repeat-x;
        background-color: #3e3e3e;
        line-height: 32px;
        height: 32px;
        text-align: left;
        font-size: 7pt;
        font-family: verdana;
        color: #949698;
        padding-left: 2px;
    }
		
    .style3 {
	    font-size: 9.5pt;
	    font-weight: lighter;
	    line-height: 10.5pt;
    }
		
    body {
	    background-color: #949698;
    }

    body,td,th {
	    color: #FFFFFF;
    }

    .style9 {
	    font-size: 10pt;
    }

    .style2 {
	    font-size: 12pt;
	    font-weight: normal;
    }
