A:hover {
  		color:#ff0000;
		text-decoration: none;
}

A:visited {
		color:#0000FF;
		text-decoration: none;
}

A:link {
		color:#0000FF;
		text-decoration: none;
}

A:active {
		color:#990099;
		text-decoration: none;
}

a img {border: none; }


.textsmall {
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
	color: #000000
		}
.text {
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
	color: #000000
		}
	
.textbold {  
		font-family: "Times New Roman", Georgia, Serif;
		font-size: 22pt; 
		font-style: normal; 
		font-weight: bold; 
		color: #000000
		}

.textpageheader {
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 32pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
		}	
.chinesename {
	font-family: KaiTi;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color: #9707D8;
		}	
		
.papertitle{
		font-family:  "Times New Roman", Georgia, Serif;
		font-size: 16pt; 
		font-style: normal; 
		font-weight: bold; 
		color:#000000;
		}

.textsmall {  
		font-family:  "Times New Roman", Georgia, Serif;
		font-size: 9pt; 
		font-style: normal; 
		font-weight: normal; 
		color: #000000
		}
.textvsmall {  
		font-family:  "Times New Roman", Georgia, Serif;
		font-size: 6pt; 
		font-style: normal; 
		font-weight: normal; 
		color: #000000
		}		
.textsectionheader1 {  
		font-family:  "Times New Roman", Georgia, Serif;
		font-size: 22pt; 
		font-style: normal; 
		font-weight: bold; 
		color: #000000
		}
		
.textsectionheader2 {  
		font-family:  "Times New Roman", Georgia, Serif;
		font-size: 18pt; 
		font-style: normal; 
		font-weight: bold; 
		color:#000000;
		}
		
.textsectionheader3 {  
		font-family:  "Times New Roman", Georgia, Serif;
		font-size: 12pt; 
		font-style: normal; 
		font-weight: bold; 
		color:#666666;
		}		
		
.textsectionheader3grey {  
	font-family:  "Times New Roman", Georgia, Serif;
	font-size: 14pt; 
	font-style: normal; 
	font-weight: bold; 
	color:#666666;
	}
	
	.homenav {
  		font-size: 11pt; 
  		font-weight: bold; 
  		font-family: "Times New Roman", Georgia, Serif;
  		color: #cc6600;
		text-decoration: none;
	}
		
			
	.pagenav {
  		font-size: 9pt; 
  		font-weight: bold; 
  		font-family: "Times New Roman", Georgia, Serif;
  		color: #cc6600;
		text-decoration: none;
	}

.textcopyright {  
		font-family: "Times New Roman", Georgia, Serif;
		font-size: 8pt; 
		font-style: normal; 
		color:#000000;
		}

.container{	 /* fixed width */
	margin: 0 auto;
	padding: 30px;
	width: 1000px;
	text-align: left;
	position: relative;
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 22pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;/*#000000;#084DD8*/
	background-color: #FFFFFF;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 4px 4px 6px #888;
	-webkit-box-shadow: 4px 4px 6px #888;
	box-shadow: 4px 4px 6px #888;
}
.code {
display: block; /* fixes a strange ie margin bug */
font-family: Courier New;
font-size: 16pt;
overflow:auto;
background: #f0f0f0 url(http://klcintw.images.googlepages.com/Code_BG.gif) left top repeat-y;
border: 1px solid #ccc;
padding: 10px 10px 10px 21px;
max-height:200px;
line-height: 1.2em;
}

.lowlineheight {
	margin-top: 1px;
	margin-bottom: 1px;		
}

.papertext {
	line-height: 160%;
}

.dropshadow1 {
	-moz-box-shadow: 4px 4px 6px #888;
	-webkit-box-shadow: 4px 4px 6px #888;
	box-shadow: 4px 4px 6px #888;
}

.papericon {
	border-radius: 8px;	
	-moz-box-shadow: 3px 3px 6px #888;
	-webkit-box-shadow: 3px 3px 6px #888;
	box-shadow: 3px 3px 6px #888;
}

body {
	background-color:rgb(225,225,225);
}
#turnkey-credit { display: none; }