/***************************************
** COPYRIGHT NOTICE 
** Copyright 2007 Fyefield Associates Ltd All Rights Reserved.
** We will take legal action against those who copy
** our HTML content,CSS style sheets and JavaScript functions.
** Selling this code without prior written consent is
** expressly forbidden.
***************************************/

/*************************  Pseudo classes *************************/

a:link {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px;
 color: #525252;
 background-color: #898989;
 font-weight: bold;
 text-decoration: none;
}

a:visited {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px;
 color: #525252;
 background-color: #898989;
 font-weight: bold;
 text-decoration: none;
}

a:hover {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px;
 color: #000000;
 background-color: #898989;
 font-weight: bold;
 text-decoration: none;
}

a:active {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 text-decoration: none;
}

/***************** Generic Selectors *********************/

html {height:100%}

body {
	height: 100%;
	width: 99%;
	background-color: #898989;
	color: #000000;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: auto;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	}

/*************************  ID's *************************/

#Content {
	position: absolute;
	top: 1%;
	left: 1%;
	right: 1%;
	bottom: 1%;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	background-color: #898989;
	}

/*
#footer {
	width: 100%;
	text-align: center;
	margin: 0;
	border: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	}
*/

#footer {
clear: both;
	text-align: center;
	color: #7D7D7D;
	margin: 0;
	border-left: 0px solid #008000;
	border-right: 0px solid #008000;
	border-top: 1px solid #6E6E6E;
	border-bottom: 0px solid #008000;
	padding: 5px 0 20px 0;
	}

/****************           *********************/
