﻿body 
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    color: #002020;
    background-color: #C0C2C2;
    padding: 1px;
    margin: 2px;
    text-align: center;
}

.mainContainer
{
    width: 900px;
    background-color: #FFFFFF;
    padding: 15px;
    text-align: left;
}

.header 
{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    border-bottom: solid 1px #B33A36;
    border-bottom-style: double;
    border-bottom-width: thick;
}

.menu
{
    border-bottom: solid 1px #B33A36;
    padding-top: 2px;
    padding-bottom: 2px;
}

.action
{
    border-bottom: dotted 1px #B33A36;
    margin-bottom: 10px;
}

.list
{
}

.detail
{
}

.footer
{
    padding-top: 15px;
    border-top: solid 1px #B33A36;
    text-align: center;
    font-size: 10px;
}

a 
{
    color: #AB0906;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    text-decoration: underline;
}
