@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, 
cite, code, del, dfn, em, font, img, 
ins, kbd, q, s, samp, big, small, strike, strong, 
tt, var, dl, dt, dd, ol, fieldset, form,
/*sub, sup,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;
}
ul{
	padding-left:15px;
}
li{
	list-style-position:inside;
}
.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;
}

.uppercase {
	text-transform:uppercase;
}
.block {
	display:block;
}
.no_margin {
	margin:0;
}
.spacer50{
	width:100%;
	clear: both;
	height:50px;
	display:block;
}
.spacer20{
	width:100%;
	clear: both;
	height:20px;
	display:block;
}
.spacer10{
	width:100%;
	clear: both;
	height:10px;
	display:block;
}
.spacer5{
	width:100%;
	clear: both;
	height:5px;
	display:block;
}

.no-background{
	background:none !important;
}
.background-white{
	background:none !important;
	background-color:white !important;
}
.margin10{
	margin:10px;
}
.height10{
	height:10px;
}
.height20{
	height:20px;
}
.height30{
	height:30px;
}
.relative{
	position:relative;
}
.spacer {
	clear: both;
	width:100%;
}