@charset "utf-8";
/* CSS Document */

/* common */


html { 
	height:100%; 
	margin-bottom:1px;
	overflow: auto;
}
body{font-family: Arial, Helvetica, sans-serif;font-size:.8em;color:#6f5707; background:#ffd000;
line-height: 18px;
/*fix for IE6 */
_margin-top: 0px;
}

#pagemargin{
/*border:1px solid #CCCCCC;*/
margin:0 auto;
padding:5px;
width:450px;
}

#header{ 	
display:none;
background:#ffd000;margin:0 0 4px 0;padding:0; text-align:center;}

#title { 
display:none;
color:#000000; padding:0; margin:0 0 10px 0; font-size:1em; font-weight:normal; padding:5px; background-color:#cdb87f;}

#logo {
background:transparent url(/images/popup/xxxxLabel.jpg) no-repeat scroll left top;
height:123px;
width:291px;
padding: 0px;
margin:-12px 0 0 -10px;
}

#pagebody { padding:2px; }
#pagebody p { line-height:1.5em; }
a img{
	border: 0px none;}

a{
color:#000000;

text-decoration:underline;
	}

a:hover{
	text-decoration:underline;}
	
a:link, a:active, a:visited{
	outline:none;}
	
h1 { color:#000; padding:0; margin:0 0 0.8em; font-size:1.5em; font-weight:bold; display:block; text-align:center; line-height: 1.4em; }

h2, h3 { color:#000; padding:0; margin:0; font-size:1em; font-weight:bold;}

ol, ul { padding: 0; margin: 0 22px; }
ul li, ol li { margin: 0 0 1.0em; }
ol.lower-alpha > li { list-style: lower-alpha; }
ol ul li { list-style-type: square; }

#footer {
	clear:both;
	display:block;
	text-align:center;
	margin:20px 0;}

#footer ul {
	list-style:none;
	display:inline;
}
#footer li {
	display:inline;
	margin:0 10px;
}
#footer{
	width: 450px;
	text-align:center;
	margin: 0 auto;
	
}
ul.justnumber{
	list-style:outside decimal;
}

ul.justnumber li{
	padding:2em 1em 2em 0;
	border-bottom:1px dotted #000;}
}

ul.specialnumber{
	color:#6e5805;
	font-weight:bold;
	}
	
a.close{
	display:block;
	width:58px;
	margin-top:3em;
	margin-left:84%;
	height:31px;
	background:url(/images/popup/home_close.jpg) 0 0 no-repeat;
}
	
a.close:hover{
	background:url(/images/popup/home_close_over.jpg) 0 0 no-repeat;
}

p.subterm {
	padding-left: 20px;
}
