@charset "utf-8";
/* CSS Document */
html {
	overflow: auto;
	
}

html, body {
    height:100%;
    margin: 0;
    padding: 0;
   	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	overflow-x: hidden;
	overflow-y: auto;
}

table {
	margin: 0;
    padding: 0;
   	border: none;
	text-align: center;
}

.content {
	color:#666666;
	line-height: 16px;
}

.content p {
	
	padding-left:20px;
}

a {
	text-decoration:none;
	color:#FFFFFF;
	cursor:hand;
}
