HTML {
	overflow-x:auto; /* Required for Internet Explorer */
	
}

BODY {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	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 {
	font-weight:bold;
	color:#B03C3C;
	text-decoration:none;
}

A:hover {
	color:#88C966;
}

H1 { /* Article Title */
	font:bold 14px Arial, Helvetica, sans-serif;
	color:#999;
	line-height:0;
}

H2 { /* Article Author */
	font:11px Arial, Helvetica, sans-serif;
	font-style:italic;
	line-height:10px;
	color:#B03C3C;
}

.ad {
	text-align:right;
	padding:5px 0 5px 0;
}

.ar {
	text-align:left;
	padding-right:10px;
}

.menu {
	font:bold 11px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#B03C3C;
	margin-bottom:5px;
	padding-left:5px;
}

.menu a:link, .menu a:visited, .menu a:active {
	text-decoration:none;
	color:#B03C3C;
	padding:3px;
}

.menu a:hover {
	background-color:#B03C3C;
	color:#FFF;
}

.content {
	border-top:solid 1px #CCC;
	padding:5px;
}

.tablecontent {
	padding-left:5px;
	width:275px !important;
}

.spacer {
	background-color:#B03C3C;
	height:20px;
}

.footer {
	text-align:center;
	padding:5px;
	color:#333;
}

.footer a:link, .footer a:active, .footer a:visited {
	color:#333;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}