BODY {
	font-family : Verdana, Arial, Helvetica, Swiss, Geneva, Sans-serif; 
	background: #FFF;
}

/* Layout grids */
#wrapper {
	width: 780px;
	color: #000;
	background: #FFF;
	margin: 0px auto;
	padding: 0px;
}

#tickertape {
	height: 24px;
	background-color:#000000;
	margin: 0px;
	padding: 0px;
}

#header {
	font-size: 0.8em;
	text-align: center;
	color: #000;
	background: #FFF;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}
#content {
	font-size: 0.7em;
	color: #000;
	background: #FFF;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}
#trailer {
	text-align: center;
	background: #FFF;
	margin: 0px;
	padding: 0px;
}
#footer {
	clear: both;
	font-family : Verdana, Arial, Helvetica, Swiss, Geneva, Sans-serif; 
	font-size: 0.6em;
	text-align: center;
	line-height: 1.6em;
	color: #666;
	background: #FFF;
	margin: -12px 0px 10px 0px;
	padding: 0px;
}

/* images */
#content IMG{
	margin-left: 20px;
}
/* typography */
H1{
	color: #000;
	font-size: 1.6em;
}
H2{
	color: #000;
	font-size: 1.3em;
	margin-bottom: -6px;
}
#content P{
	line-height: 140%;
}

/* text links */
#header A:Link{
	color: #000;
	text-decoration: none;
}
#header A:Visited{
	color: #000;
	text-decoration: none;
}
#header A:Hover{
	color: #000;
	text-decoration: none;
}
#content A:Link{
	color:#0066CC;
	text-decoration: none;
}
#content A:Visited{
	color: #0066CC;
	text-decoration: none;
}
#content A:Hover{
	color: #0066CC;
	text-decoration: underline;
}
#footer A:Link{
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
}
#footer A:Visited{
	color: #666;
	text-transform: uppercase;
	text-decoration: none;
}
#footer A:Hover{
	color: #999;
	text-transform: uppercase;
	text-decoration: underline;
}
#footer A.copy:Link, #footer A.copy:Visited, #footer A.copy:Hover{
	text-transform: lowercase;
}