@CHARSET "ISO-8859-1";
/* Just a few standard definitions */

form {
	margin:0;
	padding:0;
	display:inline;
}

img {
	margin:0;
	padding:0;
	border:0;
}

.bold {
	font-weight:bold !important;
}

.fleft {
	float:left;
}
.fright {
	float:right;
}

.left {
	text-align: left !important;
}
.right {
	text-align:right !important;
}
.center {
	text-align:center !important;
}
.top {
	vertical-align: top !important;
}
.middle {
	vertical-align: middle !important;
}
.bottom {
	vertical-align: bottom !important;
}

.no_border {
	border: none !important;
}

.no_bottom_border {
	border-bottom-width: 0px !important;
}

.no_padding {
	padding:0px 0px 0px 0px !important;
}
.no_margin {
	margin:0px 0px 0px 0px !important;
}

.w100 {
	width:100%;
}
.w85 {
	width:85%;
}
.w70 {
	width:70%;
}
.w60 {
	width:60%;
}
.w50 {
	width:50%;
}
.w40 {
	width:40%;
}

.inline {
	display:inline;
}

.hidden {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

.fcl {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
}


/* Colors */

.white {
	color:#ffffff;
}
.black {
	color:#000000;
}