body
{
	background-color: #fff;
	width: 960px;
	margin: 0 auto;
	position: relative;
	top: 10px;
	padding: 0;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1
{
	text-align: center;
	color: #000;
	font-size: 21px;
	font-weight:100;
	letter-spacing:.05em;
	padding-bottom: 12px;
	border-bottom: 1px solid #555;
}

h2
{
	text-align: center;
	color: #000;
	font-size: 12px;
	font-weight: normal;
}

p
{
	font-size:12px;
	line-height:18px;
}

a
{
	text-decoration: none;
	color: #000;
}

a.home:hover { color: #aaa; }
a.grey { color: #aaa; }
a.grey:hover { color: #000; }

