html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background: #000000;
	margin: 0;
	border: 0;
	text-align: left;
	color: #CCCCCC;
	}

A:link { color: #88AAFF;}
A:visited { color: #88AAFF;} 
A:active { color: #88AAFF;} 
A:hover  { color: #88AAFF;}
A{ text-decoration: none; }	

/*  stat-wpj  */	
h1, h2{
font-size: 160%;
margin: 0px;
padding: 5px; 
}
h4{
font-size: 130%;
margin: 0px;
padding: 3px 3px 3px 0;
}
#logo{
	font-size: 200%;
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
	vertical-align: bottom;
	height: 30px;
	color: #FFFFFF;
	font-weight: bold; 
}
#aka{
	width: 50%;
	float: right;
	font-align: left;
	vertical-align: bottom;
	height: 30px;
	margin-left: 5px;
}
#text{
	width: 100%;
	float: right;
	padding: 0px 0px 0px 0px;
}
#title-small{
	color: #AA1111;
	align: left;
	font-size: 120%;
	font-weight: bold;
}
#main{
}
#top{
	width: 100%;
	height: 160px;
	background-image: url(../data/banner_tile.jpg);
	background-repeat:repeat-x;	
}
#menu{
	float: left;
	width: 20%;
	height: 100%;
}
#middle{
	width: 100%;
	height: 100%;
}
#textIframe{
	border: 0px;
	width: 100%;
	height: 600px;
}
#menuIframe{
	border: 0px;
	width: 100%;
	height: 100%;
}
#menuList{
	color: #6699FF;
	margin-left: 20px;
    padding: 3px 3px 3px 3px;
    listStyleType: disc;     
    font-weight: bold; 
}

#menuList A:link { color: #AA1111;}
#menuList A:visited { color: #AA1111;} 
#menuList A:active { color: #AA1111;} 
#menuList A:hover  { color: #AA1111;}
#menuList A{ text-decoration: none; }

#textBlok{
	margin-left: 20px;
}
#catalogList{
	color: #AA1111;
	margin-left: 20px;
	margin-top: 0px;
    padding: 3px 3px 3px 3px;
    listStyleType: disc;     
    font-weight: none; 
}
#catalogItem{
	color: #6699FF;
	font-weight: none; 
}
#dictionaryItemDesc{
	width: 80%;
	float: right;
	height: 100%;
	margin: 5px 0px 5px 0px;
	color: #6699FF
}
#dictionaryItemName{
	display:block;
	float: left;
	width: 20%;
	height:100%;
	margin: 5px 0px 5px 0px;
	color: #AA1111
}
#dictionaryRow{
	display: table-row;
	border-bottom: 20px;
	border-top: 20px;
}
.tableField{
	display: table-cell;
	width: 200px;
}
