body
{
    background-color: #fff;
    color: #34345C;
    font-family: verdana, arial, helvetica, sans-serif;
    line-height: 1.5em;
    font-size: 12px;
}

a:link
{
    color: #fc2536;
}

a:visited
{
    color: #ce323f;
}

a:hover
{
 	text-decoration: none;
}

img.bordered, img.photo
{
    border: 2px solid #353557;
}

img.photo-right
{
    border: 2px solid #353557;
    margin-left: 30px;
    margin-bottom: 20px;
}

h1
{
    color: #fe0015;
    font-size: 22px;
}

h2
{
    color: #fc2536;
    font-size: 16px;
}

h3
{
    color: #34345c;
    font-size: 14px;
}

.regular-text p
{
    text-align: justify;
}

/**********************************************************************
* footer-block
**********************************************************************/

.footer
{
    font-size: 9px;
}

/**********************************************************************
* table-clean, table-horizontal, table-hidden
**********************************************************************/

table.table-clean, table.table-hidden
{
    border-collapse: collapse;
    margin-bottom: 1em;
}

table.table-clean td, table.table-clean th, table.table-hidden td
{
    padding: .6em;
}

table.table-clean, table.table-clean td, table.table-clean th
{
    border-width: 1px;
    border-style: solid;
    border-color: #808080;
}

table.table-clean td, table.table-hidden td
{
    vertical-align: top;
}

table.table-clean th
{
    background-color: #ddd;
}

table.table-clean th a:link
{
    color: #fff;
}

table.table-clean th a:visited
{
    color: #fff;
}

table.table-clean td
{
    background-color: #eee;
}

table.table-horizontal th
{
    text-align: left;
}