/* CSS Document */
html, body, #wrapper {
      height:100%;
      margin:0;
      padding:0;
      border:none;
      text-align:center;
   }
 
#wrapper {
      margin: 0 auto;
      text-align: center;
      vertical-align: middle;
   } 
   
body{background-color:#FFFFFF;}

/* Link  */
a,a:hover,a:visited,a:active {
	text-decoration:none;
	
}

.link,.link:visited,.link:active {
	color:#000000;
	text-decoration:none;
}
.link:hover{
color:#999999;
}

a img {border: none;}

/* Text */
#legaltext{
	font-family:Arial;
	font-size:10px;
	color:#999999;
}

.text12{
	font-family:Arial;
	font-size:12px;
	color:#000000;
}
.text14{
	font-family:Arial;
	font-size:14px;
	color:#000000;
}
.text24{
	font-family:Arial;
	font-size:24px;
	color:#000000;
}







