BODY
{
	padding: 0px;
	margin: 0px;
}

A
{
	outline: none;
}

A IMG
{
	border: none;
	outline: none;
}

.bg
{
	background-repeat: repeat;
	background-position: top left;
}

.t
{
	background-repeat: repeat-x;
	background-position: top left;
}

.b
{
	background-repeat: repeat-x;
	background-position: bottom left;
}

.l
{
	background-repeat: repeat-y;
	background-position: top left;
}

.r
{
	background-repeat: repeat-y;
	background-position: top right;
}

.tl
{
	background-repeat: no-repeat;
	background-position: top left;
}

.tr
{
	background-repeat: no-repeat;
	background-position: top right;
}

.bl
{
	background-repeat: no-repeat;
	background-position: bottom left;
}

.br
{
	background-repeat: no-repeat;
	background-position: bottom right;
}

TABLE.layout
{
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}

TABLE.layout TH,
TABLE.layout TD
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

TABLE.layout_two_columns
{
	border-collapse: collapse;
	width: auto;
	height: auto;
}

TABLE.layout_two_columns TH,
TABLE.layout_two_columns TD
{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
}

TABLE.layout_two_columns TH.left,
TABLE.layout_two_columns TD.left
{
	padding-right: 1em;
}

TABLE.layout_two_columns TH.right,
TABLE.layout_two_columns TD.right
{
	padding-left: 1em;
}

TD.centered,
TH.centered
{
	text-align: -moz-center;
	text-align: expression("center");
}

TD.aligned_right,
TH.aligned_right
{
	text-align: -moz-right;
	text-align: expression("right");
}