body
{
    color: #333;
    font-family: verdana;
    font-size: 11px;
}
ul
{
    padding: 10px 30px;
    margin: 0;
}
.title_redText
{
    color: #E62A25;
    font-size: 20px;
    font-family: Georgia;
    font-weight: bold;
    display: block;
}
.title_blueText
{
    color: #15388A;
    font-size: 20px;
    font-family: Georgia;
    font-weight: bold;
    display: block;
}
.title_blackText
{
    color: #000;
    font-size: 20px;
    font-family: Georgia;
    font-weight: bold;
    display: block;
}
.subtitle_black_size16
{
    color: #000;
    font-size: 16px;
    font-family: Georgia;
    font-weight: bold;
    display: block;
}
.subtitle_blue_size16
{
    color: #15388A;
    font-size: 16px;
    font-family: Georgia;
    font-weight: bold;
    display: block;
}
.subtitle_black_size12
{
    color: #000;
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
    display: block;
}
.body_greyBorder
{
    display: block;
    border: 1px solid #B4B4B4;
    padding: 10px;
}
.body_blueBorder
{
    display: block;
    border: 1px solid #1C7FAF;
    padding: 10px;
}
.body_redBorder
{
    display: block;
    border: 2px solid #c00;
    padding: 10px;
    color: #c00;
}
.bullet_checkmark
{
    list-style-image: url(/resources/minuterice/images/bullet_checkmark.gif);
}
.table
{
    border-top: 1px solid #1C7FAF;
    border-right: 1px solid #1C7FAF;
    border-bottom: 1px solid #1C7FAF;
}
.table_Header
{
    padding: 5px;
    background-color: #1C7FAF;
    color: #fff;
    text-align: left;
    font-family: Times New Roman;
    font-size: 14px;
    font-weight: bold;
}
.table_row
{
    padding: 3px 5px;
    background-color: #fff;
    border-left: 1px solid #1C7FAF;
}
.table_alternativerow
{
    padding: 3px 5px;
    background-color: #D8E9F1;    
    border-left: 1px solid #1C7FAF;
    
}

.image_redBorder 
{
    display: block;
    border: solid 1px #DF2E26;
    width: 151px;
    overflow: hidden;
}

.body_darkRedText 
{
    display: block;
    width: 153px;
    color: #B80A00;
    font-size: 11px;
}

.tab_red
{
    display: block;
    background: url(/images/library/tab_home_red.gif) no-repeat;
    width: 153px;
    height: 52px;
    color: #fff;
}

.title_WhiteText 
{
    display: block;
    padding: 12px 12px 0px 12px;
    font-size: 14px;
    font-weight: bold;
    font-family: Georgia;
}

.body_NoBorder 
{
    display: block;
    font-size: 11px;
    color: #000;
    width: 153px;
}

.text_BoldBlue 
{
    color: #15388A;
    font-size: 14px;
    font-weight: bold;
}


.section_title_text
{
    color: #E62A25;
    font-size: 16px;
    font-family: Georgia;
    font-weight: bold;
    display: block;
}
