html, body{
	min-width:100%
	width:100%;
	min-height:100%;
	height:100%;
	background-color:#ffffff;
	margin:20px;
}

*{
padding:0;
margin:0;
}

input{	padding:1px;}

img{
	border:none;
}

a:link {
  text-decoration: none;
  color: #004080;
}
a:visited {
  text-decoration: none;
  color: #004080;
}
a:hover {
  text-decoration: underlined;
}

th{	background-color:#E2E2E2;}

#row_bg{	background-color:#E2F0E1;}

li{	margin-left:30px;}
