HTML {
	overflow-x:auto; /* Required for Internet Explorer */
	
}

BODY {
	font:11px Arial, Helvetica, sans-serif;
	color:#111;
	margin:0 auto 0 auto;
	width:750px;
	text-align:left; /* Required for Internet Explorer */
	padding:0px; /* Required for Opera */
	line-height:16px;
}

TABLE {
	border:none; /* Eliminates need for border="" */
	/* width:100%; Eliminates need for width="" */
	border-collapse:collapse; /* Eliminates need for cellspacing="" */
	
}

TD {
	padding:0px; /* Eliminates need for cellpadding="" */
	vertical-align:top; /* Eliminates need for valign="top" */
}

IMG {
	border:0px;
}

A:link, A:active, A:visited {
	color:#111;
}

A:hover {
	color:#660000;
}

H1 { /* Article Title */
	font:bold 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#F7941D;
}

H2 { /* Article Author */
	font:11px Arial, Helvetica, sans-serif;
	font-style:italic;
	line-height:10px;
}

.ad {
	text-align:right;
	padding:3px 0 3px 0;
}

.menu {
	width:175px !important;
}

.menu a:link, .menu a:visited, .menu a:active {
	display:block;
	color:#111;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:4px 0 4px 4px;
}

.menu a:hover {
	background-color:#F7941D;
	color:#FFF;
}

.footer {
	text-align:center;
	padding:4px;
	margin-top:4px;
	background-color:#6D87A5;
	color:#FFF;
}

.footer a:link, .footer a:visited, .footer a:active {
	text-decoration:none;
	color:#FFF;
}

.footer a:hover {
	text-decoration:underline;
}