﻿html, body, ul, li, h1
{
    margin: 0;
    padding: 0;
    list-style: none;
}
li
{
    float: left;
}
body
{
    background: White;
    font: 13px arial, sans-serif;
    color: Black;
}
img
{
    border: 0;
}
A:link
{
    color: #000000;
    text-decoration: underline;
}
A:visited
{
    color: #000000;
    text-decoration: underline;
}
A:active
{
    color: #000000;
    text-decoration: underline;
}
A:hover
{
    color: #000000;
    text-decoration: underline;
}
.header_text
{
    text-align: center;
}

.headerpicture
{
    font-size: 0px;
    float: left;
    overflow:hidden;
    width:940px;
}

.headerpicture table{
    margin:0;
}

.headerpicture td{
    vertical-align:top;
}

.include
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
