.topTitle
{
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    color:white;
    text-decoration:none;
}
.toplink
{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color:white;
    text-decoration:underline;
}
a.toplink:visited
{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    color:white;
    text-decoration:underline;
}
.TableCell
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	border: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 7px;
	margin: 0px;
	background-color: #FFFFFF;
	vertical-align:top;
}
.TableCellAlt
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	border: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 7px;
	margin: 0px;
	background-color: #EBEBEB;
	vertical-align:top;
}
.footer {
	color: #959595;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif; }
a.footer {
	color: #959595;
	font-weight: normal;
	text-decoration: none; }
a:visited.footer {
	color: #959595;
	font-weight: normal;
	text-decoration: none; }
a:hover.footer {
	color: #666666;
	text-decoration: underline; 
}
/******************** C O M M A N D   B U T T O N S ************************/
.cmdText
{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	vertical-align: text-top top;
}
.commandLink, 
.commandLinkDefault, 
.commandLinkHover, 
.commandLinkPressed
{
		width: 291px;
		height: 49px;
		background-image: url(/images/NewLook/commandLinkSmall.png);
		background-repeat: no-repeat;
		padding-top: 2px;
		cursor: hand;
		text-align: left;
}
.commandLink div, 
.commandLinkDefault div, 
.commandLinkHover div, 
.commandLinkPressed div
{
		padding:8px 0 0 35px;
		color: #0066cc;
		font-size: 10pt;
}
.commandLink a, 
.commandLink a:hover, 
.commandLinkDefault a, 
.commandLinkDefault a:hover
{
		text-decoration: none;
		color: #0066cc;
}
.commandLinkDefault
{
		background-image: url(/images/NewLook/commandLinkDefaultSmall.png);
}
.commandLinkHover
{
		background-image: url(/images/NewLook/commandLinkHoverSmall.png);
}
.commandLinkPressed
{
		background-image: url(/images/NewLook/commandLinkPressedSmall.png);
}
.commandLinkDisabled div
{
		padding:8px 0 0 35px;
		color: green;
		font-size: 10pt;
}
.commandLinkDisabled
{
		width: 291px;
		height: 49px;
		background-image: url(/images/NewLook/commandLinkSmallDisabled.png);
		background-repeat: no-repeat;
		padding-top: 2px;
		cursor: hand;
		text-align: left;
}