/*-----------------------Text Formatting Tags-----------------------*/
/*-----------------------Body-----------------------*/
body  {
	background-image:url(/images/bg.gif);
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Verdana;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #2A2A43;
}

a	{
	text-decoration:underline;
	color:#4F0099;
}

a:hover	{
	text-decoration:underline;
	cursor:pointer
}

a:visited	{
	color:#CC66FF;
}

/*----Title Cells, Regular Cells----*/
th	{
	padding-bottom:5px;
	border-bottom:1px solid #4F0099;
}

td	{
	padding-bottom:10px;
}