

body{
	text-align:center;
	margin:0;
	padding:0;
	background:url(/img/common/bg.gif) repeat-x center 70px;
}

p,pre,li,dt,dd,th,td,label,textarea,h1,h2,h3,h4,h5,h6{
	font:11pt Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color:#000000;
	text-align:left;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break:break-all;
}

input[type="text"]{
	font:11pt Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color:#000000;
	text-align:left;
}

p,pre,li,dt,dd,th,td,label,h4,h5,h6{ line-height:18pt; }

h1,h2,h3,h4,h5,h6,th,dt{ font-weight:bold; }

h4,h5{ font-size:10pt; }

p,pre,h5,h6,table{ margin:12px auto; }

form{ margin:0; }

a,label{
	color:#4f5f83;
	cursor:pointer;
	text-decoration:none;
}

a:hover,label:hover{
	color:#86aee9;
}

img{ border:none; }

table{
	width:100%;
	border-collapse:separate;
	border-spacing:2px;
}

td{
	padding:6px;
	background:none;
	border:solid 1px #f0f0f0;
}

th{
	text-align:center;
	background-color:#f9f9f9;
}

th span{
	color:red;
	font-weight:normal;
	margin-left:2px;
}

table ul{ margin:0 0 0 15px; }

ul{ margin:10px 0 10px 25px; padding:0; }

ol{ margin:10px 0 10px 30px; padding:0; }

dl{ margin:10px auto; }

dd{ margin:10px auto 10px 20px; }

textarea{ width:95%; }



.clear{ clear:both; }
.inline{ display:inline; }
.bold{ font-weight:bold; }
.red{ color:#e00000; }
.green{ color:#007800; }
.blue{ color:#0000b8 }
.gray{ color:#666666; }
#errmsg li{ color:#e00000; }

.checkbox div{
	height:16pt;
	width:150px;
	float:left;
}

.button{
	border:solid 1px #2c73a8;
	background-color:#245e8a;
	width:200px;
	height:42px;
	line-height:42px;
	text-align:center;
	padding:0;
	color:white;
	font-size:11pt;
}

.button:hover{
	background-color:#1d4e71;
	cursor:pointer;
}



#head,#body,#copy{
	margin:0 auto;
	width:95%;
}


#head{
	height:100px;
}

h1{
	margin:0;
	font-size:24pt;
	height:70px;
	line-height:70px;
}

#body{
	padding:20px 0;
}

h2,h3{
	text-indent:5px;
	border-bottom:solid 1px #245e89;
}

h2{
	margin:0 auto 10px;
	height:48px;
	line-height:48px;
	font-size:22pt;
}

h3{
	margin:20px auto 10px;
	height:36px;
	line-height:36px;
	font-size:16pt;
}

h4{
	margin:20px auto 10px auto;
	font-size:12pt;
}


#foot{
	clear:both;
	height:32px;
	background:url(/img/common/foot.gif) repeat-x center center;
}

#copy{
	height:32px;
	line-height:32px;
	color:white;
}

#copy a{
	color:white;
}

@media (max-width:1000px){
	h1{
		font-size:18pt;
	}
	h2{
		font-size:16pt;
	}
	th{
		width:auto !important;
	}
}

@media (max-width:600px){
	h1{
		font-size:12pt;
		overflow:hidden;
		white-space:nowrap;
	}
	h2,h3{
		font-size:11pt;
		height:auto;
		line-height:18pt;
		text-indent:0;
	}
	#foot{
		overflow:hidden;
	}
}
