/* Typography */


h1 {
	font-size: 3em;
	color: white;
	font-weight:normal;
}

h2 {
	font-size: 2em;
	color: white;
	font-weight:normal;
	margin: 0 0 .8em 0;
}

body#japanese h2,
body#chinese h2 {
	font-size: 1.8em
}

h3 {
	font-size: 1.8em;
	color: white;
	margin: .5em 0;
	line-height: 1.4em;
	clear: both;
}

body#japanese h3,
body#chinese h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
	color: white;
	margin: .5em 0;
}

body#japanese h4,
body#chinese h4 {
	font-size: 1.4em;
}

p, address {
	font-size: 1.4em;
	margin: 0 0 .8em 0;
}

body#japanese p,
body#chinese p,
body#japanese address,
body#chinese address  {
	font-size: 1.3em;
}

a{
	border:none;
	text-decoration:none;
	color: #999;
}

/*
a[title] {
	color: white;
	background: black;
	padding: .2em;
}
*/

#column_main a{
	border:none;
	text-decoration:none;
	color: white;
}

a:hover {
	color:white;
}


/* Tooltip */

/*
#tooltip {
	position:absolute;
	z-index:9999;
	color:#fff;
	font-size:10px;
	width:180px;
	
}

#tooltip .tipHeader {
	height:8px;
	background:url(images/tipHeader.gif) no-repeat;
}


#tooltip .tipBody {
	background-color:#000;
	padding:5px 5px 5px 15px;
}

#tooltip .tipFooter {
	height:8px;
	background:url(images/tipFooter.gif) no-repeat;
}
*/

/* Tooltip End*/

#column_main ol,
#column_main ul {
	margin: 1.5em 0 1.5em 3em;
}

#column_main ol li,
#column_main ul li {
	font-size: 1.4em;
	list-style-type: circle;
	list-style-position: outside;
	padding: 0;
}

body#japanese #column_main ol li,
body#chinese #column_main ol li,
body#japanese #column_main ul li,
body#chinese #column_main ul li {
	font-size: 1.3em;

}

hr {
	margin: 0 10px;
	border: 1px solid #666;
}

strong {
	font-weight: bold;
	color: #ccc;
}


/* Re-usables */

.clear {
	clear:both;
}

.alignleft, .left {
	float:left;
}

.alignright, .right {
	float:right;
}

.off_screen {
	position: absolute;
	left: -10000em;
}
