/* *************************************************************************** */
/* These are the styles for the right HTML section */
#html_right {
	padding:5px; /** Right Padding **/
	background-color:#FFFFFF; /** Background Color **/
	text-align:left; /** Alignment **/
	font-family:Arial, Helvetica, sans-serif; /** Font **/
	font-size:10px; /** Font Size **/
	color:#f58220; /** Font Color **/
}