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

.SimpleTextWidgetFormattingBold {
	font-weight:bold;
}	

.SimpleTextWidgetFormattingItalic {
	font-style:italic;
}	

.SimpleTextWidgetFormattingUnderline {
	text-decoration:underline;
}	

.SimpleTextWidgetFormattingStrikeThrough {
	text-decoration:line-through;
}	

.SimpleTextWidgetFormattingSuperscript {
	vertical-align:super;
	font-size:70%;
}

.SimpleTextWidgetFormattingSubscript {
	vertical-align:sub;
	font-size:70%;
}

.SimpleTextWidget {
	/*width:100%;	
	height:auto;
	font:inherit;*/
	
}
