@charset "utf-8";
/* CSS Document */


.itemFrame{

	padding:0px;
	margin-top:0px;
	margin-bottom:10px;
	border-bottom:1px dotted #999999;
}

.itemHeader{
	color:#333333;
	font-size : 1.1em;
	font-family: Arial, Helvetica,sans-serif;	
	padding-left: 0px;
	padding-top:2px;
	margin-bottom: 4px;
	font-weight:normal;
	font-style:italic;
	text-transform:uppercase;
	
}
.itemHeader:first-letter {
	color: #00B000;
}

.itemDate{
	color:#666666;
}


.itemText{
	margin:10px;
	margin-left:30px;
}

.itemLine{
	border-bottom:1px dotted #999999;
	margin-bottom:10px;
}


.itemError{
	font-family:Verdana, Geneva, sans-serif;
	color:#F00;
	font-style:italic;
}

