/******
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;
}

h2.first{
	margin-top:0px;
	padding-top:0px;
}

h2.last{
	margin-bottom:0px;
	padding-bottom:0px;
}

h1, h3{
	font-weight:bold;
	margin:10px 0px 10px 0px;
	font-size:14px;
	color:#f2652d;
}

h2{
	font-weight:bold;
	margin:10px 0px 10px 0px;
	font-size:12px;
	color:#f2652d;
}



/*
END
******/