@CHARSET "UTF-8";

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, label, legend,
p, blockquote, pre, a, abbr, acronym, address, 
sub, sup, cite, code, del, dfn, em, font, img, 
ins, kbd, q, s, samp, big, small, strike, strong, 
tt, var, dl, dt, dd, ol, ul, li, fieldset, form,
/*table, tbody, tfoot, thead, tr, th, td,*/ caption {
	border: 0 none;
	font-size: 100%;
	margin: 0;
	padding: 0;
	outline-style: none;
	outline-width: 0;	
	vertical-align: baseline;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	border-bottom: 1px solid;
}
.overline{
	text-decoration: overline;
}
.line-through{
	text-decoration: line-through;
}
.highlight {
	background-color: #CCCCCC;
}
.no_padding {
	padding: 0 !important;
}
.no_margin {
	margin: 0 !important;
}
.no_border {
	border: 0 none !important;
}
.no_wrap{
	white-space: nowrap;
}
.invisible {
	visibility: hidden !important;
}
.visible {
	visibility: visible !important;
}
.hidden {
	display: none;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}
.clear_both {
	clear: both;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.align_justify {
	text-align: justify;
}
.align_top {
	vertical-align: top;
}
.align_bottom {
	vertical-align: bottom;
}
.align_middle {
	vertical-align: middle;
}