@charset "UTF-8";
iframe {
	border-style: none;
	margin: none;
	border: none;
}
body {
    background-color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
    color: #0000BF;
    padding: 5px;
  }

body.nav { background: #C9C8B8; color: #0000BF; font-family: sans-serif; font-size: 12px;}


div {
	text-align: left;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	}

div.subnote { color: #0000BF; padding: 2px; text-align: center; font-size: 10px; font-weight: normal;}
div.center {text-align: center;}
div.nav { background: #C9C8B8; color: #0000BF; font-family: sans-serif; font-size: 12px;}
div.whitebox {background: white; color: #0000BF; font-family: sans-serif; font-size: 12px;}

input {
    border-style: inset;
    color: #2A2A2A;
    font-variant: normal;
    font-style: normal;
    font-family: arial, helvetica, sans-serif;
    background-color: white;
  }

input.flat {
    border-style: none;
    color: #2A2A2A;
    font-variant: normal;
    font-style: normal;
    font-family: arial, helvetica, sans-serif;
    background-color: white;
  }

input.img {border-style: none; text-align: center;}

input.button {
    border-style: outset;
    color: red;
    font-variant: normal;
    font-style: normal;
    font-family: arial, helvetica, sans-serif;
    background-color: #CECECE;
    direction: ltr;
    float: none;
    position: relative;
    max-height: 1in;
    max-width: 1in;
  }

input:hover { font-weight:bold; color:red; text-decoration:underline; }

button {
    direction: ltr;
    float: none;
    position: relative;
    max-height: 1in;
    max-width: 1in;
  }

button.img {
    direction: ltr;
    float: none;
    position: relative;
  }

a:link { font-weight:bold; color:#030F7B; text-decoration:none; }

a:visited { font-weight:bold; color:#F65E00; text-decoration:none; }

a:focus { font-weight:bold; color:#6C6C6C; text-decoration:underline; }

a:hover { font-weight:bold; color:red; text-decoration:underline; }

a:active { font-weight:bold; color:#F65E00; text-decoration:none; }

a.plain {outline:none; text-decoration:none;}

tr.NaviOdd {background-color:#C9C8B8; color:black;}
tr.NaviEven {background-color:white; color:black;}
 
h1 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	}

/* ******************************************************************************************************************* */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* ******************************************************************************************************************* */

.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 3px 7px 3px; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: white;
}

/* ******************************************************************************************************************* */
/* ******************************************************************************************************************* */
/* ******************************************************************************************************************* */
