
/* stc006ban4.css */

/* s100 */
/* s110 */
/* s111 */
body	{color: #000;
	background-color: #fff;
	font-family: verdana, arial, sans-serif;
	margin: 18px;
	}
address, blockquote, caption, cite, div,
dl, form, ol, p, pre, table, ul
	{font-family: verdana, arial, sans-serif;
	}
h1, h2, h3, h4, h5, h6
	{font-family: arial, sans-serif;
	margin-top: -0.5em;
	margin-bottom: -1em;
	}
caption	{font-weight: bold;
	text-align: left;
	}
/* s112 */
pre	{color: #667c9a;
	font-family: "courier new", courier, monospace;
	font-weight: bold;
	}
tr, th, td
	{font-family: verdana, arial, sans-serif;
	vertical-align: top;
	}
ul li	{list-style-type: square;
	}
/* s120 */
a:link, a:active
	{color: #0033b4;
	}
a:visited
	{color: #9960cc;
	}
code, kbd, samp
	{color: #667c9a;
	font-family: "courier new", courier, monospace;
	font-weight: bold;
	}
span	{display: inline;
	}
strong	{font-family: arial, sans-serif;
	}

/* s300 */
/* s310 */
/* Alignment */
.alileft	{text-align: left;}
.aliright	{text-align: right;}
.alicent	{text-align: center;}
.alijust	{text-align: justify;}
.alitop		{vertical-align: top;}
.alimid		{vertical-align: middle;}
.alibase	{vertical-align: baseline;}
.alibot		{vertical-align: bottom;}

.wsnowrap	{white-space: nowrap;}
.wspre		{white-space: pre;}

.floatleft	{float: left;
		clear: left;
		}
.floatright	{float: right;
		clear: right;
		}
.clearleft	{clear: left;}
.clearight	{clear: right;}

/* Background color */
.bgblack	{background-color: #000;}
.bgwhite	{background-color: #fff;}

.bggreybk90	{background-color: #191919;}
.bggreybk80	{background-color: #333;}
.bggreybk70	{background-color: #4c4c4c;}
.bggreybk60	{background-color: #666;}
.bggreybk50	{background-color: #7f7f7f;}
.bggreybk40	{background-color: #999;}
.bggreybk30	{background-color: #b2b2b2;}
.bggreybk20	{background-color: #ccc;}
.bggreybk10	{background-color: #e5e5e5;}

/* Foreground color */
.fgblack	{color: #000;}
.fgwhite	{color: #fff;}

.fggreybk90	{color: #191919;}
.fggreybk80	{color: #333;}
.fggreybk70	{color: #4c4c4c;}
.fggreybk60	{color: #666;}
.fggreybk50	{color: #7f7f7f;}
.fggreybk40	{color: #999;}
.fggreybk30	{color: #b2b2b2;}
.fggreybk20	{color: #ccc;}
.fggreybk10	{color: #e5e5e5;}

/* Text characteristics */
.txtreg		{font-weight: normal;}
.txtbold	{font: bold 100% arial, sans-serif;}
.txtital	{font-style: italic;}
.txtlc		{text-transform: lowercase;}
.txtuc		{text-transform: uppercase;}
.txtnar		{font-family: "arial narrow", sans-serif;}

.hlight01	{color: #e06000;}  /* orange */
.hlight02	{color: #ec5d20;}
.hlight03	{color: #fff;
		font-weight: normal;
		}
.hlight04	{color: #000;
		}
.hlight05	{color: #009999;
		}
.hlight06	{color: #339966;
		}
.nodec		{text-decoration: none;
		}
.subhd01	{color: #7f7f7f;
		font-weight: bold;
		}
em.title	{font: bold 100% arial, sans-serif;
		}

/* Width, height */
.height100pc	{height: 100%;}

.width100pc	{width: 100%;}
.width450px	{width: 450px;}

