﻿body 
{
    font-family: Arial;
    font-size: 12px;
    color: #444444;
}

h1, h2, h3, h4, h5, h6, p
{
    margin-top: 8px;
    margin-bottom: 8px;
}

h1, h2, h3, h4, h5, h6
{
    color: #0060A6;
}

a 
{ 
    text-decoration: none; 
    color: #0060A6;
}

b, strong 
{
    font-weight: bold;
}

i, em 
{
    font-style: italic;
}

a:hover { text-decoration: underline; }

h1 { font-size: 14px; }
h2 { font-size: 13px; }
h3 { font-size: 12px; }
h4 { font-size: 11px; }
h5 { font-size: 10px; }
h6 { font-size: 9px; }

p 
{ 
    text-align: justify; 
    font-size: 12px;
}

ul 
{
	margin-left: 15px;
	padding-left: 15px;
}

li 
{
	font-size: 12px;
}

img 
{
    border: solid 1px #CCCCCC;
    padding: 2px;
}

.float-image 
{
	float: left; 
	margin-right: 8px;
}

.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; }
