/* *************************************************************************** */
/* These are the styles for the right HTML section */
#top_html {
	padding-right:5px;
	text-align:right; /** Alignment **/
	font-family:\"Courier New\", Courier, monospace; /** Font **/
	font-size:10px; /** Font Size **/
	padding-top:20px;
	height:25px;
	float:right;
}
#top_html p{
	color:#FFFFFF; /** Font Color **/
}
