﻿body 
{
    font-family: Tahoma, 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: #203360;
}

a 
{ 
    color: #3B5998;
    text-decoration: none; 
}

b, strong 
{
    font-weight: bold;
}

i, em 
{
    font-style: italic;
}

a:hover { text-decoration: underline; }

h1 { font-size: 16px; }
h2 { font-size: 15px; }
h3 { font-size: 14px; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

p 
{ 
    text-align: justify; 
}

img 
{
    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; }

.margin-center { margin-left: auto; margin-right: auto; }

.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; }
.common-table tr td { padding: 2px; }
.common-table2 tr td { padding: 3px; }

.common-button 
{
    width: 100px;
    height: 20px;
    border: solid 0px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Arial;
    font-size: 11px;
    cursor: pointer;
    background-image: url('Images/Button.png');
}

.common-smallbutton 
{
    width: 50px;
    height: 20px;
    border: solid 0px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Arial;
    font-size: 11px;
    cursor: pointer;
    background-image: url('Images/SmallButton.png');
}

.common-checkbox input
{
    margin-right: 5px;
}

.common-checkbox label
{
    padding: 0px;
    margin: 0px;
}