html {
	width: 100%;
	height: 100%;
	}

table.center {
	width: 100%;
	height: 100%;
	}

p {
	padding: 5px;
	text-align: justify;
	}

.text {
	font-size: 9pt;
	font-family: verdana,arial,sans-serif;
	line-height: 130%;
	letter-spacing: 1.1pt;
	font-style: none;
	font-variant: small-caps;
	text-align: center;
	}

.text1 {
	font-family: verdana,arial,sans-serif;
	font-size: 8pt;
	text-align: center;
	}

a {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #666666;
	}


