﻿/* ELEMENTS */

body
{
	font-family: 'Trebuchet MS' , Verdana, Arial;
	font-size: 8pt;
	background: url(images/bg.png) #a4a9b5 repeat-x;
	padding: 20px;
}

p
{
	font-size: 10pt;
}


hr
{
	border: 1px dotted gainsboro;
	height: 1px;
}

a, a:link, a:visited
{
	color: #CC0000;
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}

h1, h2, h3, h4
{
	font-family: Georgia, Verdana, Arial;
	font-weight: normal;
	color: #cc0000;
	text-transform: uppercase;
	margin: 6pt 0 12pt 0;
}

h1
{
	font-size: 24pt;
	margin: 6pt 0 24pt 0;
}

h2
{
	font-size: 18pt;
}

h3
{
	font-size: 14pt;
}

h4
{
	font-size: 10pt;
	font-weight: bold;
}

hr
{
    border-color: #cccccc;
    border-width: 1px 0 0 0;
    border-style: dotted;
}
