body
{
    background-image: url(/site_graphics/backgrounds/web_page_background.gif);
    background-position: center;
}

h1, h2, h3, h4, h5, p
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
}

h1 { font-size: 20px; }

h2 { font-size: 18px; }

h3 { font-size: 16px; }

h4 { font-size: 14px; }

h5 { font-size: 12px; }

p { font-size: 12px; }

.page_header
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
}

.data_title
{
    text-align: right;
    color: #7E7E7E;
}
.data_value { color: #000; }

.field_title_table_cell { width: 30%; }

.warning,
.required
{ color: red; }

#page_container
{
    margin: 50px auto auto auto;
    width: 728px;
}

