* {
    margin:0;
    padding:0;
	border:0;
}

body {
	font: 0.95em Arial, Helvetica, sans-serif;
	color: #666;
    height:100%;/* needed to base 100% height on something known*/
    text-align:center;


	padding: 4px;
}

a {
	color:#49e;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color:#f93;
}

a .csbutton{
	padding:8px; background:#6af url(blueGrad.png); border:1px solid #48c; color:#fff; font-size:16px; text-align:center;
}
a:hover .csbutton {
	background:#fb8 url(oraGrad.png); border:1px solid #c84; color:#850;
}
.nobutton{
	padding:8px; background:#6af url(grGrad.png); border:1px solid #444; color:#666; font-size:16px; text-align:center; font-weight:bold;
}

.nhead {
	background: #ddd;
	padding: 3px 3px 1px;

	height: 40px;
}

h2 {
	font-weight:bold; font-size: 22px;
}

.hs_table {
	background: #fff;
	border: 1px solid #aaa;
	padding: 4px;
}
.hs_top {
	text-align:center;
	background: #999;
	font-weight: bold;
	padding: 4px;
	color: #fff;
}
.hs_even {
	background: #e6e6e6;
}
.hs_odd {
	background: #eee;
}