/*******************************************************************
This stylesheet contains styles required for doing tableless layout
inside of the existing table-centric design.
*******************************************************************/
body
{
	text-align:center;
}

div#pageContainer
{
	padding:0px;
	padding-top: 1px;
	max-width:941px;
	width:100%;
	text-align:left;
}

h1
{
	font-size: 16px;
	color: rgb(102, 0, 102);
}

h2 a
{
	font-size: 14px;	
	font-weight: bold;
}

div#pageContainer a img
{
	border-style: none;
}