@charset "utf-8";
/* CSS Document */


.body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.body02 {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-bottom: 20px;
	overflow: hidden;
}
p {
	text-align: justify;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.h1_box {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

.input_textField {
	font-size: 10px;
	border: 1px solid #999;
	background-color: #ececec;
}
.input_button {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #333;
}
.footer {
	background-image: url(../images/tile03.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 45px;
	text-align: center;
	color: #FFF;
	font-size: 11px;
}


#maintable {
	background-color: white;
}
.sidecolumn {
	background-color: #ececec;
}
.contentFrame {
	background-color: white;
	width:585px;
	height: 554px;
}
.loginBg {
	background-image: url(../images/tile04.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.midRow {
	background-color: #ececec;
}


#header {
	height: 30px;
	background-image: url(../images/tile01.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#loginHeader {
	height:30px;
	width:355px;
	background-image: url(../images/tile02.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#contentHeader {
	width:585px;
	height:30px;
	background-image: url(../images/tile02.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
