.header {
	width: auto;
	height: 85px;
	background: url(../images/header.jpg) no-repeat right top;
	border-bottom: 1px solid #91DCCE;
}
.info {
	width: auto;
	background: #B3F0E5;
	border-bottom: 1px solid #91DCCE;
	padding: 2px 25px 3px 27px;
	line-height: 150%;
}
.infoimg {
	vertical-align: middle;
	margin-right: 6px;
	margin-top: 2px;
}
.search {
	margin-top: 5px;
	margin-bottom: 20px;
	width: auto;
	background: url(../images/search.gif) no-repeat left 5px;
	border-bottom: 2px dotted #CCCCCC;
	padding-bottom: 8px;
	padding-left: 30px;
}
.content {
	font-size: 100%;
	line-height: 150%;
	width: auto;
	clear: both;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* Common Style */
body {
	color: #222222;
	line-height: 150%;
	margin: 0;
	padding: 0 0 20px;
	background: #FFFFFF url(../images/bg.gif) repeat-x left top;
	letter-spacing: .05em;
	font-family: Arial, Helvetica, sans-serif;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #0066cc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #660099;
}
h1 {
	font-size: 125%;
	line-height: 130%;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
	letter-spacing: .05em;
}
strong {
	color: #555555;
	line-height: 150%;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 3px;
	letter-spacing: .05em;
}
em {
	font-style: normal;
	color: #CC3333;
}
img {
	border: none;
}
select {
	margin: 2px;
	color: #333333;
	vertical-align: middle;
}
input, textarea {
	vertical-align: middle;
	color: #333333;
	margin: 2px;
}
.button {
	vertical-align: middle;
	background: #FFFFFF url(../images/btn_blue.gif) repeat-x left top;
	border: 1px solid #EEB506;
	height: 25px;
	color: #333333;
	text-decoration: none;
	line-height: 180%;
	margin-right: 2px;
	margin-left: 2px;
}
.infotable {
	border-collapse:collapse;
	font-size: 100%;
	color: #222222;
	margin-bottom: 20px;
	width: 100%;
}
.infotable caption {
	padding-bottom: 3px;
	text-align: left;
}
.infotable th {
	font-weight: normal;
	padding: 3px 5px 2px;
	vertical-align: top;
	line-height: 150%;
	text-align: right;
	border-bottom: 1px dotted #dddddd;
}
.infotable td {
	padding: 3px 5px 2px;
	line-height: 150%;
	vertical-align: top;
	border-bottom: 1px dotted #dddddd;
}
.datatable {
	border-collapse:collapse;
	font-size: 100%;
	border: 2px solid #dddddd;
	color: #222222;
	margin-bottom: 20px;
	width: 100%;
	background: #FFFFFF;
}
.datatable caption {
	padding-bottom: 3px;
	text-align: left;
}
.datatable th {
	font-weight: normal;
	padding: 3px 5px 2px;
	border: 1px solid #dddddd;
	vertical-align: top;
	line-height: 150%;
	background: #D3EEFC;
}
.datatable td {
	padding: 3px 5px 2px;
	border: 1px solid #dddddd;
	line-height: 150%;
	vertical-align: top;
}
.datatable .add {
	background: #F0F0F0;
}
.right {
	text-align: right;
}
.center {
	text-align: center ;
}
