/******
BEGIN
This should be used wherever there are/is (a) <p>(s) within a table cell
This will remove an unwanted space above or/and under a paragraph
*/
p.first {
	margin-top:0px;
	padding-top:0px;
}

p.last {
	margin-bottom:0px;
	padding-bottom:0px;
}

p.noMargin {
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}
/*
END
******/

img.left{
	margin-right:5px;
	margin-bottom:2px;
}

img.right{
	margin-left:5px;
	margin-bottom:2px;	
}

a.noDisplay{
	display:none;
}