/* CSS Document */

body {     margin:0px;
    padding:0px;
    padding-top:10px;
    font-size:11px;
    font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;


    background: #FFFFFF;
    background-image:url(images/background.jpg);
    background-repeat:no-repeat;
    background-position:top center;

    text-align:center;
    color:#000000;
    font-size:14px;
    line-height:16px;

}
body a { color:#6D929B; text-decoration:none; font-weight:400; }
body a:hover { color: #999999; text-decoration:none; font-weight:400 }
body a:hover { color: #999999; text-decoration:underline; font-weight:400 }

#main{
    width: 824px;
    margin: 0 auto;
    text-align: left;
}

td, ol, ul, li, p, select {
    font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    color:#525252;
    font-size:14px;
    line-height:16px;
}

h1{
    font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    color: #6D929B;
    font-size:36px;
    line-height:38px;
}

h2, h3, h4, h5, h6 {
    font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
    color: #000000;
}

img{
    border:none;
}



