/* CSS Document */

.container {
	position:relative;
	z-index:1;
	margin:0 auto;
	width:30%;
	height:200px;
	text-align: right;
}

.holder {
	z-index:0;
	border:0px; 
	width:100%;
	height:100%;
	bgcolor:#FFFFFF;
}

TD {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
TABLE {
border:solid #999999 1px;
}

.header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#006699;
	font:bold;
}
.headerbg {
	background:url(../images/navbg.jpg) repeat-x;
}
.tablebg {
	background-color:#95ACFD;
}