@CHARSET "UTF-8";

.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 !important;
}
.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;
}
.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;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span45 {
  width: 310px;
}
.span3 {
  width: 220px;
}
.span23 {
  width: 160px;
}
.span2 {
  width: 140px;
}
.span15 {
  width: 130px;
}
.span1 {
  width: 60px;
}.
.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;
}