/* CSS Document */
.headerTxt
{
	color: #FFFFFF;
	font-size: xx-large;
}
.btnTab
{
	width:118px; 
	border-color:#000000; 
	height:36px; 
	margin:0 0 0 0; 
	padding:0 0 0 0;
}
.alignCellTop {
    display: table-cell;
    text-align: center;
	vertical-align:top;
}
.displayTxt
{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:18px;
	display:block;
	text-align:left;
}
body
{
	text-align:center;
}

