body {
	font-family: arial;
	font-size: 12px;
	text-align: center;
}

a {
	color: blue;
}

img {
	vertical-align: middle;
	border-width: 0px;
}

.note {
	font-size: 8px;
}

.content_image {
	margin: 5px;
	border: solid 1px black;
}

#content_out {
	position: relative;
	margin: 0 auto;
	top: 20px;
	width: 702px;
	background-image: url("../images/background.jpg");
	text-align: left;
}

.c1 {
	height: 1px;
	display: block;
	overflow: hidden;
	background-color: gray;
	border: 0px solid white;
	border-left-width: 5px;
	border-right-width: 5px;
}

.c2 {
	height: 1px;
	display: block;
	overflow: hidden;
	background-color: white;
	border: 0px solid gray;
	border-left-width: 2px;
	border-right-width: 2px;
	margin-left: 3px;
	margin-right: 3px;
}

.c3 {
	height: 1px;
	display: block;
	overflow: hidden;
	background-color: white;
	border: 0px solid gray;
	border-left-width: 1px;
	border-right-width: 1px;
	margin-left: 2px;
	margin-right: 2px;
}

.c4 {
	height: 2px;
	display: block;
	overflow: hidden;
	background-color: white;
	border: 0px solid gray;
	border-left-width: 1px;
	border-right-width: 1px;
	margin-left: 1px;
	margin-right: 1px;
}

#content_in {
	border: 0px solid gray;
	border-left-width: 1px;
	border-right-width: 1px;
	width: 700px;
	height: 450px;
}

#login_out {
	position: absolute;
	top: 330px;
	left: 30px;
	width: 110px;
}

#login_in {
	font-size: 11px;
	text-align: center;
	border: solid gray 1px;
	border-bottom-width: 0px;
	border-top-width: 0px;
}

#login_in a {
	text-decoration: none;
}

#login_in input {
	font-size: 11px;
}

#menu_out {
	position: absolute;
	top: 10px;
	left: 260px;
	width: 350px;
}

#menu_in {
	font-size: 11px;
	border: solid gray 1px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	text-align: center;
	vertical-align: middle;
}

#menu_in a {
	padding-right: 10px;
	padding-left: 10px;
}

#menu2_out {
	position: absolute;
	top: 135px;
	left: 5px;
	width: 160px;
}

#menu2_in {
	font-size: 12px;
	border: solid gray 1px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	text-align: center;
}

#menu2_in a {
	padding-left: 5px;
	text-decoration: none;
}

#mainOut {
	position: absolute;
	width: 525px;
	height: 385px;
	left: 175px;
	top: 65px;
	overflow: auto;
}

#mainTable {
	padding: 0px;
	border: 0px;
	margin: 0px;
}

#main {
	padding: 0px;
	border: 0px;
	margin: 0px;
	vertical-align: middle;
	width: 510px;
	height: 380px;
	text-align: center;
}

#main input {
	font-size: 12px;
}

#main a {
	font-size: 12px;
}

#main select {
	font-size: 12px;
}

#main table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#logo {
	position: absolute;
	top: 20px;
	left: 30px;
}

#copy {
	text-align: center;
	width: 300px;
	position: absolute;
	bottom: -45px;
	left: 200px;
	font-size: 9px;
}

#copy a {
	text-decoration: none;
}

#garlic {
	position: absolute;
	bottom: -18px;
	right: 10px;
}

.upperMenu {
	text-decoration: none;
}

#code_out {
	width: 500px;
	height: 280px;
	font-size: 12px;
}

.page_out {
	width: 250px;
}

.page_in {
	border: solid gray 1px;
	border-bottom-width: 0px;
	border-top-width: 0px;
	font-size: 10px;
	height: 250px;
	overflow: auto;
}

.page_in TEXTAREA {
	font-size: 10px;
}

.subsection {
	font-size: 11px;
	padding-left: 20px;
}