/* Global */
	body{
		font-family:Arial, Helvetica, sans-serif;
		margin:0;
		background-color:#F3F5C6;
	}
	img{
		border:0;
	}
	a, a:link, a:visited{
		color:blue;
		text-decoration:none;
	}
	a:hover{
		color:red;
		text-decoration: underline;
	}
	.JhengHei{
		font-family:'微軟正黑體';
	}

/* ContentWrapper */
	.ContentWrapper{
		width:1002px;
		margin:0 auto;
		background:transparent url('/images/mgtBg.jpg') repeat-y scroll center top;
	}
	.Header{
		min-width:1001px;
		height:150px;
		margin:-20px auto 0;
		background:transparent url('/images/mgtBgBlue.jpg') no-repeat scroll center top;
	}
	.Header a{
		display:block;
		width:200px;
		height:130px;
		margin-left:240px;
	}
	.LeftPanel{
		float:left;
		width:48%;
		height:361px;
		background:transparent url('/images/loginLeft.jpg') no-repeat scroll right bottom;
	}
	.Content{
		margin:0 100px;
		padding:20px 0;
	}
	.RightPanel{
		float:left;
		width:350px;
		margin-left:30px;
	}
	.BgTail{
		background:transparent url('/images/headerBgTails.gif') repeat-x scroll left -41px;
		height:20px;
	}
	
/* Content */
	H1{
		padding:0;
		margin:0 30px 15px 0;
		color:#004986;
		font-size:30px;
		border-bottom:1px solid #a0a0a0;
	}
	H1 span{
		font-size:24px;
		color:#aaa;
		margin-left:5px;
	}
	.FirstParagraph{
		margin-right:40px;
		padding:0;
	}
	.BorderTop{
		width:3px;
		height:515px;
		background:#B3B3B3 url('/images/lines.jpg') scroll no-repeat left top;
	}
	.BorderBottom{
		width:3px;
		height:515px;
		background:#B3B3B3 url('/images/lines.jpg') scroll no-repeat -3px bottom;
	}
	table{
		margin:0 10px;
		border-collapse:collapse;
	}
	td{
		padding:0;
	}
	ul{
		padding:0;
		margin:0 30px;
	}
	ul li{
		list-style:none;
	}
	ol{
		padding-left:55px;
	}
	ol li{
		list-style:lower-latin;
	}
	H2{
		color:#004986;
		font-size:20px;
		margin:20px 0 10px;
		background:url('/images/itemTitle.gif') no-repeat scroll left -432px;
		line-height:30px;
		height:30px;
		padding-left:30px;
	}
	p{
		font-size:16px;
		color:#333;
		margin:10px 0;
		padding-left:30px;
	}
	
/* footer */
	.Footer{
		clear:both;
		height:50px;
		width:790px;
		padding:20px 50px 0 60px;
		margin:20px auto 0;
		background:transparent url('/images/mgtFooterBlue.jpg') no-repeat scroll left top;
		font-size:15px;
	}
	.Claim{
		float:left;
		color:#a6a8ab;
		font-size:14px;
	}
	.FooterLink{
		float:right;
		color:#2a378f;
	}
	.FooterLink a:hover{
		color:red;
	}
	.FooterLink a{
		color:#2a378f;
		text-decoration:none;
		padding-right:5px;
	}
