a, a:link, a:active, a:visited
{
	color: #632e32;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

a:hover
{
	color: #c3dda6;
	text-decoration: none;
	background-color: #632e32;
}

a.plain, a.plain:link, a.plain:active, a.plain:visited
{
	text-decoration: none;
}

a.plain:hover
{
	background-color: #c3dda6;
}

body
{
	background-color: #fff;
	margin: 15px 0px 10px 0px;
}

p
{
	text-align: left;
	margin: 10px 0px 0px 0px;
}

p.copy
{
	color: #632e32;
	font-family: Verdana, Arial, Helvetica, serif;
	color: #666;
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
}

td
{
	color: #632e32;
	font-family: Verdana, Arial, Helvetica, serif;
	font-size: 13px;
	line-height: 130%;
}

td.textCenter
{
	text-align: center;
	font-style: italic;
}

td.textLeft
{
	text-align: left;
	vertical-align: top;
}

td.textRight
{
	text-align: right;
	vertical-align: top;
}

td.title
{
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	padding-top: 15px;
}
