body {
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/background2.jpg);
	background-repeat: repeat-x;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

style1 {
	font-size: 14px;
	font-weight: bold;
}

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

a.GrayLink:link{
	color:#0066CC;
	text-decoration: none;
}
a.GrayLink:active{ color:#000066; text-decoration:underline; }
a.GrayLink:visited{
	color:#000066;
	text-decoration: none;
}
a.GrayLink:hover{ color:#FF6600; text-decoration:underline; }