*					{
					margin: 0;
					padding: 0;
					}
body				{
					background-color: #fff;
					text-align: left;
					font-family: calibri, 'myriad web',  'trebuchet ms', tahoma, sans-serif;
					line-height: 130%;
					color: #333;	
					padding: 16px;
					background-image: url('images/hg_detail.png');
					background-repeat: repeat-y;
					}
h1					{
					font-size: 200%;
					font-weight: normal;
					color: #FF6633;
					margin-bottom: 16px;
					line-height: 100%;
					margin-bottom: 1%;
					}	
h2					{
					font-size: 120%;
					font-weight: normal;
					color: #FF6633;
					}
h3					{
					font-size: 100%;
					font-weight: bold;
					color: #00CCFF;
					letter-spacing: 2px;
					margin-bottom: 8px;
					text-transform: uppercase;
					display: block;
					clear: both;
					margin-top: 20px;
					}	
h3 span				{
					float: right;
					letter-spacing: 0;
					color: #999;
					}
h4					{
					font-size: 100%;
					font-weight: bold;
					margin-bottom: 8px;
					margin-top: 12px;					
					}
h5					{
					font-size: 100%;
					font-weight: bold;
					}									
p					{
					margin-bottom: 12px;
					align: left;
					}	
blockquote			{
					margin-left: 16px;
					}				
hr					{
					margin: 16px 0 16px -16px;
					border: 0px none;
					color: #0cf;
					height: 1px;
					background-color: #0cf;
					background-image: url('images/hg_hr.png');
					background-position: right;
					background-repeat: repeat-y;
					}																								
a					{
					color: #359;
					text-decoration: none;
					}						
p a:before			{
					content: url('images/li_int.gif');		
					}
* html p a			{
					padding-left: 16px;
					background-image: url('images/li_int.gif');
					background-position: left 3px;
					background-repeat: no-repeat;
					}
table				{
					width: 100%;
					border-bottom: 1px solid #ddd;
					margin-top: -4px;
					}
td					{
					padding: 2px ;
					border-top: 1px solid #ddd;
					vertical-align: top;
					}
