body {
	margin: 0px;
	background: url(images/bg_dots.gif) repeat fixed;
	text-align: center;
}

h1 {
	font-family: Arial;
	font-weight: normal;
	font-size: 20pt;
	margin-top: 0px;
	margin-bottom: 8px;
}

h2 {
	margin-top: 16px;
	margin-bottom: 4px;
}

h3 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 6px;
}

p {
	font-family: Verdana;
	font-size: 8pt;
	margin-top: 2px;
}

p.copy {
	color: #c0c0c0;
	font-size: 7pt;
}

div.box {
	width: 40px;
	height: 40px;
	border: 1px solid #c0c0c0;
	margin-right: 8px;
}

div#links {
	width: 256px;
	border-left: 1px solid #ccc;
	padding-left: 12px;
	padding-bottom: 12px;
	margin-left: 6px;
	margin-bottom: 12px;
	float: right;
}


table.blocks {
	width: 650px;
	margin-bottom: 18px;
}
table.blocks td {
	vertical-align: top;
	background: #fafafa;
	padding: 6px;
}

a {
	text-decoration: none;
}

a.links {
	color: #f0f0f0;
}

a:hover {
	text-decoration: underline;
}
