.yellow_cell {
	background-color: #FFB835;
	background : url(images/pixel_yellow.gif);
	font-family: arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.white_cell {
	background-color: #FFFFFF;
	background : url(images/pixel_white.gif);
	font-family: arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	padding: 8px;
}
.white_cell_left {
	background-color: #FFFFFF;
	background : url(images/pixel_white.gif);
	font-family: arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	padding-bottom: 8px;
	padding-top: 8px;
}
.orange_link {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color : #F58220;
	text-decoration: none;
}
.orange_link:hover {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color : #F58220;
	text-decoration: underline;
}
.tiny {
	background-color: transparent;
	font-family: arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	padding: 4px;
	text-align : center;
	text-decoration : none;
}
.tiny:hover {
	background-color: #FFFFFF;
	background : url(images/pixel_white.gif);
	font-family: arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: normal;
	padding: 4px;
	text-align : center;
	text-decoration : underline;
}
.copy {
	background-color: #FFFFFF;
	background : url(images/pixel_white.gif);
	font-family: arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	font-weight: normal;
	padding: 4px;
	text-align : center;
	text-decoration : none;
}
.copy:hover {
	background-color: #FFFFFF;
	background : url(images/pixel_white.gif);
	font-family: arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	font-weight: normal;
	padding: 4px;
	text-align : center;
	text-decoration : underline;
}