img{
	border: 0px;
}
.image_padding_left{
	margin-right: 0px;
	float: left;
	width: 50px;
	height: auto;
}
.image_padding_right{
	margin-right: 7px;
	float: right;
}
.hide{
	display: none;
}
.left{
	float: left;
}
.right{
	float: right;
}
.none{
	float: none;
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
.indent{
	padding-left: 25px;
}
.tleft{
	text-align: left;
}
.tcenter{
	text-align: center;
}
.tright{
	text-align: right;
}

.nowrap{
	white-space: nowrap;
}
.small{
	font-size: 11px;
}
.med{
	font-size: 14px;
}
.large{
	font-size: 20px;
}
.xlarge{
	font-size: 24px;
}
.font{
	font-family: Lucida Sans Unicode;
}
.fmain{
	font-family: Lucida Sans Unicode;
}
.farial{
	font-family: Arial;
}
.cblack{
	color: #000000;
}
.cgrey{
	color: #666666;
}
.cwhite{
	color: #ffffff;
}
.bblack{
	background-color: #000000;
}
.blightgrey{
	background-color: #999999;
}
.bmedgrey{
	background-color: #888888;
}
.bdarkgrey{
	background-color: #666666;
}
.bred{
	background-color: #823030;
}
.bblue{
	background-color: #286d95;
}
.bgreen{
	background-color: #33CC00;
}
.borange{
	background-color: #965603;
}
.byellow{
	background-color: yellow;
}
.bpurple{
	background-color: purple;
}
.baqua{
	background-color: #031C1C;
}