﻿h1.content {
	font-size: 1.2em;
	font-weight: lighter;
	font-style: normal;
	font-variant: small-caps;
	text-transform: uppercase;
	/*color: #FFFFFF;
	background-color:#962622;*/ /* UNCOMMENT FOR ALT STYLE */
	color:#666666;
	margin:0px;
	margin-bottom:10px;
	margin-left:15px;
	display:inline-block;
}
h2.content {
	font-size: 1.1em;
	font-weight: lighter;
	font-style: normal;
	font-variant: small-caps;
	text-transform: uppercase;
	/*color: #FFFFFF;
	background-color:#962622;*/ /* UNCOMMENT FOR ALT STYLE */
	color:#333333;
	margin:0px;
	margin-bottom:10px;
	margin-left:15px;
	display:inline-block;
}
h3.content {
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	text-transform: uppercase;
	/*color: #FFFFFF;
	background-color:#962622;*/ /* UNCOMMENT FOR ALT STYLE */
	color:gold;
	margin:0px;
	margin-bottom:5px;
	margin-top:0px;
	margin-left:50px;
	display:inline-block;
}


a.content:active, a.content:link, a.content:visited
{
	display:inline-block;
	margin:10px;
	color:#EAEAEA;
	text-decoration:none;
	background-color:#666666;
	padding:5px;
	font-size:0.8em;
}
a.kk:active, a.kk:link, a.kk:visited
{
	background-color:#962622;
}
a.kk:hover
{
	background-color:#7c1f1c;

}
.powderblue {
	color:gray;
	font-size:130%;
	background-color:powderblue;
	text-align:center;
	font-family:Segoe Script;
}
.lang_cn {
	font-family:Segoe Script, FangSong, Kaiti;
}
.halfindent
{
	margin-left:20px;
}
.indent
{
	margin-left:40px;
}
.doubleindent
{
	margin-left:80px;
}
.nomargin
{	
	margin:0px;
	margin-top:0px;
	margin-left:5px;
}
.notopmargin
{
	margin-top:0px;
}
p.small
{
	font-size:0.85em;
	font-weight:lighter;
}
p.smaller
{
	font-size:0.7em;
	font-weight:lighter;
}
p.smallest
{
	font-size:0.55em;
	font-weight:lighter;
}
p.large
{
	font-size:1.15em;
}
p.larger
{
	font-size:1.3em;
}
p.largest
{
	font-size:1.45em;
}
li.content, ul.content
{
	font-size:0.8em;
	color:#333333;
	line-height:0.9em;
	margin:3px;
}
.content
{
	font-family: Trebuchet MS, Arial, sans-serif, FangSong;
	color:#333333;
}
.collapsed
{
	display:none;
}
img.collapseIndicator
{
	display:inline;
	height:0.6em;
	width:0.6em;
	margin-right:10px;
	border:0 white none;
}

/*
* CONTACT
*/
img.contactImg
{
	display:block;
	width:25%;
	margin-right:10%;
	margin-top:0%;
	float:right;
}

/*
* CSS SPECIFIC TO TLOMAKE.FRAG
*/

.finput
{
	width:40%;
	border-color:gray;
	border-radius:5px;
}
.flabel
{
	width:50%;
	text-align:right;
	margin-right:15px;
	display:inline-block;
}
div.subdiv
{
	border: 1px black dashed;
	border-radius:8px;
	padding:5px;
	margin:5px;
}
div.loffset
{
	margin-left:4%;
}
.vAlignTop *
{
	vertical-align:text-top;
}
.vAlignCenter *
{
	vertical-align:middle;
}
.redBG
{
	background-color:#FFDDDD;
}
