BODY {
	background-color : White;
	overflow : hidden;
	font-family : Verdana;
	font-weight : normal;
	height: 100%;
	width: 100%;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	scrollbar-3dlight-color : black;
	scrollbar-arrow-color : #000000;
	scrollbar-base-color : #FFFFFF;
	scrollbar-darkshadow-color : black;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : white;
	scrollbar-shadow-color : white;
	scrollbar-track-color : #FFFFFF;
	text-align: center;
	color: Black;
}

#left{
	height: 100%;
	width: 20%;
	margin : 50px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	text-align: right;
	border : 1px solid Black;
	border-left: none;
	border-bottom: none;
	float: left;
	overflow: hidden;
}

#center{
	height: 80%;
	width: 65%;
	margin : 50px 0px 50px 0px;
	padding : 0px 0px 0px 0px;
	border : 1px solid Black;
	border-left: none;
	border-right: none;
	float: left;
	overflow: hidden;
	text-align: center;
}

#right{
	height: 80%;
	width: 14%;
	margin : 50px 0px 50px 0px;
	padding : 0px 0px 0px 0px;	
	border : 1px solid Black;
	border-left: none;
	border-right: none;
	border-top: 1px solid White;	
	text-align: left;
	float: left;
	overflow: hidden;
}

#nav{
	margin : 7px 7px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height: 200%;
}

#cont{
	margin : 1% 1% 1% 1%;
	padding : 0px 1% 0px 0px;
	overflow: auto;
	width: 68%;
	height: 98%;
	clear: both;
	float: left;
}

#nfo{
	margin : 1% 1% 1% 0%;
	padding : 0px 0px 0px 0px;	
	height: 98%;
	overflow: auto;
	width: 28%;
	float: left;
	text-align: center;
}

#banner{
	z-index: 99;
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: auto;
	height: 80px;
	margin: 5px 0px 0px 0px;
}

.nfo_box{
	width: 150px;
	border: 1px solid Black;
	overflow: hidden;
}

.img_box{
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 3px 3px;
	border: 1px solid Black;
	overflow: hidden;
	float: right;
}
.nfo_head{
	width: 100%;
	background-color: #e5e5e5;
	font-weight: bold;
}
.nfo_cont{
	margin : 3px 3px 3px 3px;
	padding : 0px 0px 0px 0px;
}

A, A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	text-decoration : none;
}

A:HOVER {
	text-decoration : underline;
}

A IMG {
	border : none;	
}

HR {
	border : 1px solid #808080;
}

.cr{
	color: #ff0000;
}
.cb{
	color: Black;
}
.cg{
	color: #808080;
}
.s16{
	font-size : 16px;
}
.s14{
	font-size: 14px;
}
.s12{
	font-size : 12px;
}
.s10{
	font-size : 10px;
}
.s8{
	font-size : 8px;
}
.bold{
	font-weight : bold;
}
.norm{
	font-weight : normal;
}
.ital{
	font-style : italic;
}
.spaced{
	letter-spacing: 5px;
}
.left{
	text-align : left;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
.block{
	text-align: justify;
}

#debugbox{
	position: absolute;
	width: 250px;
	height: 400px;
	overflow: auto;
	bottom: 0px;
	left: 0px;
	z-index: 99;
	text-align: left;
}
PRE {
	font-size : 10px;
	font-family : Verdana;
	text-align: left;
}
.blind{
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	overflow: hidden;
	width: 100%;
	z-index: 1;
}
