body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
}

td {
	vertical-align: top;
	text-align: left;
}

.PageTopLeftCorner{
	height: 6px;
	width: 32px;
	background-image: url(../images/left.png);
	background-repeat: repeat-y;
	background-position: top left;
}

.PageTop{
	height: 6px;
	width: 900px;
	background-color:#333333;
	background-image: url(../images/page-top.png);
	background-repeat: repeat-x;
	background-position: top left;

}

.PageTopRightCorner{
	height: 6px;
	width: 32px;
	background-image: url(../images/right.png);
	background-repeat: repeat-y;
	background-position: top left;
}

.PageLeft{
	width: 32px;
	background-image: url(../images/left.png);
	background-repeat: repeat-y;
	background-position: top left;
}

.PageContent{
	width: 900px;
	background-color: #FFFFFF;
}

.PageRight{
	width: 32px;
	background-image: url(../images/right.png);
	background-repeat: repeat-y;
	background-position: top left;
}

.PageBottomLeftCorner{
	height: 32px;
	width: 32px;
	background-image: url(../images/bottom-left.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.PageBottom{
	height: 32px;
	width: 900px;
	background-image: url(../images/bottom.png);
	background-repeat: repeat-x;
	background-position: top left;
}

.PageBottomRightCorner{
	height: 32px;
	width: 32px;
	background-image: url(../images/bottom-right.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.footer{color:#EEEEEE; font-size:11px; line-height:13px} 
.footer a{color:#EEEEEE; font-size:11px; text-decoration:none} 
.footer a:hover{text-decoration:underline} 

.designer{color:#FFFFFF; font-size:10px; line-height:13px} 
.designer a{color:#FFFFFF; font-size:10px; text-decoration:none} 
.designer a:hover{text-decoration:underline}