@CHARSET "UTF-8";

body {
	width: 400px;
	font-size: 80%;
}

h2 {
	color: #999999;
	display: none;
}

th,td {
	margin: 0;
	text-align:center;
	border-bottom: 1px dotted #777777;
}
td {
	background-color: #FFFFFF;
	
}
th {
	background-color: #FF6600;
	font-weight: normal;
	padding: 0px;
}

table {
	border-collapse: collapse;
}

img {
	border: none;
}

#logo {
	float: right;
}
.small {
    font-size: 80%;
    font-weight: bold;
}

div.poweredby {
	float: left;
	font-size: 70%;
	font-weight: bold;
	text-align: right;
	margin-left:150px;
	text-decoration: none;
}
div.poweredby a:link,div.poweredby a:visited {
  color: black;
  text-decoration: none;
}
div.poweredby a:hover,div.poweredby a:active {
  color:black;
}
