@charset "utf-8";
/* CSS Document */
			
.reply a {
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-decoration: none;
	color: #0066FF;
	}
	
.reply a:hover {
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-decoration: none;
	color: #0066FF;
	}
.commontxt {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;			
	}
.boldtxt  {
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	font-family:Arial, Helvetica, sans-serif;
	}
	.white  {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	}
	.children {
	padding: 0 0 0 5px !important;
	border-left: 1px solid #353535 !important;
	margin: 0px 0 5px 6px !important;
	}
	
	.comment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: justify; 
	padding:5px;
	}
	
	.gray a {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			font-weight: normal;
			color: #999999;
			text-decoration: underline;  
			}
	.gray:hover {
			color: #999999;	
			text-decoration: underline;		
			}