/*---------- Standard Elements ----------*/
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 21px; 
	color: #222;
	margin: 10px 0 10px 0;
	text-align: center;
	}
	
a:link,
a:visited,
a:hover	{
	color: #F6000E;
	text-decoration: none;
	}

img	{
	border-style: none;
	}
	
p	{
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 10px 0;
	}
	
strong	{
	}
	
div.clearer {
	display: block; 
	clear: both; 
	margin: 0;
	padding: 0;
  	visibility: hidden;
  	font-size: 1px;
  	line-height: 0px;
  	}	

.center	{
	text-align: center;
	}

.center-spalsh	{
	margin-top: 140px;
	text-align: center;
	}
	
.invisible-text	{
	font-size: 1px;
	color: #fff;
	}
