.ctnt
{
	background-image: url('/images/back.gif');
}


table.main
{
	border: 1px #999999 solid;
}

div.uaht
{
	
	border-top: 1px #999999 solid;
	border-left: 1px #999999 solid;
	border-right:  1px #999999 solid;
	border-bottom:  0px #999999 solid;
	font-family: arial;
	font-size: 11px;
	background-color:#999999;
	width: 528px;
	height:15px;
}

div.uahb
{
	border: 1px #999999 solid;
	font-family: georgia;
	font-size: 11px;
	background-color:#CCCCCC;
	width: 528px;
	height: 15px;
}

div.ch
{
	text-align:center;
	border: 1px #999999 solid;
	font-family: georgia;
	width: 400px;
	height: 30px;
	font-weight: bold;
}

div.cb
{
	font-family: georgia;
	font-size: 16px;
	margin-left: 20px;
	color: #0000ff;
}

td.lmh
{
	font-family: Verdana;
	font-size:12px;
	text-align: center;
	font-weight:bold;
	text-decoration:underline;
	height: 80px;
	vertical-align:bottom;
	color: #FFCC99;
}

td.lmb
{
	height: 30px;
	font-family: Tahoma;
	font-size:12px;
	text-align: left;
	vertical-align:top;
	padding-left: 10px;
	color: #99CCFF;
}


a.lm
{
	text-decoration: none;
	color: #99CCFF;
}

a:hover.lm
{
	text-decoration: underline;
	color: white;
}

a:visited.lm
{
	color:#99CCFF;	
}

td.tm
{
	border: 1px # 999999 solid;
	font-family: arial;
	font-size: 11px;
	background-color: #CCCCCC;
	text-align: center;
	width: 100px;
}

td.tm a
{
	text-decoration: none;
	font-weight: bold;
	color: blue;
	
}

td.n
{
	border-width: 0 1 1 0;
	border-color: gray;
	border-style: solid;
	font-size: 13px;
}

ol.indx
{
	font-family: tahoma;
	font-size: 13px;
	margin-left: 80px;
}

ol.nrl
{
	font-family: tahoma;
	font-size: 13px;
}

h3
{
	font-family: georgia;
}

p.ctxt
{
	font-family: tahoma;
	font-size: 13px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
	color: black;
}

p.as
{
	margin-left: 15px;
}

h4
{
	margin-left: 10px;
	font-family: georgia;
	font-size: 12px;
}

pre.code
{
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	border: 1px ridge #999999;
	width: 495px;
	text-align: left;
	background-color: #CCCC99;
	font-family: courier new;
	font-size: 12px;
}

h2
{
	font-family: Tahoma;
	
}