body {

	font-family: Arial, Helvetica, sans-serif;
	background-color:#821500;

}

.floatR	{float:right;

}



.floatL {float:left;

}



.larger {font-size:x-large;

}



.small {font-size:small

}


a:link {

	text-decoration: none;

}

a:visited {

	text-decoration: none;

}

a:hover {

	text-decoration: none;

}

a:active {

	text-decoration: none;
}

.back_right	{background-image:url(images/tile.jpg);
		background-position:right;
}

.back_left	{background-image:url(images/tile.jpg);
		background-position:left;
}

.padding	{padding-left:10px;
padding-right:10px;
}

.paddingL	{padding-left: 10px;
}

.paddingL_half	{padding-left: 5px;
}

.small	{font-size:small;
}

.smaller	{ font-size:xx-small;
}