body
{
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #ff66cc;
	color: #5a5a5a;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	margin-top: 40px;
	margin-left: 50px;
}

A
{
	font-weight: bold;
	color: green;
	text-decoration: none;
	cursor: hand;
}

A:link
{
	font-weight: bold;
	color: green;
	text-decoration: none;
	cursor: hand;
}

A:hover
{
	font-weight: bold;
	text-decoration: none;
	color: green;
	background-color: #ffcc66;
	cursor: hand;
}

p
{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 50px;
}

.contentTable
{
	background-color: #ff99ff;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	vertical-align: top;
}