table 
{
    border-collapse: collapse;
    font-size: 10.0pt;
}

img
{
    border: none
}

h1 {
    margin-bottom: 10px;
    color: #007FFF;
    text-align: center;
}

h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #007FFF;
    text-align: center;
}
.table_content {
    width: 800px;
    background-color: #EEEEEE;
    border: solid 2px;
}

.table_vertical_margin {
    width: 20px;
}

.table_horizontal_margin {
    height: 20px;
}

.text_bg {
    background-color: #ecf7fd;
}

.cmd_bg {
    background-color: #EEEEEE;
}

.cmd_fg {
    color: #000000;
    font-weight: bold;
}

.alert {
    color: #EE0000;
    font-weight: bold;
    font-size: 11pt;
}

.top_button {
    text-align: right;
    margin-bottom: 0px;
}

