/* from xBluev3 */

/* main body style */
body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}

/* remove border from link images */
a img {
	border: 0px;
}

A,
A:link,
A:active,
A:vlink {
BACKGROUND: none; 
COLOR: #0000FF; 
TEXT-DECORATION: none;
}

A:visited {
BACKGROUND: none; 
COLOR: #003399; 
TEXT-DECORATION: none;
}

A:hover {
BACKGROUND: #FFFF00; 
COLOR: #FF0000; 
TEXT-DECORATION: none;
}

/* header styles */
h1 {
	font-size: 16pt;
	color: #CC3399;
}
h2 {
	font-size: 14pt;
	color: #CC9966;
}
h3 {
	font-size: 14px;
	font-weight: bold;	
}
h4 {
	font-size: 12px;
	font-weight: bold;	
}
h5 {
	font-size: 11px;
	font-weight: bold;	
}

h6 {
	font-size: 10px;
	font-weight: bold;	
}

/* tq personal style */
.author {
text-align: center;
color: #FFCC00;
font-size:12pt;
line-height:140%;
}

.trans {
text-align: center;
color: #F2631E;
font-size:12pt;
line-height:120%;
}

.topic {
color: #551A8B;
font-size:14pt;
line-height:120%;
text-align:center;
}

.ref {
text-indent:-3em;
margin-left:3em;
}

.reftitle {
color:#993300;
font-size:12pt;
}