/* *************************************************************************** */
/* 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:11px; /** Font Size **/
	color:#000000; /** Font Color **/
}
