html {
	background-color: 		#D6DDE4;
	background-image: 		url(../xwin/bg.jpg);
	background-repeat: 		no-repeat;
	background-attachment: 	fixed;
}
body {
	margin: 				0px 0px;

	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size:				12px;
}
a:link, a:visited, a:active {
	color: 					#006666;
	font-style:				italic;
	text-decoration: 		none;
}
a:hover {
	color: 					#006;
	font-style: 			italic;
	text-decoration: 		none;
}
.title1 {
	width:					100%;
	height:					100px;
	
	background-image: 		url(../xwin/title.png);
	background-repeat: 		no-repeat;
	
	color:					white;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size:				16px;
	font-weight: 			normal;
}
.title1 .master {
	width:					1000px;
	height:					30px;
	
	margin-left:			auto;
	margin-right:			auto;
	
	padding-top: 			69px;
}
.title1 .master .button1:link, .button1:active, .button1:visited {
	clear: 					none;
	display:				block;
	float:					left;

	width:					auto;
	height:					24px;
	
	background-image: 		url(../xwin/title1.png);
	
	padding-top: 			7px;
	padding-left:			15px;
	padding-right:			15px;
	
	color:					white;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-weight: 			normal;
	text-decoration:		none;
	text-align: 			center;
}
.title1 .master .button1:hover {
	clear: 					none;
	display:				block;
	float:					left;

	width:					auto;
	height:					24px;
	
	background-image: 		url(../xwin/title2.png);
	
	padding-top: 			7px;
	padding-left:			15px;
	padding-right:			15px;
	
	color:					white;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-weight: 			normal;
	text-align: 			center;
}
.title2 {
	width:					100%;
	height:					20px;
	
	background-image: 		url(../xwin/title2.png);
	
	color:					white;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size:				12px;
	font-weight: 			normal;
}
.title2 .slave {
	width:					1000px;
	height:					20px;
	
	margin-left:			auto;
	margin-right:			auto;
	
	background-image: 		none;
	
	padding-left:			10px;
	padding-right:			10px;
}
.title2 .slave .button2:link, .button2:active, .button2:visited {
	clear: 					none;
	display:				block;
	float:					left;

	width:					auto;
	height:					auto;
	
	padding-top:			2px;
	padding-left:			15px;
	padding-right:			15px;
	padding-bottom:			3px;
	
	color:					white;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-weight: 			normal;
	text-decoration:		none;
	text-align: 			center;
}
.title2 .slave .button2:hover {
	clear: 					none;
	display:				block;
	float:					left;

	width:					auto;
	height:					auto;
	
	background-image: 		url(../xwin/title1.png);

	padding-top:			2px;
	padding-left:			15px;
	padding-right:			15px;
	padding-bottom:			3px;

	color:					white;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-weight: 			normal;
	text-align: 			center;
}
.page {
	width:					1000px;
	height:					auto;
	
	margin-top:				25px;
	margin-left:			auto;
	margin-right:			auto;

	padding:				3px;
}
.content {
	background-image: 		url(../xwin/content.png);
	padding-left: 5px;
	padding-right: 13px;
}
.box1 {
	height: 				auto;
	
	border-width:			1px;
	border-style:			solid;	
	border-color:			#5C94C5;
	
//	background-image: 		url(../xwin/bg-box1.png);
	
	padding-top:			1px;
	padding-left:			3px;
	padding-right:			3px;
	padding-bottom:			1px;
}
.box2 {
	width:					295px;
	height: 				auto;
	
//	border-width:			1px;
//	border-style:			solid;	
//	border-color:			#5C94C5;
	
	background-image: 		url(../xwin/box-center.png);
	
	padding-top:			1px;
	padding-left:			3px;
	padding-right:			8px;
	padding-bottom:			1px;
}
.bottom {
	height:					15px;
	background-image: 		url(../xwin/bottom.png);	
}
.copy {
	width:					1000px;
	height:					20px;

	margin-left:			auto;
	margin-right:			auto;

	color:					#466178;
	
	font-size:				10px;
	text-align: 			right;
}
.left {
	float:					left;
}
.right {
	float:					right;
}
.clear {
	clear:					both;
	display:				block;
}