BODY{
	margin: 0px 0px 0px 0px;
}
img{
	border: 0px;
}
form{
	display: inline;
}
input, select{
	font-size: 11px;
}
.lpadding{
	padding: 0px 100px;
}
.image_padding_left{
	margin-right: 7px;
	float: left;
	width: 50px;
	height: auto;
}
.image_left{
	margin-right: 14px;
	margin-bottom: 7px;
	float: left;
	height: auto;
}
.image_right{
	margin-left: 14px;
	margin-bottom: 7px;
	float: right;
	height: auto;
}
.image_padding_right{
	margin-left: 7px;
	float: right;
}
.hide{
	display: none;
}
.left{
	float: left;
}
.right{
	float: right;
}
.none{
	float: none;
	clear: both;
}
.clear{
	clear: both;
}
.tleft{
	text-align: left;
}
.tcenter{
	text-align: center;
}
.center{
	margin: 0px auto;
}
.tright{
	text-align: right;
}

.nowrap{
	white-space: nowrap;
}
body #main_content .small{
	font-size: 11px;
}
body #main_content .med{
	font-size: 14px;
}
body #main_content .large{
	font-size: 20px;
}
body #main_content .xlarge{
	font-size: 24px;
}
.font{
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
}
.fmain{
	font-family: Lucida Sans Unicode,Lucida Grande,sans-serif;
}
.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: #FF0000;
}
.bblue{
	background-color: #0066FF;
}
.bgreen{
	background-color: #33CC00;
}
.borange{
	background-color: orange;
}
.byellow{
	background-color: yellow;
}
.bpurple{
	background-color: purple;
}
.top{
	vertical-align: top;
}
.indent{
	padding-left: 15px;
}
.indent_large{
	padding-left: 25px;
	width: 1px;
}
.indent_small{
	padding-left: 5px;
}
.amo_bullet{
	position: relative;
	top: 0px;
	height: 8px;
	width: 8px;
}
body #page_content .underline{
	text-decoration: underline;
}
.inline{
	display: inline;
}
.block{
	display: block;
}
.caps{
	text-transform: uppercase;
}
.nomar{
	margin: 0px;
}
.nopad{
	padding: 0px;
}
.bare{
	padding: 0px;
	margin: 0px;
}
