/* general */

body {
	background-color:	#FFF;
	font: 				100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:				#000;
	margin:				40px;
	padding:			0;
}
a {
	font-weight:		bold;
}
h1 {
	font:				2.1em Arial, Verdana, sans-serif;
	font-weight:		bold;
	text-transform:		uppercase;
	line-height:		100%;
	letter-spacing:		-0.05em;
	margin:				0 0 2px 0;
	color:				#e50036;
}
h2 {
	font:				1.6em Arial, Verdana, sans-serif;
	font-weight:		bold;
	text-transform:		uppercase;
	line-height:		100%;
	letter-spacing:		-0.05em;
	margin:				0 0 2px 0;
}
h3 {
	font:				1.0em Arial, Verdana, sans-serif;
	font-weight:		bold;
	text-transform:		uppercase;
	line-height:		100%;
	margin:				0 0 2px 0;
}

p {
	font-size:			0.75em;
	line-height:		150%;
	margin:				0 0 15px 0;
}
ul, ol {
	margin:				0 8px 15px 0;
	padding:			0 0 0 22px;
}
li { 
	font-size: 			0.75em;
	line-height:		130%;
	margin-top:			3px;
}
li li {
	font-size:			1.0em;
}

img {
	font-size: 			0.69em;
	border:				none;
	margin:				15px 0 15px 0;
}
.caption {
	font-size: 			0.69em;
	font-weight:		bold;
}

dl {
	margin:				0;
	padding:			0;
}
dt {
	font-size:			0.75em;
	font-weight:		bold;
	line-height:		150%;
	margin:				0;
	padding:			0;
}
dd {
	font-size:			0.75em;
	line-height:		150%;
	margin:				0 0 15px 0;
	padding:			0;
}

/* sections */

#whats-new {
	margin:				0 0 15px 0;
}
#whats-new p {
	margin:				0;
}

#years {
	font-size:			0.75em;
	line-height:		150%;
	margin:				0 0 15px 0;
}
#years span {
	font-weight:		bold;
}

#footer {
	font-size:			0.69em;
	line-height:		150%;
	margin:				20px 0 0 0;
	border-top:			1px solid #000;
	padding:			8px 0 0 0;
}
#footer span {
	font-weight:		bold;
}