/* CSS Document */

* {
	padding:0px;
	margin:0px;
}

html {

	height:100%;
	width:100%; 
	

}

body {

	height:100%;
	width:100%; 
	vertical-align:middle;
	text-align:center;
	

}

.txtSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	text-decoration: none;
}

#tbl_index {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	vertical-align:middle;
	text-align:center;
	word-spacing: 2em;
	width:100%;
	height:100%;
	
}
