BODY
{
	background-color: #FFFFFF;
	font-family: Verdana,Helvetica;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	margin-top: 20px;
	text-align: center;
	min-width: 600px;
}

P
{
	font-size: 12px;
	line-height: 115%;
	letter-spacing: 0.1em;
}

td {
	font-family: Verdana,Helvetica;
	font-size: 12px;
	line-height: 115%;
	letter-spacing: 0.1em;
}

A:link
{
	color: #333333;
	text-decoration: underline;
	font-size: 100%;
}

A:visited
{
	color: #333333;
	text-decoration: underline;
	font-size: 100%;
}

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

H1 {
    font-family: Verdana,Helvetica;
    font-size: 18px;
    text-align: left;
    color: #FF9966;
    margin-bottom: -3px;
}

HR {
    border: 0;
    width: 100%;
    height: 1px;
    color: #000000;
    background-color: #000000;
}

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

#content {
    position: relative;
    width: 600px;
    margin: 0 auto;
    text-align: center;
}

