/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #333333;
    FONT-FAMILY: Courier, Courier New;
    FONT-SIZE: 9pt;
    text-align:center;
}

P
{
	FONT-SIZE: 9pt;
}

H1
{
	font-size:14pt;
	font-weight:bold;
	margin-bottom:2px;
}

H2
{
	font-size:12pt;
	color:#CC0000;
	margin-bottom:2px;
}

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}

FORM
	{
		margin:0px;
	}
	
.MainOuterTable
{
	text-align:left;
	background-color:White;
	background-image:url(../images/Background2.gif);
	background-repeat:no-repeat;
	border:solid 4px black;
	width:787px;
}

.MainInnerTable
{
	margin-left:10px;
	width:528px;
	padding-left:5px;
	padding-right:5px;
}

.BottomInnerTable
{
	margin-left:10px;
	width:528px;
	padding-left:5px;
	padding-right:5px;
}

.Spotlight
{
	width:160px;
	margin-bottom:10px;
}

.Spotlight TH
{
	border:solid 1px black;
	background-color:#FFCC00;
	font-weight:normal;
	font-size:9pt;
	margin-bottom:3px;
	height:30px;
}

.Spotlight TD
{
	border:solid 1px black;
	background-color:white;
	padding:5px;
	text-align:center;
	width:150px;
	height:150px;
	background-position:center center;
	background-repeat:no-repeat;
}

.FooterTable
{
	width:787px;
	color:White;
	text-align:center;
	margin-top:10px;
}

.FooterTable A
{
	color:white;
}

.FooterTable A:Visited
{
	color:white;
}

.FooterTable A:Hover
{
	color:white;
}

.NormalText
{
	FONT-SIZE: 9pt;
}

.SmallText
{
	FONT-SIZE: 6pt;
}

.Thumbnail
{
	border: solid 1px black;
}

.ThumbnailDisplay
{
	font-size: 7pt;
}

.ThumbnailDisplay TD
{
	text-align: center;
	
}


.ActionButton
{
	font-family:courier;
	font-weight:bold;
	text-decoration:none;
	border:solid 2px black;
	border-bottom:solid 3px black;
	border-right:solid 3px black;
	background-color:#CC0000;
	color:white;
	padding-bottom:2px;
	padding-left:12px;
	padding-right:12px;	
}