/* CSS Document */
body
	{
	/* Page margin settings: top right bottom left */
	margin:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
p	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/* <p> margin settings: top right bottom left */
	margin:5 0 7 0;
	}
h1
	{
	/* <h1> margin settings: top right bottom left */
	margin:7 0 7 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#1B0C55
	}
h2
	{
	/* <h1> margin settings: top right bottom left */
	margin:7 0 7 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px
	}
h3
	{
	/* <h1> margin settings: top right bottom left */
	margin:7 0 7 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px
	}
table
	{
	border-collapse:collapse;
	font-size:12px;
	}
.upComingDate
	{
	color:#999999;
	}
a
	{
	color: #1B0C55;
	text-decoration: none;
	}
a:link {
	color: #1B0C55;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1B0C55;
}
a:hover {
	text-decoration: underline;
	color: #7A719C;
}
a:active {
	text-decoration: none;
}

#upComingTR
