body {
	margin: 0px;
	padding: 0px;

	font-family: Verdana, sans-serif;

	background-color: #999999;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #AA0000;
}

a:active {
	text-decoration: underline;
}

h1 {
	font-size: 15px;
	font-weight: bold;
}

img {
	border: 1px solid #000000;
}

#window {
	width: 760px;

	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;

	background-color: #FFFFFF;
}

#logo {
	width: 200px;
	height: 472px;

	background-image: url("nono.gif");
	background-repeat: no-repeat;
}

#subWindow {
	width: 560px;
}

#menu {
	height: 20px;

	text-align: right;
	padding-right: 20px;

	font-size: 13px;
	font-weight: bold;

	word-spacing: 10px;
}

#content {
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 30px;

	text-align: justify;

	font-size: 12px;
}