/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	background:#DBDDE8 url(headerbgd.gif) repeat-x top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:20px;
	font-size:24pt;
	}

a {
	color: #333333;
}

img {
	border:none;
}

h1, h2 {
	color:#fff;
	font-size:.8em;
}

h3 {
	margin-bottom:10px;
	font-size:.8em;
}

p, ul {
	line-height:1.5em;
}

ul li {
	margin-left:20px;
	margin-bottom:10px;
}

ul li ul li {
	font-size:.8em;
}
	
#content {
	margin:30px;
}

#next {
	text-align:right;
	font-size:.6em;
}

#next a {
	color:#333333;
}

p.amp {
	background:url(amp.gif) no-repeat center;
	height:50px;
	text-align:center
}

p.amp span {
	display:none;
}