.mainfont  
{
	font-family:			Verdana, Arial, sans-serif;
	font-weight:			bold;
	color:						#A5ACAF;
	font-size: 				10px;
	line-height: 			15px;
	text-decoration:	none;
}

img 
{
	border: 0;
}

.footer 
{
	font-family:			Arial, sans-serif;
	font-weight:			none;
	color:						#5A5A5A;
	font-size: 				10px;
	line-height: 			15px;
	text-decoration:	none;
}

a.footerLink
{
	font-family:			Arial, sans-serif;
	font-weight:			none;
	color:						#5A5A5A;
	font-size: 				10px;
	line-height: 			15px;
	text-decoration:	none;
}

a.footerLink:active
{
	font-family:			Arial, sans-serif;
	font-weight:			none;
	color:						#5A5A5A;
	font-size: 				10px;
	line-height: 			15px;
	text-decoration:	none;
}

a.footerLink:visited
{
	font-family:			Arial, sans-serif;
	font-weight:			none;
	color:						#5A5A5A;
	font-size: 				10px;
	line-height: 			15px;
	text-decoration:	none;
}

a.footerLink:hover
{
	font-family:			Arial, sans-serif;
	font-weight:			none;
	color:						#FFFFFF;
	font-size: 				10px;
	line-height: 			15px;
	text-decoration:	none;
}

.topLeft 
{ 
	background-image: url("images/lace_topleft.jpg");
	background-position: bottom right;
}

.topMid
{ 
	background-image: url("images/lace_topmid.jpg");
	background-position: bottom left;
}

.left
{ 
	background-image: url("images/lace_left.jpg");
	background-position: top right;
	height: 603px;
}

.bottomLeft
{ 
	background-image: url("images/lace_bottomleft.jpg");
	background-position: top right;
}

.blackSpace
{
	background: #000000;
}


html, body {
  margin:0;
  padding:0;
  width: 100%;
  height: 100%;
  background-color: black;
  vertical-align: middle;
}

.mainTable {
  height: 100%;
  vertical-align: middle;
}

.middleCell
{ 
	height: 528px;
}

.leftHome
{ 
	background-image: url("images/lace_left_home.jpg");
	background-position: top right;
	height: 603px;
}

.topMidHome
{ 
	background-image: url("images/lace_topmid_home.jpg");
	background-position: bottom left;
}

.topLeftHome
{ 
	background-image: url("images/lace_topleft_home.jpg");
	background-position: bottom right;
}


.homeTopLeft
{ 
	background-image: url("images/lace/lace_topleft.jpg");
	background-position: bottom right;
}

.homeLeft
{ 
	background-image: url("images/lace/lace_left.jpg");
	background-position: bottom right;
}

.homeMid
{ 
	background-image: url("images/lace/lace_topmid.jpg");
	background-position: bottom left;
}

.homeBottomLeft
{ 
	background-image: url("images/lace/lace_bottomleft.jpg");
	background-position: top right;
}



