@import url("/resources/common.css");
	.tempOutlineYes{
		border:2px solid yellow;
	}	
	.tempOutlineYes div
	{
		padding:1px;
		border:1px solid blue;
	}
	.tempOutlineYes p	 
	{
		border:1px solid green;
		margin -1px;
	}
/* Basic formats */

.bold,strong,b {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

/* Global align classes */

.left {
	text-align: inherit;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.full {
	text-align: justify
}

/* Image and table specific aligns */

img.left, table.left {
	float: left;
	text-align: inherit;
}

img.center, table.center {
	margin-left: auto;
	margin-right: auto;
	text-align: inherit;
} 

img.center {
	display: block;
}

img.right, table.right {
	float: right;
	text-align: inherit;
} 