p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #638E5A;
	text-decoration: none;
}
a:active {
	color: #638E5A;
	text-decoration: none;
}
a:visited {
	color: #638E5A;
	text-decoration: none;
}
a:hover {
	color: #638E5A;
	text-decoration: underline;
}
a:visited:hover {
	color: #638E5A;
	text-decoration: underline;
}

.whitestyle	{
    color: #FFFFFF;
}

.whitestyle a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.whitestyle a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.whitestyle a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.whitestyle a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.whitestyle a:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
}