body	{
		color: #000;
		background: #d8d8d7;
		margin: 25px 25px;
		padding: 0;
		}
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
		font-family: "gill sans", helvetica, san-serif;
		}
ul		{
		list-style: none;
		padding: 0;
		margin: 10px 0 0 0;
		border: 0;
		}
li		{
		margin-bottom: 5px;
		}
p		{
		margin-top: 0;
		margin-bottom: .5em;
		font-size: 12px;
		line-height: 1.5;
		}
img		{
		display: block;
		border: 0;
		}
h1		{
		font-size: 1.75em;
		font-weight: bold;
		color: #FF0000;
		}
h2		{
		font-size: 1em;
		font-weight: normal;
		}
a:link	{
		font-family: "gill sans", helvetica, san-serif;
		text-decoration: none;
		color: #787778;
		}
a:visited	{
		font-family: "gill sans", helvetica, san-serif;
		text-decoration: none;
		color: #d8d8d7;
		}
a:hover	{
		font-family: "gill sans", helvetica, san-serif;
		text-decoration: none;
		color: #427607;
		}
a:active	{
		font-family: "gill sans", helvetica, san-serif;
		text-decoration: none;
		color: #787778;
		}
#footer	{
		font-size: 10px;
		margin-top: 10px;
		background: #F50001;
		width: auto
		position: relative;
		}
#footer p	{
		color: #fff;
		font-size: 10px;
		text-align: center;
		}

#footer a:link	{
	color: #009900;
	font-size: 10px;
	text-decoration: none;
	background: transparent;
		}
#footer a:visited	{
	color: #CC0000;
	font-size: 10px;
	text-decoration: none;
	background: transparent;
		}
#footer a:hover	{
	color: #999999;
	font-size: 10px;
	text-decoration: underline;
	background: transparent;
		}
#footer a:active	{
	color: #009900;
	font-size: 10px;
	text-decoration: none;
	background: transparent;
		}
table#navbar	{
		background-color: #2E8B57;
		border: 0;
		}
table#navbar a:link	{
		color: #fff;
		font-size: 14px;
		text-decoration: none;
		}
table#navbar a:visited	{
		color: #fff;
		font-size: 14px;
		text-decoration: none;
		}
table#navbar a:hover	{
		color: #d8d8d7;
		font-size: 14px;
		text-decoration: none;
		}
table#navbar a:active	{
		color: #fff;
		font-size: 14px;
		text-decoration: none;
		}
table#navbar td	{
		border: 0;
		text-align: center;
		height: 25px;
		}
table#contentbox	{
		background: #fff;
		}