@charset "iso-8859-1";
/* CSS Document */

.headerText
{
	text-align:center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#666666;
	background-color:#EEEEEE;
}

.contentTable
{
	width:960px;
	padding-top:5px;
	box-shadow:3px 3px 2px #e0e0e0;
}

.cellImage
{
	width:120px;
	height:110px;
	vertical-align:top;
}

.cellInfo
{
	font-size:10pt;
	height:100%;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.cellRun
{
	font-size:18px;
	vertical-align:middle;
	padding-left:15px;
}

a
{
color:#0033FF;
font-size:10pt;
font-family:Arial;
}

a.run
{
color:#888888;
font-size:18px;
}

.sectionTitle
{
	width:960px;
	padding-top:5px;
	box-shadow:5px 5px 5px #AAAAAA;
	text-align:center;
	font-size:16pt;
	font-weight:bold;
	color:#555555;
	background:#CCCCCC;	
}

.cellInfo a
{
	font-family:Arial Black;
	color:#000000;
	font-size:8pt;
	font-weight:bold;
	font-style:italic;
	text-decoration:none;
}

.cellInfo a:hover
{
	color:#AAAAAA;
	text-decoration:underline;
}