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;
}
.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;
}
DIV.shadow2, DIV.shadow3, DIV.shadow4, DIV.shadow5 {
   padding: 1px;
   border-radius: 10px;
   -moz-border-radius: 10px;
   }
DIV.shadowH {
	background-color:#FFE6CC;
	padding-top:1px;
	padding-left:2px;
	padding-left:2px;
	padding-bottom:1px;
}
DIV.shadowP {
	padding: 3px;
}
DIV.shadow {
   background-color: #8e8e8e;
   border: 1px solid #959595;
   margin: 0px;
   }
DIV.shadow2 {
   background-color: #aaa;
   border: 1px solid #bebebe;
   margin: 0;
   }
DIV.shadow3 {
   background-color: #d1d1d1;
   border: 1px solid #e1e1e1;
   margin: 0;
   }
DIV.shadow4 {
   background-color: #ededed;
   border: 1px solid #f6f6f6;
   margin: 0;
   }
DIV.shadow5 {
   float: left;
   background-color: #fcfcfc;
   border: 1px solid #fff;
   margin: 0.7em 1em;
   }

DIV.shadow {
	 background-color: #fff;
   border: 1px solid #666;
   margin: 0;
   display:block;
   position: relative;
   top: -3px;
   left: -3px;
   }
.margin {
	margin:3px;
}
