body {
	margin:0;
	padding:0;
	behavior: url("css_inc/csshover3.htc"); 
}
h2 {
	font-size: 20px;
	color: #666666;
	
}
h3 {
	font-size: 16px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0.4em;
}
h4 {
	font-size: 14px;
	color: #666666;
	font-weight: normal;
	margin-top: 0.4em;
	margin-bottom: 0.8em;
}
h5 {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	display:inline;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
a {
	color: #000000;
}
table {
	/*font-size: 10px;*/

}
input, textarea, select {
	font-size: 12px;
	color: #000000;
	font-family:inherit;

}
input:focus {
	background-color: #FFFFFF;
	color: #000000;
}
hr{
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}