﻿/* CSS Document */

.html { 
	overflow-x: hidden
}

html { 
	overflow-x: hidden
}

body {
	font-family: arial;
	font-size: 12pt;
	color: #747f83;

}

a:link {
	color: #0081b4;
	text-decoration: underline;
}
a:visited {
	color: #0081b4;
	text-decoration: underline;
}
a:hover {
	color: #5c6d72;
	text-decoration: none;
}

.bodytext {
	color: #747f83;
	font-family: arial;
	font-size: 12px;
}

.title1 {
	color: #747f83;
	font-family: arial;
	font-size: 23px;
}

.title2 {
	color: #747f83;
	font-family: arial;
	font-size: 14px;
}

/* obsolete menu #2 */
.code .codelist {
	overflow: hidden;
	overflow-x: auto;
}

.seecode {
	padding: 0px 0 0px 0px;
	display: block;
	margin: 0px 0px 0 0;
}

ol.codelist {
	list-style: none;
	margin: 0px 0px 0;
	padding: 0;
}

.navbar
{
}  

.mainDiv
{
}

.topItem
{
}

.topItemOver
{
  cursor:pointer;
}

.topItemClose
{
  cursor:pointer;
}


.topItemCloseOver
{
  cursor:pointer;
}



.dropMenu
{
  filter:alpha(opacity=100);
  padding-top:0px;
  padding-bottom:0px;
}

.subMenu
{
}

.subItem
{
   margin-left:0px;
   margin-top:0px;
   height:16px;
}

.subItem a
{
   margin-left:0px;
}

.subItemOver
{
   margin-left:0px;
   margin-top:0px;
}

.subItemOver  a
{
   margin-left:0px;
   cursor:pointer;	
}


.drop
{
   border-left:0px solid black;
   border-right:0px solid black;	
}

.inputtext {
font-family: arial;
font-size: 10px;
color: #666666;
}

.formtext {
font-family: arial;
font-size: 10px;
color: #000000;
}


