/*
 *  Smiley Table
 */


table.Smiley
{ 
	width: 577px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-collapse: collapse;
	border-spacing: 3px; 
	padding: 5px;
}
tr.Smiley_table_header
{ 
	background-color: #E6E6E6;
	font-weight: bold;
}
tr.Smiley_table_white
{ 
	background-color: #FFFFFF;
}
tr.Smiley_table_gray
{ 
	background-color: #E6E6E6;
}


.Leftcol 
{
	width: 170px;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	text-indent: 3px;
	padding: 5px;
	padding-top: 3px;		
	padding-bottom: 3px;		
	vertical-align: center;
	border: 1px solid #111111;
}
.Rightcol 
{
	width: 95px;
	font-size: 10pt;	
	text-align: center;
	text-indent: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 0px;	
	align: center;						
	vertical-align: center;
	border: 1px solid #111111;
}
.RightcolPad
{
	font-size: 10pt;
	text-align: center;
	text-indent: 0px;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;	
	align: center;						
	vertical-align: center;
	border: 1px solid #111111;
}


table.Key
{ 
	width: 500px;
	background-color: #FFFFFF;
	border-collapse: collapse;
}
.KeyText
{
	width: 76px;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	vertical-align: center;
	text-indent: 0px;				
	padding: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.KeyEquals
{
	font-size: 18pt;
	font-weight: bold;		
	text-align: center;
	vertical-align: center;
	text-indent: 0px;		
	padding: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}	
.KeyImage
{
	text-align: left;
	vertical-align: center;
	text-indent: 0px;		
	padding: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}