/*
	Name:  css_main.css
	Use:  main css for HansetCorp.com
*/

	body {
		color: #000;  font-family: Verdana, Tahoma, Helvetica, sans-serif; /*'Times New Roman', Times, serif;*/  /*Geneva, Arial, Helvetica;*/
		font-size: 0.90em;  text-align: center;  margin: 0px;  text-align: center;
	}
	
	a img { border: 0px; }
	
	.floatLeft { float: left; }
	.floatRight { float: right; }
	.clearBoth { clear: both; }
	
	.nowrap { white-space: nowrap; }
	
	.smaller { font-size: 0.9em; }
	.light { font-weight: 200; }
	.normal { font-weight: 400;  font-style: normal;  text-decoration: none; }
	.heavy { font-weight: 700; }
