 
 
Table.Boundary
{

	 height: 100%;
	 width: 100%;
	
	 
	}
TD.CenterTD1
{
	text-align:  center;    /* To center table in IE*/
	vertical-align:   middle; /* To center table in IE and Mozilla*/
	padding:  0px;  /*remove all cell padding from all tables*/
}


Table.CenterTable1
{
	border-collapse: collapse; /* To remove all cell spacing from all tables*/
	margin-left: auto; /* To center table in Mozilla*/
	margin-right: auto; /* To center table in Mozilla*/
	
}
	
Table.Contents1
{
	border-collapse: collapse; /* To remove all cell spacing from all tables*/
	margin-left: auto; /* To center table in Mozilla*/
	margin-right: auto; /* To center table in Mozilla*/
	background-image: url(images/bg.jpg);
	height: 560px;
	width: 1024px;
}

Table
{
	border-collapse: collapse; /* To remove all cell spacing from all tables*/
	margin-left: auto; /* To center table in Mozilla*/
	margin-right: auto; /* To center table in Mozilla*/
}

TR
{

	}

	
TD
{
	border-collapse: collapse; /* To remove all cell spacing from all tables*/
	color: white;
	font-size:  10pt;
	font-family: Century Gothic;
	padding:  0px;  /*remove all cell padding from all tables*/
	text-align:left;
	vertical-align:top;
}

TD.LeftCentered
{
		text-align:left;
	vertical-align:middle;
}
TD.RightCentered
{
		text-align:right;
	vertical-align:middle;
}


A:link,A:visited,A:active
{	
	text-decoration:none;
	color:    Blue;
	text-align:left;
}	