/*
.noabi97
{
  display: none;
}
*/

body
{
	/*background-color: #ADD8E6;*/
  background-color: rgb(46,76,146) !important;
	color: #eeeeee/*#333333*/;
	font-family: "Times New Roman",Times,serif;
}

.code {margin:0.5em; font-family: "Courier New",Courier,monospace;}

h1,h2,h3,h4,h5,h6 {text-align:center; font-family: helvetica,arial,sans-serif; color:#4488cc;/*#226666;*/}
h1 {font-size:2em; font-weight:bold; margin-top:0.8em; margin-bottom:1em; color:#55aaff;}
h2 {font-size:1.5em; font-weight:bold; margin-top:0.8em; margin-bottom:1em}
h3 {font-size:1.1em; font-weight:bold; margin-top:0.8em; margin-bottom:0em;}
h4 {font-size:0.9em; font-weight:normal; margin:0em;}

a:link { text-decoration:none; font-weight:bold; color:#55aaff;/*#339999;*/ }
a:visited { text-decoration:none; font-weight:bold; color:#4488ff;/*#256f6f;*/ }
a:hover, a:focus { text-decoration:none; font-weight:bold; background-color:#0000aa;/*#c8eeee;*/ }
a:active { text-decoration:none; font-weight:bold; background-color:#0000ff;/*#e3eeee;*/}


#naviframe
{
  margin: 0;
  padding: 0;
  position: fixed;
  top: 1em;
  left: 1%;
  min-width: 6em;
  width: 10%;
  float: left;
}

#naviframe > a
{
  background-color: transparent !important;
}

#naviframe img
{
  width: 110%;
  border-style:none;
}

#naviframe ul
{
  padding: 0;
  margin: 0;
}

#naviframe li
{
  list-style:none;
  padding: 0;
  margin: 0;
}

#naviframe li a, #naviframe li span
{
  display: block;
  width: 100%;
  margin-top: 0.4em;
  margin-bottom: 0em;
  margin-left: 0em;
  margin-right: 0em;
  padding: 0.2em 5%;
  font-size: 1.1em;
  font-weight: bold;
  font-family: helvetica,arial,sans-serif;
  text-decoration:none;
}

#naviframe li span
{
  background: #55aaff;/*#44cccc;*/
  color: #000077;/*#226666;*/
}

#naviframe li a
{
  background: #000077;/*#226666;*/
  color: #55aaff;/*#44cccc;*/
}

#naviframe li a:hover, #naviframe li a:focus
{
  background: #0000aa;/*#339999;*/
}

#naviframe li a:active
{
  background: #0000ff;
}


#contentframe
{
  margin-left: 13%;
/*  margin-right: 1em;*/
  width: 86%;
  /*
  position: absolute;
  left: 10.5em;
  right: 1em;
  */
}