	body {
		text-align:left;
		font-size:11px;
		line-height: 15px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#666;
		background-color:#fff0e6;
		padding:0;
		margin:0;
		}
		
	h1 {
		color:#333;
		font-weight:bold;		
		font-size:15px
		} 		
	h2 {
		color:#ff6600;
		font-weight:bold;
		font-size: 14px
		}
	h3 {
		color:#666;
		font-weight:bold;
		font-size: 12px;
		margin: 4px 0 2px 0;
		}		

	#newsblog {
		float:left;
		width:195px;
		padding: 5px 0 5px 10px;
		background: #fff0e6;
		}
	#newsblog p {
		padding: 5px 0 5px 0;
		margin: 0;
		}		
	#newsblog hr {
		border: none 0; 
		border-top: 1px solid #fff;
	border-bottom: 1px dashed #ccc;
	width: 100%;
	height: 2px;
	margin: 5px auto 0 0;
	}
			#newsblog a {
			line-height:1.3em;
			font-weight:normal;
			display:block;
			color: #666;
			padding-left:15px;
			background:url(../images/website/bullet_arrow_orange.png) transparent center left no-repeat
			}
			#newsblog a:hover {
			color: #ff6600;
			background:url(../images/website/bullet_arrow_grey.png) transparent center left no-repeat
			} 

	#newsblog .date {
		font-size:9px;
		line-height: 11px;
		color: #999;
		text-align: right;
		padding: 3px 0 3px 0;
		}
		
