html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	background-color: #000000;
	margin: 0;
	padding:0;
	font-family: Arial;
	font-size: 12px;
	color: #999999;
}
input, textarea, select {
	font-family: Arial;
	font-size: 12px;
}
img {
	border: 0px;
}
label {
	cursor: pointer;
	cursor: hand;
}
table {
	border-collapse: collapse;
}
table td {
	padding: 0px;
}
table.padded td {
	padding: 4px;
}
table.gallery {
	width: 660px;
}
table.gallery td {
	width: 165px;
	height: 165px;
	vertical-align: top;
	text-align: right;
}
.photo {
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
}
A:link, A:visited, A:active {
	font-family: Arial;
	font-size : 12px;
	color : #cccccc;
	text-decoration : none;
}
A:hover {
	font-family: Arial;
	font-size : 12px;
	color : #f2f2f2;
	text-decoration : none;
}
A.en:link, A.en:visited, A.en:active {
	font-family: Arial;
	font-size : 12px;
	color : #f2f2f2;
	text-decoration : underline;
}
A.en:hover {
	font-family: Arial;
	font-size : 12px;
	color : #f2f2f2;
	text-decoration : none;
}