@charset "UTF-8";
/* CSS Document */

html {
  height: 100%;
}

body {
  height: 100%;
}

#nonFooter {
  position: relative;
  min-height: 100%;
}

* html #nonFooter {
  height: 100%;
}

#content {
  padding-bottom: 3em;
}

#footer {
  position: relative;
  margin-top: -5.6em;
} 

td form{
margin: 0;
padding: 0;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
.asmall:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.asmall:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
}
.asmall:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

.formText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.afooter:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
.afooter:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.afooter:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
.footbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

.maintbl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #cfd9ce;
	line-height: 18px;
	padding: 2px;
}

.maintbl a:link, .maintbl a:visited {
  text-decoration: none;
}

.maintbl a:hover, .maintbl a:active { 
  text-decoration: none;
  color: #FF0000;
}

.maintbl tr.even {
  background-color: #CFD9CE;
}

.maintbl tr.odd {
  background-color: #91AB92;
}

.amain:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #225523;
	text-decoration: underline;
	line-height: 18px;
}
.thumbText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.mag1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #648455;
  font-size: 12px;
}
.mag1:link, .mag1:visited {
  color: #000000;
}
.mag2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #648455;
  font-size: 12px;
}
.mag2:link, .mag2:visited {
	color: #EEEEEE;
}

.regboldwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.small {
  font-size: 9px;
}

.popup_box_parent {
  display: none; 
  position: relative; 
}
.popup_box {
  position:absolute;
  top:0px;
  left:100px;
  text-align:left;
  width:380px;
  height:480px;
  z-index:10;
  visibility:hidden;
  background-color:#91AB92;
  border:1px solid #648455; 
}
