﻿/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/

html
{
    background-image: url(images/bg.jpg);
    color: #cecccc;
    border-top: solid 10px #cecccc;
    font-family: Arial;
    font-size: 9pt;
    line-height: 14pt;
}

body
{    
    background-position: center -10px;
    background-repeat: no-repeat;
}

#contentpage
{
    background-image: url(images/main_bg.jpg);
}

#frontpage
{
    background-image: url(images/frontpage_bg.jpg);
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}
fieldset, img
{
    border: 0;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}
li
{
    list-style-type: none;
    margin-bottom: 2px;
}
