body, td {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #eee;
}

body {
	background-color: #999999;
}

.note {
	font-size: 10px;
	color: #ccc;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
	margin-bottom: 0px;
}

p {
	margin-top: 5px;
}

input, select, textarea {
	border: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.w1 {
	width: 300px;
}

a, a:visited, a:active {
	color: #ddd;
}

a:hover {
	text-decoration: none;
	background-color: #bbb;
}

table.top_aligned td {
vertical-align: top;
}

