@charset "utf-8";
.HeaderChild  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: right;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;


} 
/* CSS Document */

p {
	padding-right: 20px;
	padding-left: 5px;
}
h2 {
	padding-right: 20px;
	padding-left: 5px;
}
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
td {
	color: #000000;
	font-size: 11px;
}
