body {
	background: #666666;
	color: #000000;
	font-family: Verdana, Helvetica;
	margin: 0px;
}
P
{
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 120%;
}
td {
	font-family: Verdana, Helvetica;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 120%;
}

A:link
{
	color: #666666;
	text-decoration: none;
	font-size: 100%;
}

A:visited
{
	color: #666666;
	text-decoration: none;
	font-size: 100%;
}

a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

ul {
    text-align: left;
    line-height: 140%;
    list-style: circle;
}

img {
    border: 0;
}

#navheader {
    width: 600px;
    background: #FFFFFF;
	color: #000000;
	font-size: 12px;
	text-align: left;
	valign: center;
	position: relative;
	padding-right: 20px;
	padding-top: 10px;
}

#navheader img {
    border: 0;
}

#navheader p{
    color: #FFFFFF;
	font-size: 10px;
	letter-spacing: 2px;
}

#navheader td{
    color: #FFFFFF;
	font-size: 10px;
	letter-spacing: 2px;
}

#navheader a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

#navheader a:hover {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 14px;
}

#maincontent {
    background: #FFFFFF;
    position: relative;
    width: 600px;
    height: 100%;
    padding-left: 20px;
    padding-top: 20px;
    z-index: 90;
}

#maincontent img {
    border: 0;
}

#footer {
    position: relative;
    margin-top: 50px;
    align: center;
    text-align: center;
    color: #333333;
}

#footer p{
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 125%;
}

#footer a {
    text-decoration: none;
	color: #333333;
}

#footer a:hover {
    text-decoration: none;
	color: #000000;
}

#footer a:visited {
    text-decoration: none;
	color: #333333;
}