* {
	box-sizing: border-box
	-moz-box-sizing: border-box;
	font-size: 14px;
}
html,body{
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	background-color: #FFFFFF;
	margin-top:15px;
	padding:0px;
}
input.button {
	margin-top: 15px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}
p.solitaryline {
	margin-top: -5px;
	margin-bottom: -7px;
}
ul{
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 15px;
}
h1{
	font-size: 25px;
	margin-top: 5px;
	margin-bottom: -5px;
}
h2{
	font-size: 18px;
	font-weight: 500;
	margin-top: 7px;
	margin-bottom: 2px;
}
h2.loading {
	font-size: 30px;
	font-weight: bolder;
	margin-top: 7px;
	margin-bottom: 2px;
}
h3.loading {
	font-size: 20px;
	font-weight: bolder;
	margin-top: 7px;
	margin-bottom: 2px;
}
img.logo {
	position: absolute;
	right: 50px;
	top: 20px;
body,td{
	cursor:default;
}
img{
	border:0;
}
a{
	cursor:pointer;
	cursor:hand;
}
a:link {
	color:black;
	text-decoration:underline;
	}
a:visited {
	color:black;
}
a:hover {
	color:black;
	text-decoration:underline;
}
.border{
	border-collapse: collapse;
	border:1px solid #999999;
}

table,td{
	vertical-align:top;
	border-collapse: collapse;
	border:0px;
}
table th, table td{
	padding:3px;
}