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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body {
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	font-size: 0.9em;
	background: #eee;
	line-height: 1.2;
}
h1 { font-size: 2em; }	
h2 { font-size: 1.4em; }	
h3 { /*font-size: 1.4em;*/ }	
h4 { font-size: 1.2em; }	
h5 { font-size: 1.2em; }	
h6 { font-size: 1.1em; }
h1, h2, h3, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 5px;
}
p, li {
	margin-top: 7px;
	margin-bottom: 3px;	
}
	.centre {
		text-align: center;
	}
	.note {
		border: 1px solid #cca;
		background: #ffd;
		padding: 10px;
		color: #c30;
	}
	.bold {
		font-weight: bold;
	}
	#centralcolumn {
		text-align: left;
		width: 835px;
		margin-right: auto;
		margin-left: auto;
		background: #fff;
		padding: 5px;
		margin-top: 20px;
		margin-bottom: 20px;
		border: 1px solid #ccc;
	}
	li {
		margin-left: 15px;
	}
	#intro {
		margin-left: 40px;
		margin-top: 30px;
		width: 740px;
	}
	legend {
		padding: 5px;
		color: #339;
		/*font-size: 1.5em;*/
		border: 1px solid #999;
		margin-top: 10px;
		background: #f5f5f5;
	}
	fieldset {
		padding: 15px;
		background: #f5f5f5;
		width: 760px;
		margin-left: 20px;
		border: 1px solid #ccc;
		margin-bottom: 50px;
	}
	input.radio {
		width: 30px;
		clear: both;
		margin-left: 340px;
		margin-top: 5px;
	}
	select {
		width: 258px;
	}
	input, select {
		padding: 2px;
		margin-bottom: 3px;
	}
	input {
		width: 250px;
	}
	#result_textarea {
		height: 50px;
		width: 730px;
		overflow: scroll;
	}
	h1, h2 {
		color: #22a;
		font-family: Arial;
	}
  h1, h2, h3 {
		font-weight: bold;    
  }
	button {
		margin-left: 350px;
		width: 257px;
		height: 35px;
		margin-top: 5px;
		font-weight: bold;
		/*font-size: medium;*/
		color: #555;
	}
	h3 a {
		color: #22a;
	}
	h3 a:hover {
		color: #22a;		
	}
	a {
		text-decoration: underline;
		color: #22a;
		font-weight: bold;
	}
	label {
		/*font-size: 1.2em;*/
		width: 340px;
		float: left;
		text-align: right;
		margin-right: 0.5em;
		display: block;
		clear: left;
		font-weight: bold;
	}
	label span {
		/*font-size: x-small;*/
	}
	fieldset span {
		/*font-size: x-small;*/
	}
	#chart_result {
		margin-left: 30px;
	}
	
	a.tip{
		z-index:10;
	}
	a.tip:hover{
		position:relative;
		z-index:100;
	}			
	a.tip span{
		display:none;
	}
	a.tip:hover span{
		text-decoration: none;
		display:block;
		position:absolute;
		float:left;
		white-space:nowrap;
		top:-2.2em;
		left:-10em;
		background: #22a;
		border:1px solid #33f;
		color:#fff;
		padding:3px 5px;
		/*font-size: 1em;*/
		z-index:10;
	}
