@charset "utf-8";
/* CSS Document */
body
{
	background-image:url(../images/background.png);
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e8e8e8;
}
td
{
	font-size: 11px;
}
h1
{
	font-size: 14px;
	font-weight:bold;
	font-stretch:expanded;
	margin-bottom: 5px;
}
a:link 
{ 
	color:#FEA5A5;
	text-decoration:none; 
}
a:visited 
{
	color:#FEA5A5; 
	text-decoration:none; 
}
a:focus 
{ 
	color:#FEA5A5;
	text-decoration:none; 
}
a:hover 
{ 
	color:#AC0101;
	text-decoration:none; 
}
a:active 
{ 
	color:#D5B7B7;
	text-decoration:none; 
}

.content
{
	text-align:left;
	vertical-align: top;	
	padding-left:20px;
	padding-right:20px;
}
.thumbnailCell
{
	padding: 3px;
	height:62px;
	width:62px;
}
.thumbnail
{
	border:2px;
	border-style:solid;
	border-color: white;
}
.picture
{
	border:6px;
	border-style:solid;
	border-color: white;
}
.centerAll
{
	vertical-align:middle;
	text-align:center;
}
.smallText
{
	font-size: 10px;
}
