/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        background: transparent;
        border: 0;
        margin: 0;
        padding: 0;
        vertical-align: baseline;
} */



	body 
	{ 
		font-family: sans-serif; 
		font-size: 76%; 
		color: #555555; 
		line-height: 1.3em; 
	}

	#main { width: 880px; margin: 0 auto; border: 1px solid #000000; text-align: center; padding: 0px 0px 10px 0px; }
	
	.headercon { width: 100%; margin: 0 auto; background: #555555; margin-bottom: 5px; padding: 5px 0px 5px 0px; }
	
	.header {  float: left;  width: 160px;  text-transform: uppercase; font-weight: bold; color: #333333;  }
	
	.header h3 { display: inline;  text-shadow: 0 0 2px #EEEEEE; }
	
	#rowscon { width: 100%; margin: 0 auto; }
	
	.con { float: left;  width: 160px; min-width: 160px;}
	
	.con a{ text-decoration: none; color: #555555; }
	
	.con a:hover { text-decoration: underline; }
	
	.conend { clear: both; margin-bottom: 10px; border-bottom: 1px solid #AAAAAA; }
	
	#chart { display: none; margin: 10px 25px; }
	
	.chartCon { display: block; cursor: pointer; width: 30%; float:left; margin: 15px 0px; }
	
	#closePopup { cursor: pointer; color: red; font-weight: bold; }

	#popupChart 
	{ 
		background: #ffffff; 
		display: none; 
		position: absolute; 
		z-index: 1; 
		border: 2px solid #555555; 
		width: 500px; 
		left: 50%;
		margin-top: 20px;
		margin-left: -250px; 
	}
	
	#popupChart2 
	{ 
		background: #ffffff; 
		display: none; 
		position: absolute; 
		z-index: 1; 
		border: 2px solid #555555; 
		width: 1000px; 
		left: 50%;
		margin-top: 20px;
		margin-left: -500px; 
	}
	
	#bigChart
	{
		margin: 25px;
	}

	.mapLink { cursor: pointer; }
	
	.selected { }
	
	#pagination { text-align: center; width: 50%; margin: 0 auto; }
	
	#pagination a { text-decoration: none; color: #333333; }
	
	#pagination a:hover { text-shadow: 0 0 2px; text-decoration: underline; }
	
	#prevlink { width: 25px; padding: 0px 2px 0px 2px; cursor: pointer; }
	
	#pagelink {  width: 25px; padding: 0px 2px 0px 2px; cursor: pointer;}
	
	#nextlink {  width: 25px; padding: 0px 2px 0px 2px; cursor: pointer; }
