body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 13pt;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

#container {
	width: 480px;
	background: #FFFFFF;
	margin: 0 auto;
	margin-top:20px;
}

#content {
	margin-top:30px;
}

.title {
	font-weight: bold;	
}

a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration:underline;
}

#footer {
	text-align:center;
	margin-top:20px;
	margin-bottom:5px;
	clear:both;
}

#footer a {
	text-decoration:none;
	font-weight:normal;
	color:#CCCCCC;
}

#footer a:hover {
	text-decoration:none;
	font-weight:normal;
	color:#CCCCCC;
}

.copyright {
	font-size: 7pt;
	line-height:9pt;
	color: #CCCCCC;
}

.imagehome {
	margin-top:6px;
}

div#scroll {
	margin-top:15px;
  	height: 500px;
  	width: 100%;
  	overflow: auto;
  	color: black;
}

div#scroll table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

div#scroll th,
div#scroll td {
  text-align: left;
}

div#about {
	text-align: left;
}

.disclaimer {
	font-size: 7pt;
	line-height:9pt;
}

.storytitle A {
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

.redtitle {
	color: #F00;
	font-weight:bold;
	font-size:12px;
}