html {
height: 101%;
margin: 0;
padding: 0;
overflow: -moz-scrollbars-vertical;
}	
body {
height: 100%;
padding: 0;
margin:0;
background-color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
a {
	color:#003399;
	text-decoration:none
}
a:hover {
	color:#990000;
}
.tbl100 {
	height: 100%;
}
a.blackstyle {
	color:#000000;
	text-decoration:none;
}
a.blackstyle:hover {
	color:#0000ff;
}
.textstyle {
 font-size: 10px;
 background-color: #CCCCCC;
 border: 1px solid #666666;
}
img#bg {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:-1;
}
.tbl80 {
height:80%;
}
#content {
	position:static;
	z-index:1;
	top: 100px;
}
.edittext {
	font-size: 9pt;
	background-color: #ffff00;
	border: 1px solid #666699;
}