/*This stylesheet is a product of MaKo - Orion HiTek, Inc. email: shark@mako4css.com */
/*It can be found at http://www.mako4css.com/  - CSS FAQ web site with tips, tricks and tutorials - and you are free to use and/or change it.*/
/*Nevertheless I would appreciate it if you give other people a chance to learn about CSS and the tutorial by leaving this note in the stylesheet*/

BODY {/*this is shorthand and declares the background color and calls the image */
      background : #FFFFFF;
      font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
      font-size: 13px;
      color : #000088;
      }

.menuopt1 {
  color : white;
  font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.menuopt1:hover {
  color : white;
  background-color: blue;
  font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.menuopt2 {
  color : white;
  font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.menuopt2:hover {
  color : white;
  background-color: blue;
  font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.navbox1 {
  color : white;
  /*background-color: #334583;*/
  font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  border: thin ridge;
}

.navbox2 {
  color : white;
  /*background-color: #334583;*/
  font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  margin-left: 15px;
  margin-right: 5px;
  margin-top: 3px;
  border: thin ridge;
}

.box {/*this is a box where the bottom-navigation and the copyright will be placed*/
  background-color: #c0c8df;      
  color : navy;
  font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
  padding : 0px 2px;
  margin: 2px;
  border: 2px dotted navy;
}

.smalltext {
  font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 11px;
}

TABLE.SideListTable {
  font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  border: 1px solid #c0c8df;
}

TD.SideListHeader {
  font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  background-color : #F7F7F7;
  /* border: 1px solid #c0c8df; */
}

.header1 {
  font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: gray;
  background-color : #F7F7F7;
}

/* A:link {color: #0000ff; text-decoration : underline; background: transparent;} */
/* A:visited {color: #0000ff; text-decoration : underline; background: transparent;} */
/* A:hover { color: navy; text-decoration : underline; font-weight: bold; background: #EBF5FA;} */
/* A:active {color: #FF0000; text-decoration : none; background: transparent;} */

strong, b {font-weight: 800;}/*NN 4.xx needs that...*/ 
pre {
	font-family : "Courier New", Courier, monospace;
	font-size : 13px;
	background-color : #F7F7F7;
	color : #000000;
  border: 1px solid #C71585;
  white-space: pre;
  padding: 4px;
}

TH {
  background-color: #c0c8df;      
  color : navy;
  font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 12px; 
  /*line-height: 16px;
  padding : 0px 2px;
  margin: 2px;			*/
  border: 1px solid navy;
}

TD {
  font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 12px; 
}

FORM {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: navy;
background: #c0c8df;
border: 2px solid navy;
/* margin-left: 50px; */
padding: 3px;
/* width: 400px; */
}

INPUT.smalltext {
  font-family : Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 11px;
}