@charset "utf-8";
/* CSS Document */

/*
 * GLOBAL CLASSES
 */

.clear { clear:			both; }

.float-left { float: left; }
.float-right { float: right; }

.clearmargin { margin: 0; }
.clearmargin-left { margin-left: 0; }
.clearmargin-right { margin-right: 0; }
.clearmargin-top { margin-top: 0; }
.clearmargin-bottom { margin-bottom: 0; }

.center-align-txt {	text-align:		center; }
.left-align-txt {	text-align:		left; }
.right-align-txt {	text-align:		right; }
.justify-align-txt {	text-align:		justify; }

.indent { padding-left:	2em; }

.small { font-size: 0.8em; }



.padded-image {
	margin:			5px;
	padding:        5px;
	background:		#ddd;
	border:			1px solid #999;
}




.margin-bottom-moderate {
	margin-bottom:	20px;
}



.blue-bg {
	background:		#eeeeff url("../../img/design/content/lightblue-stripe.jpg");
}

.yellow-bg {
	background:		#ffffee url("../../img/design/content/lightyellow-stripe.jpg");
}
