﻿body
{
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: small;
	color: black;
	line-height: 1.4em;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
}
P
{
	text-align:justify;
}
.Legal
{
	font-size: 80%;
	color:#505050;
}
H1
{
	font-size: 140%;
	font-weight: bold;
	color: #4ca1d0;
	display: inline;
}
H2
{
	font-size: 100%;
	font-weight: bold;
	color: #404040;
	display: inline;
}
H3
{
	font-size: 110%;
	font-weight: bold;
	color: #6eb3d9;
	display: inline;
}
.TableData
{
	border-right: #6eb3d9 1px solid;
	border-left: #6eb3d9 1px solid;
	border-bottom: #6eb3d9 1px solid;
	border-top: #6eb3d9 1px solid;
}

A:link
{
	color: #3c91c0;
	text-decoration: none;
	font-weight:normal;
}

A:visited
{
	color: #3c91c0;
	text-decoration: none;
	font-weight:normal;
}

A:hover
{
	color: #3c91c0;
	text-decoration: none;
	text-decoration: underline;
}

