@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:300px;
margin:0px;
padding:0px;
}

.cellImage
{
	width:120px;
	height:95px;
	vertical-align:top;
	padding:3px;
	border-color:#999999;
	border-width:1px;
	border-style:solid;
}

.cellInfo
{
	height:100%;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-align:left;
	vertical-align:top;
	color:#7B7B7B; 
	font-size:11PX;
	padding:2px;
}

.cellRun
{
	font-size:18px;
	text-align:center;
	vertical-align:super;
	font-family:Georgia, Times, serif;
}

.imageRun
{
	vertical-align:middle;
}

a
{
color:#0033FF;
font-size:12px;
font-family:Arial;
}

a#run
{
color:#888888;
font-size:14px;
font-style:normal;
}

