body  {
	font: 11px Lucida Grande, Arial, Geneva;
	background: #E6E6E6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	text-align: left;
}
.style1 {
	color: #4F0E42;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
} 
.WhiteText {
	font-family: Lucida Grande, Arial, Geneva;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
	background-position: center;
	padding-right: 10px;
}
a:link {
	font-family: Lucida Grande, Arial, Geneva;
	font-weight: bold;
	color: #4F0E42;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
}
a:visited {
	font-family: Lucida Grande, Arial, Geneva;
	font-weight: bold;
	color: #4F0E42;
	text-decoration: none;
}
a:active {
	color: #4F0E42;
	text-decoration: none;
}
