html, body, table, tr, td, p, h1, h2, h3, h4, h5, h6, form {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100%;
	width: 100%;
}

h1, h2, h3, h4, h5, h6, td, th, input {
	font-family: Verdana, sans-serif;
	color: #2e3436;
}

body {
	text-align: center;
	background-image: url(img/bodyback.png);
	background-repeat: repeat;
}

table {
	border-collapse: collapse;
}

img {
	border: none;
}

/* window -----------------------------------------------------------------------------------*/
.window {
	width: 940px;
	
	margin-left: auto;
	margin-right: auto;
}
.window_main {
	width: 100%;
	border-style: none;
	margin-top: 10px;
}
.window_main_frame {
	background-color: #d3d7cf;
}
.window_legend {
	width: 100%;
	border-style: none;
}
.window_legend_frame {
	text-align: center;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* main -------------------------------------------------------------------------------------*/
.main {
	width: 100%;
}
.main_td {
	vertical-align: top;
}

/* header -----------------------------------------------------------------------------------*/
.header {
	background-color: #eeeeec;
}

/* logo -------------------------------------------------------------------------------------*/
.logo {
	background-image: url(img/logoback.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 80px;
	width: 20%;
}

/* banner -----------------------------------------------------------------------------------*/
.banner {
	background-image: url(img/bannerback.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 80%;
}

/* selection --------------------------------------------------------------------------------*/
.section {
	background-image: url(img/selectionback.png);
	background-repeat: repeat;
	height: 44px;
	text-align: right;
}

/* disc -------------------------------------------------------------------------------------*/
.disc {
	height: 100%;
	width: 100%;
}
.disc td {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}

/* fil --------------------------------------------------------------------------------------*/
.fil {
	width: 100%;
}
.fil_frame {
	font-size: 10px;
	padding-left: 2px;
}

/* menu -------------------------------------------------------------------------------------*/
.menu {
	width: 100%;
}

/* content ----------------------------------------------------------------------------------*/
.content {
	width: 100%;
}
.content_frame {
	font-size: 12px;
	text-align: justify;
	vertical-align: top;
	background-color: #ffffff;
	padding: 6px;
}

