body, p, table, td, th, ul, ol, a, blockquote, h1, h2, h3, h4, h5, h6
{
    font-family:       verdana,geneva,arial,helvetica,sans-serif;
    font-style:        normal; 
}

body, p, table, td, th, ul, ol, a, blockquote
{
    font-size:         10pt;
    color:             #222222;
    background:        #bfbf19;
}

body
{
    margin-left:       1em;
    margin-right:      1em;
}

h1, h2, h3, h4, h5, h6
{
    color:             #222222;
    background:        transparent;
    background:        #f8f81e;
}

.center
{
    text-align:        center;
}


/*
table
{
    width:             100%;
    vertical-align:    top;
    text-align:        left;
}
*/

td
{
    vertical-align:    top;
    text-align:        left;
}

.sidebar
{
    border-left:       1px dashed #f8f81e;
    padding:           10px;
}

.maxwidth
{
    width:             100%;
}

a:link, a:visited, a:active
{
    color:             #0000ff;
    background:        transparent;
}

a[href ^="http://"],
a[href ^="ftp://"] {
    background:        url(images/external.png) center right no-repeat;
    padding-right:     13px;
}
