h1 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

h2 {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

h1.red, h2.red {
    color:#c32631;
}

.left_align {
    float:left;
}

.right_align {
    float:right;
    padding-left:15px;
    padding-bottom:10px;
    
}

p {
    text-align:left;
}

.g_left {
    padding-right:20px;
    width: 369px;
    float:left;
    border-right:1px solid #b8b8ba;
    margin-right:-1px;
}

.g_right {
    text-align:center;
    padding-right:5px;
    padding-left:15px;
    width: 210px;
    float:left;
    border-left:1px solid #b8b8ba;
}

.g_right .text {
    text-align:left;
    width: 200px;
    padding:5px;
    font-size:9px;
}

.g_right .delimiter {
    line-height:1px;
    font-size:1px;
    height:1px;
    /*background-color: #b8b8ba;*/
    border-top:1px solid #b8b8ba;
}

.smalltext {
    font-size: 10px;
}

.bigtext {
    font-size: 12px;
}

.italic {
    font-style:italic;
}

.table {
    border: none;
}

.table th, .table td {
    padding:3px;
    border-left:1px solid #afafaf;
}

.table td.even {
    padding-left:10px;
    background-color:#ffffff;
}

.table td.odd {
    padding-left:10px;
    background-color:#e7e7e7;
}

.table td.first {
    border-left:none;
}

.table th {
    background-image: url('../images/table_header_bgr.jpg');
    background-repeat: repeat-x;
    background-position: center;
    color: #ffffff;
    font-weight:bold;
    border-left:none;
}

.table td {
    background-color: #ffffff;
    color: #000000;
    font-size:11px;
}

.table td.actions {
    line-height:0px;
}