﻿body 
{
    font-family: Arial;
    font-size: 11px;
    color: #444444;
}

h1, h2, h3, h4, h5, h6, p
{
    margin-top: 8px;
    margin-bottom: 8px;
}

h1, h2, h3, h4, h5, h6
{
    color: #CB0015;
}

a 
{ 
    text-decoration: none; 
    color: #CB0015;
}

b, strong 
{
    font-weight: bold;
}

i, em 
{
    font-style: italic;
}

a:hover { text-decoration: underline; }

h1 { font-size: 15px; }
h2 { font-size: 14px; }
h3 { font-size: 13px; }
h4 { font-size: 12px; }
h5 { font-size: 11px; }
h6 { font-size: 10px; }

p 
{ 
    text-align: justify; 
}

img 
{
    border: solid 1px #CCCCCC;
    padding: 2px;
}

.image-normal
{
    border: solid 1px #CCCCCC;
    padding: 2px;
}

.text-align-left { text-align: left; }
.text-align-center { text-align: center; }
.text-align-justify { text-align: justify; }
.text-align-right { text-align: right; }

.float-none { float: none; }
.float-left { float: left; }
.float-right { float: right; }

.clear-none { clear: none; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear-both { clear: both; }

.vertical-align-top { vertical-align: top; }
