
.italic {
	font-style:italic;
}

.admin_edit {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color : Blue;
}

.info {
	font-size:12px;
	font-family:Verdana,Helvetica,Sans-serif;
	font-weight:100;
	color: #03639D;
	font-weight: bold;
/*	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: Green;
	background-color : #F3F3F3;
	padding : 0.5em; */
}

.info_nobg {
	font-size:12px;
	font-family:Verdana,Helvetica,Sans-serif;
	font-weight:100;
	color: #03639D;

/*	font-size: 1em;
	font-style: italic;
		color: Green; */
	font-weight: bold;

}

.error {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: Red;
	background-color : #F3F3F3;
	padding : 0.5em;
	line-height : 1.5em;
}

.error_nobg {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: Red;
}

.error_strike_through {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: Red;
	background-color : #F3F3F3;
	padding : 0.5em;
	line-height : 1.5em;
	text-decoration : line-through;
}

.small {
	font-size: 0.7em;
}
