A.clsLink {color: #336633; text-decoration: none;}
A.clsLink:Hover {
	color: #990000;
	text-decoration: none;
	height: auto;
	width: auto;

}

A {color: #3333FF; text-decoration: none;}
A:Hover {
	color: #ff0000;
	text-decoration: none;
	background-color: #66CCFF;
}

body {
  background-color: #CCFFFF;
  color: #000000;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 10pt;
  text-align: center;
}

#main {
  margin: 0px auto;
  text-align: left;
  /* width: 42em; */
}

#titleBar, #copyright {
	background-color: #330066;
	color: #fff0d0;
	font-size: medium;
	font-weight: bold;
	padding: 2px .5em;
	font-family: "Courier New", Courier, mono;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #330099;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #330099;

  /* background-image: url(images/menubar_bg.png);
  background-position: bottom; 
  background-repeat: repeat; */
}

#copyright {
  font-size: 80%;
  font-weight: bold;
  text-align: right;
  border-width: 2px;
}

#content {
	background-color: #FFFFCC;
	padding: .5em 1em .25em 1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #663300;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #663300;

}

.navBar {
	background-color: #FFFF99;
	color: #FF6600;
	font-size: 8pt;
	margin: 0px;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: right;
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #3366FF;

}

.navCurrentPage {
  color: #FF9900;
  font-weight: bold;
}

MyItalic {
  font-style: italic;
}

P {
   /* margin-left:2.0pt; */
   text-indent:30pt;
}

h1 {
  font-size: 140%;
  margin-top: 0px;
  font-weight: normal;
  padding: 4px .10em;
}

h2 {
  font-size: 130%;
}

h3 {
  font-size: 120%;
}
h4 {
  font-size: 100%;
  font-weight: bold;
  font-style: italic;
} /* line-height:108%; margin-left:2.0pt;*/

h5 {
	font-size: 100%;
	font-weight: normal;
	margin-left:18pt;
	font-family: "Courier New", Courier, mono;

}
h6 {
	font-size: 100%;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent:30pt;
}

textarea {
  font-family: "Courier New", Courier, monospace;
  scrollbar-base-color: #d0a070;
}

ul {
  list-style-type: square;
}
td, th {
  font-size: 8pt;
  text-align: left;
  vertical-align: top;
}

.sideBox {
  background-color: #F7DDBB; /* #97ff97; */
  border-color: #666666 #ffffff #ffffff #666666;
  border-style: solid;
  border-width: 2px;
  float: right;
  padding: .3em;
  margin-top: 0px;
  margin-left: 8px;
  margin-bottom: 8px;
  margin-right: 0px;
  width: 16em;
  font-size: 75%;
}