@charset "utf-8";

body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#body	{font-family		: arial;
		 font-size		: 13px;
		}
		
#header	{font-family		: arial;
		 font-size		: 16px;
		 font-weight		: bold;
		 color			: #b40000;
		}
	
#tab		{font-family		: arial;
		 font-size		: 12px;
		 font-weight		: bold;
		 color			: #000000;
		 text-align		: center;
		 width			: 110px;
		 height			: 29px;
		 background-image	: url(displays/images/tab.gif);
		 background-repeat	: no-repeat;
		}
			
#footer	{font-family		: arial;
		 font-size		: 10px;
		}
		
#spacer	{margin-left			:10px;
		 margin-right			:10px;
		 margin-top			: 5px;
		 margin-bottom			: 5px;
		}
		
#resultheader	{font-family		: arial;
			 font-size		: 20px;
			 font-weight		: bold;
		 	 color			: #b40000;
			}

div.chart {
	display: block;
	margin-bottom: 20px;
}
a.button {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 8px;
	border: 1px solid #999;
	background-color: #E4E4E4;
	color: #000;
}
a.button:hover {
	border: 1px solid #FF0000;
	color: #FF0000;
}
a.nav { display: block; width: 106px; color: #000; font-size: 11px; text-decoration: none; margin:0 2px 0 0; background:#ccc; }
a.nav:hover { color: #fff; }
td.nav
{
	width:auto;
	margin:0 5px 0 0;
	padding:0px;
	font-weight:bold;
	color:#000;
	font-size:11px;
	text-align:center;
}