@charset "iso-8859-1";
body { 
	margin-top: 80px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	text-align:center;
}
img{
	border: solid 1px Black;
}
p,h1,h2{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 3pt;
	font-weight:normal;
	display: inline;

}
a{
	color:Black;
	text-decoration: none;
}
a:hover        {
	color:#F8BF24
}
.tablediv {
	display:  table;
	width:640px;
	border-collapse:separate;
	margin:0 auto 0 auto;
}
.celldiv {
	float:left;/*fix for  buggy browsers*/
	display:  table-cell;
}
.celldivbottomleft {
	float:left;/*fix for  buggy browsers*/
	text-align: Left;
	width:400px;
	font-size: 11px;
	letter-spacing: 3pt;
	display: inline;
}
.celldivbottomright{
	float:left;/*fix for  buggy browsers*/
	text-align: Right;
	font-size: 10px;
	width:240px;
}
.rowdiv  {
	display:  table-row;
	width:auto;
}