#float_left {
	float: left;
}

#float_right {
	float: right;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

/*These next lines will remove the dotted lines that appear around image linkes when clicked */
a
{
outline: 0px;
}

a:focus
{
-moz-outline-style: none;
}

.no_underline {
	border-bottom: none;
	text-decoration: none;
}

.inline_5 {
	position: relative;
	top: -2px;
}

.inline_12 {
	position: relative;
	top: 2px;
}

.inline_16 {
	position: relative;
	top: 4px;
}

.inline_24 {
	position: relative;
	top: 7px;
}

.inline_32 {
	position: relative;
	top: 10px;
}

/*table*/
th {
	text-align: center;
}

table.padded-table th.special {
	border-bottom: 0px;
}

table.padded-table td {
	padding: 5px;
}

/*end table*/