*
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004B7F;
}
body 
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
}
html, body 
{
	height: 100%;
}
img
{
	border: 0px;
}
.clear1
{
	clear: both;
	height: 20px;
	font-size: 2px;
	width: 100%;	
}
.clear2
{
	clear: both;
	height: 5px;
	font-size: 2px;
	width: 100%;	
}
#content
{
	width: 500px; 
	text-align: left; 
	margin-right: auto;
	margin-left: auto; 
	margin-top: 50px;		
}
#intro
{
  float: left;
  width: 480px;
  padding-top: 4px;
}
#intro h1
{
	display: inline;
	color: #666666;
	font-size: 10px;
}
#intro h2
{
	display: inline;
	color: #004B7F;
	font-weight: bold;
	font-size: 14px;
}
#copy
{
  float: right;
  width: 240px;
  text-align: right;	
  font-size : 10px;
  color : #666666;
  padding-top: 6px;
}
#copy a
{
  font-size : 10px;
  color : #666666;
}

