body {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 /* font-size: 12px; */
 font-weight: normal;
 margin: 1em;
 padding: 0px;
 color: #222255;
 background-color: #AABBAA;
}

h1 {
 font-family: Times New Roman, serif;
 /* font-size: 26px; */
 font-weight: normal;
 color: #222244;
 background-color: transparent;
 padding: 0px;
 margin: 0px;
 }

h2 {
 /* font-size: 14px;
 line-height: 14px;
 */
 font-weight: bold;
 color: #444455;
 background-color: transparent;
 }

h2.titletext {
 /* font-size: 14px;
 line-height: 14px;
*/
 font-weight: bold;
 border-bottom: 1px solid #769176;
 color: #444455;
 background-color: transparent;
 }


p {
 /* font-size: 12px; */
 font-weight: normal;
 padding-left: 15px;
 line-height: 18px;
 color: #222233;
 background-color: transparent;
}

p.li {
 margin-bottom: 0.3ex;
}

p.in {
 margin-left: 2em;
 margin-right: 2em;
 margin-top: 0;
}

a {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 /*
 font-size: 12px;
 font-weight: normal;
 */
 /* text-decoration: underline; */
 color: #225588;
 background-color: transparent;
}

a:visited {
 /* text-decoration: underline; */
 color: #224466;
 background-color: transparent;
}

a:hover {
 color: #883333;
 text-decoration: underline;
}

/*
li {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 12px;
 font-weight: normal;
 line-height: 18px;
 padding-bottom: 7px;
 color: #224455;
 background-color: transparent;
}
*/

/* ----------------------------------------------------------------------------
	Horizontal MENU
*/

#hmenu {
	white-space: nowrap;
    font-weight: bold;
	padding: 0.5ex;
	border: 1px solid #111111;
	background-color: #555577;
}

#hmenu.right {
	float: right;
}

#hmenu.left {
	float: left;
}

#hmenu ul {
    list-style: none;
	vertical-align: middle;
	font-size: smaller;
	padding: 0;
	margin: 0;
	display: inline;
	width: auto;
}

#hmenu li {
	text-align: center;
	background-color: transparent;
	display: inline;
	width: 100%;
}

#hmenu li a {
	vertical-align: middle;
	text-decoration: none;
	white-space: nowrap;
    font-weight: bold;
	background-color: #AABBAA;
	/* border: 1px outset; */
	color: #222244;
	border: 1px outset;
	padding: 4px;
	padding-top: 1px;
	padding-bottom: 2px;
	width: 100%;
}

#hmenu li a.current {
	background-color: #CCCCEE;
	color: #555577;
	border: 1px outset;
}


#hmenu li a:hover {
    background-color: #9999DD;
	color: #222233;
	border: 1px outset;
}

#hmenu li a:active {
    background-color: #7777AA;
	/* border: 1px inset; */
    color: black;
	border: 1px inset;
}

/* ----------------------------------------------------------------------------
	Vertical MENU
*/

#vmenu {
	white-space: nowrap;
	border: 0;
	border: 1px solid #111111;
	background-color: #555577;
}

#vmenu.right {
	float: right;
	text-align: right;
}

#vmenu.left {
	float: left;
	text-align: left;
}

#vmenu ul {
	/* display: block; */
    list-style: none;
	font-size: smaller;
	padding: 1px;
	width: auto;
}

#vmenu li {
	display: block;
	background-color: transparent;
	border: 0;
    margin: 0;
	padding: 2px;
}

#vmenu li a {
	display: block;
	width: auto;
	white-space: nowrap;
	text-decoration: none;
    font-weight: bold;
	background-color: #AABBAA;
	color: #222244;
	border: 1px outset;
	padding: 4px;
	padding-top: 0px;
	padding-bottom: 1px;
}

#vmenu li a.current {
	background-color: #CCCCEE;
	color: #555577;
}


#vmenu li a:hover {
    background-color: #9999DD;
	color: #222233;
}

#vmenu li a:active {
    background-color: #7777AA;
	border: 1px inset;
    color: black;
}

/*  END MENU */


.fr {
	float: right;
}

.fl {
	float: left;
}

.serif {
 font-family: Elephant, Times, Times-Roman, serif;
}

.text {
 font-family: arial, helvetica, sans-serif; 
}

.title {
 padding: 6px 3px 2px 6px;
 margin-top: 0;
 margin-bottom:0.6em;
 /* font-weight: bold; */
 font-size: x-large;
 font-family: Elephant, Times, Times-Roman, serif;
 color: black;
}

.big {
 font-weight: bold;
 font-size: large;
}

.heavy {
 font-weight: bold;
 font-size: large;
}

.iconlink {
 font-weight: normal;
 font-size: large;
 text-align: center;
 color: #222255;
}

.strong {
 font-weight: bold;
}

.annotate {
 font-weight: normal;
 font-size: small;
 font-style: italic;
 margin-top: 0;
 margin-bottom: 0.1em;
 color: #222255;
}

.headertext {
 font-weight: bold;
 font-size: large;
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 color: #222255;
 margin-top: 0.2em;
 margin-bottom: 0.2em;
}

.headercell {
 background-color: #7788CC;
 /* padding: 6px 3px 2px 6px; */
 padding: 0;
 margin: 0;
}

.header {
 margin-left: auto;
 margin-right: auto;
 border: 1px solid #CCFFCC;
 padding: 0;
 text-align: center;
 font-weight: bold;
 }

.framed {
 /* margin-left: auto; */
 /* margin-right: auto; */
 border: 4px solid #333333;
 padding: 0;
}

.imagetitle {
 font-size: medium;
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 color: black;
 margin-top: 0.1em;
 margin-bottom: 0;
 padding: 1px 8px 1px 8px;
 }

.imagenavbar {
 width: auto;
 margin-top: 0;
 margin-bottom: 0;
 padding: 0 0 0 0;
}

.imagenavcell {
 padding-top: 0;
 padding-bottom: 0;
 padding-left: 1em;
 padding-right: 1em;
 margin-top: 0;
 margin-bottom: 0;
 background-color: transparent;
}

.imagenav {
 padding: 0 0 0 0;
 background-color: transparent;
 border: 0;
}

.imagecell {
 padding-left: 1em;
 padding-right: 1em;
 padding-top: 0;
 padding-bottom: 0;
 /* border-spacing: 10em; */
 border: 1px solid #664444;
 }


.imagelink {
 border: 3px inset #AAAAAA;
}

.imageview {
 width: auto;
 margin: 0;
 border: 1px solid #664444;
 /* padding: 4px; */
 /* background-color: #BBAAAA; */
 background-color: #AA8888;
 border-spacing: 0.3em;
}

.viewcell {
 padding: 1.5em;
 border-width: 1px;
 border-style: solid;
 /* background-image: url(images/paper.gif); */
 background-color: white;
}

.image {
 border: 3px inset #AAAAAA;
}

.tight {
 margin-top: 0;
 margin-bottom: 0;
}

.list {
 margin-top: 0.2ex;
 margin-bottom: 0.5ex;
 font-size: smaller;
}


.thumbtable {
 width: auto;
 margin-top: 0.5em;
 margin-bottom: 0.5em;
 border: 1px solid #664444;
 background-color: #BBAAAA;
 border-spacing: 1.0em;
 /* padding: 0.5em; */
}

.thumbcell {
 padding: 1.0em;
 border: 1px solid #664444;
 /* background-image: url(images/paper.gif); */
 background-color: #cccccc;
}

.thumbimage {
 border: 2px inset #777777;
}

.navinput {
  vertical-align: middle;
  width: 120px;
  color: #223355;
  background-color: #e9fcf2;
 }

.navbutton {
 position: relative;
 left: 3px;
 width: 30px;
 background-color: #AABBAA;
 color: #222244;
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 10px;
 font-weight: normal;
 vertical-align: middle;
}

.border {
 background-color: #e9fcf2;
}

.outline {
 background-color: #333344;
}

.navbar {
 background-color: #888899;
 border: 1px solid #333333;
 padding: 2px;
 margin-top: 0;
 margin-bottom: 0;
}

.navcell {
 padding: 2px 3px 2px 3px;
 border: 1px solid #446644;
 background-color: #AAAACC;
 text-align: center;
 font-size: smaller;
 }

.navlink {
 font-weight: bold;
}

.navcurrent {
 padding: 2px 3px 2px 3px;
 border: 1px solid black;
 background-color: #BBBBCC;
 text-align: center;
 font-weight: bold;
 font-size: smaller;
 color: #222255;
}

.linkcell {
 padding: 0.2em;
 border: 1px solid #446644;
 background-color: #BBCCDD;
 }

.content {
  background-color: #AABBAA;
}

.background {
  background-color: #AABBAA;
}

.header {
  background-color: #AABBAA;
  margin-top: 0;
  margin-bottom: 0;
}

.update {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 10px;
 font-weight: normal;
 line-height: 14px;
 color: #222244;
 background-color: transparent;
 }

.copyright {
 font-family: Verdana, Lucida, helvetica, arial, sans-serif;
 font-size: 10px;
 font-weight: normal;
 line-height: 10px;
  color: #333333;
 background-color: transparent;
 }

