﻿
td
{
    padding:7px;
}
#content
{
    min-height:300px;
    padding: 0 0 30px 40px;
    background-image: url(images/body_slice.png);
    background-repeat: repeat-y;
    
}
.contentHeader
{
    text-align:center;
    color:#A50000;
    font-size:11pt;
    font-weight:bold;
}
.contentText
{
    text-align:left;
    font-size:10pt;
    font-weight:normal;
    
}
.contentTextJustified
{
    font-size:10pt;
    font-weight:normal;
    text-align:justify;
    
}
.contentTextBordered
{
    padding:10px;
    font-size:9pt;
    font-weight:normal;
    text-align:left;
    border:solid 1px black;
}
.contentImage
{
    border:none;
}
