@import url("layout.css");
@import url("menus.css");
@import url("styles.css");
@import url("columns.css");
@import url("squares.css");

body {
	padding: 0px;
	margin: 0px;
	background-color: #45663e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #066;
}

img a {
	border: 0px;
}

p, td, li {
	font-size: 1.2em;
	color: #066;
}


p {
	text-align: justify;
}

ul {
	list-style-type: square;
}

th {
	font-size: 1.4em;
	color: #030;
	text-align: left;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
}

img.mainLogo {
	margin: 10px auto;
	text-align: center;
	display: block;
}

hr {
	height: 1px;
	color: #006600;
}

h1 {
	font-size: medium;
}

h3 {
	font-size: small;
	margin-top: 5px;
}


a:link, a:visited, a:active {
	color: #060;
}

a:hover {
	text-decoration: none;
	color: #f60;
}

address {
	font-style: normal;
	font-size: 1.2em;
}

label {
	width: 100px;
	display: block;
}


body 
{
	background: #386429 url("body-background.gif") repeat scroll center top;
	font-size: 62.5%;
	font-family: Arial, Helvetica, Sans-Serif;
}

div 
{
	background-color: transparent;
	margin: 0;
	padding: 0;
}

p 
{
	font-size: 1.2em;
}

img 
{
	border: 0;
}

ul 
{
	list-style-type: square;
	font-size: 1.2em;
}

ul ul 
{
	font-size: 1em;
}

hr 
{
	clear: both;
}

a 
{
	color: #f90;
}

a:hover 
{
	color: #030;
	text-decoration: none;
}
