.ipatch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	background-attachment: fixed;
}
.ipatch_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-attachment: fixed;
}
.ipatch_outline {
	border: 1px solid #999999;
	background-attachment: fixed;
}

#blog-content {
	float:left;
	postion:relative;
	margin-right:15px;
	margin-bottom:20px;
}

.blog-date	{ 
	font-family: Verdana, 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333; 
	border-bottom:1px solid #999;
	margin-bottom:10px;
	font-weight:bold;
}

.blog-body {
	font-family: Verdana, 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
	font-weight:normal;
	background:#FFF;
	line-height:16px;			
}	

.blog-title	{ 
	font-family: Verdana, 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000; 	
	text-transform:uppercase;
	font-weight:bold;				
}			

.blog-posted	{ 
	font-family: Verdana, 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-bottom:25px;
}


a:link {
	text-decoration: underline;
	color: #666666;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #ED6600;
}
a:active {
	text-decoration: none;
	color: #666666;
}
a:link img {
	border: 1px solid #666666;
}
a:visited img {
	border: 1px solid #666666;
}
a:hover img {
	border: 1px solid #ED6600;
}
a:active img {
	border: 1px solid #666666;
}