/*
//==============================================================================
//
// Project:   %%PROJECT_NAME%% (v%%PROJECT_VERSION%%)
//
// Module:    Style Sheet (Error Handler), Version 1.0
//
// Copyright: %%COPYRIGHT%%
//
// AuthorID:  %%AUTHOR_ID%%
//
//==============================================================================
*/

.tableHeading {

    font-family     : Verdana, Arial, Helvetica, serif;
    font-size       : 12px;
    font-weight     : bold;
    text-align      : center;

    color           : white;
    background-color: #2E3192;

}

.tableText {

    font-family     : Verdana, Arial, Helvetica, serif;
    font-size       : 12px;
    text-align      : center;

    color           : black;
    background-color: white;

}

.tableAddInfoTitle {

    font-family     : Verdana, Arial, Helvetica, serif;
    font-size       : 12px;
    text-align      : right;

    color           : black;
    background-color: white;

}

.tableAddInfo {

    font-family     : Courier New, fixed;
    font-size       : 14px;

    color           : black;
    background-color: white;

}

.FileLine {

    font-family     : Verdana, Arial, Helvetica, serif;
    font-size       : 10px;

    color           : black;
    background-color: white;

    margin-top      : 5px;

}

.A {

    color           : blue;

}