body { 
	width: 100%;
	margin: 0px;
	padding: 20px;
	text-align: center; 
	background: #ffffff;
	text-align: center;
	font-size: 16px; 
	line-height: 180%;
	}

a:link	{ 
	background: transparent;
	color: #ffffff;
	text-decoration: none;
	}

a:visited	{
	background: transparent;
	color: #ffffff;
	text-decoration: none;
	}

a:hover	{
	background: transparent;
	color: #ffffff;
	text-decoration: none;
	}

a:active	{ 
	background: transparent;
	color: #ffffff;
	text-decoration: none;
	}

a img,:link img,:visited img,:hover img,:active img {
    border:none;
	background: transparent;
	text-decoration: none;	
	}
		
table	{ 
	margin: 50px auto 30px auto;
	border-collapse: collapse;
	border-width: 0px;
	padding: 0px;
	empty-cells: show;
	}

tbody td 	{ 
	margin: 10px;
	padding: 10px;
	border-width: 0px;
	border-color: #ffffff; 
	background: #ffffff;
	vertical-align: middle;
	}
	
img	{
	margin: 0px;
	padding: 0px;
	border: none;
	}
	
.flag	{
	text-align: right; 
	}
	
.title	{
	text-align: left; 
	}
