/* 
   	Common CSS Items/Normalizer 
	The goal of this file is to be as reusable as possible 
 */
body,div,table,tr,td,th,tbody,thead,h1,h2,h3,h4,h5,h6,img,a {
	margin: 0px;
	padding: 0px;
}
ul.lifix {
	margin: 0px;
	padding: 0px;
}
ul.lifix li {
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
}
/* Newer way to fix IE's whitespace list issue */
ul.bare {
	margin: 0px;
	padding: 0px;
	list-style: none outside;
}
ul.bare li {
	margin: 0px;
	padding: 0px;
	zoom: 1.0;
}
ul.bare li a {
}
table.bare td {
	vertical-align: top;
}
a img {
	border: 0px;
}
/* Hide from visual users but show to screen readers */
.off_left {
	position: absolute;
	left: -999px;
	width: 990px;
	top: -999px;
}
.skip_link {
	display:none;
}
div.clearer { /* Clears floats */
	clear: both;
	line-height: 0px;
	height: 0px !important ;
	overflow: hidden;
	font-size: 0px;
}
img.block {
	display: block;
}
div.ad_area {
	text-align: center;
}
div.ad_area img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.centered {
	margin-left: auto;
	margin-right: auto;
}
a:link, a:visited, a:hover {
	text-decoration: underline;
	
}
td a:link, td a:visited, td a:hover {
	text-decoration: underline;
}
/* Takes off default styling */
a.bare:link, a.bare:visited, a.bare:hover {
	text-decoration: none;
}
td a.bare:link, td a.bare:visited, td a.bare:hover {
	text-decoration: none;
}

/* A class to use to use in visual javascript */
.thunder_display_hidden {
	display: none;
}
