﻿
body 
{
	background: #003300;
	text-align: center;
	margin: 0 auto;
}

h1 {font-family: Arial; font-size: 26pt; color: #006600; font-weight: bold }
h2 {font-family: Arial; font-size: 12pt; color: #006600; font-weight: bold }

.text
{
	font-size: 10pt;
	color: #000000;
	font-family: Arial;
	text-align: justify;
}

.caption
{
	font-size: 9pt;
	color: #000000;
	font-family: Arial;
	text-align: right;
}

a:link
{
	color: #006600;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	text-decoration: none;
}
a:visited 
{
	color: #006600;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	text-decoration: none;
}
a:hover
{
	color: #006600;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	text-decoration: underline;
}
a:active {
	color: #006600;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;
	text-decoration: none;
}

#container
{
	position: relative;
	width: 739px;
	height: 1000px;
	overflow: auto;
	margin: 0 auto;
	padding: 40px 0px 0px 20px;
	background-image: url(background.gif);
	border: solid 1px #003300;
	font-family: Arial;
	color: #006600;
	text-align: left;
}

#column1
{
position: relative;
float: left;
width: 100px;
padding: 25px 0px 0px 5px;	
}

#column2
{
position: relative;
float: left;
width: 455px;
padding: 25px 15px 0px 5px;
}

#column3
{
position: relative;
float: left;
width: 100px;
padding: 25px 0px 0px 5px;	
}

#column4
{
position: relative;
float: left;
width: 560px;
padding: 25px 15px 0px 5px;
}


