﻿body
{
	font-family: Verdana, Tahoma, Arial;
	font-size:12px;
	color: black;
	line-height: 1.4em;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

H1
{
	font-size: 145%;
	font-weight: normal;
	color: #101010;
	line-height: 150%;
	padding-left: 470px;
}
H2
{
	font-size: 150%;
	font-weight:normal;
	color: #89ac00;
	display: inline;
}
.Legal
{
	font-size: 10px;
	color:#505050;
}
.Download
{
	font-size: 15px;
	padding-top: 19px;
}
P
{
	font-size: 120%;
	text-align: justify;
	line-height: 150%;
}







A:link
{
	color: #404060;
	text-decoration: none;
}

A:visited
{
	color: #404060;
	text-decoration: none;
}

A:hover
{
	color: #404060;
	text-decoration: none;
	text-decoration: underline;
}


