body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #ffffff;
	
}
body a {
	font-size: 11;
	color: #3333ff;
	text-decoration: none;
}
body a:hover {
	text-decoration: underline;
}


th {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11;
	font-weight: bold;
	color: #000000;
}

th a {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	text-decoration:none;
}

td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10;
}
td a {
	color: #000000;
	text-decoration: none;
}
td a:hover {
	text-decoration: underline;
}

tr.bgBorder {
	background-color: #ccccdd;
}
tr.bgHead {
	font-size: 80%;
	background-color: #f6f6f6;
}
tr.bgblack {
	font-size: 80%;
	font-weight: bold;
	text-decoration:none;
	color: #ffffff;
	background-color: #000000;


}

tr.bgmaroon {
	font-size: 80%;
	background-color: #ce0000;
		color: #222222;
}

tr.bggray {
	font-size: 80%;
	font-weight: bold;
	text-decoration:none;
	color: #ffffff;
	background-color: #636563;
}

tr.bgAlt1 {
	font-size: 95%;
	background-color: #ddddff;
}
tr.bgAlt2 {
	font-size: 95%;
	background-color: #e0e0ff;
}

tr.navmenu {
	font-size: 95%;
	color: #ffffff;
	background-color:#aaaaff
	
}
td.bgAlt1 {
	background-color: #ddddff;
}
td.bgAlt2 {
	background-color: #f6f6f6;
}
table.formRegion {
	background-color: #e0e0ff;
}

h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #6699ff;
	text-decoration: none;	
}
hr {
	color: #f6f6f6;
}

textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	border: 1px #000000 solid;
}

input {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	border: 1px #000000 solid;
}
.inputButtonYellow {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 100%;
	background-color: #ffcc99;
	border: 1px #333333 solid;
}
.inputButtonRed {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 100%;
	background-color: #ff6666;
	border: 1px #333333 solid;
}
.inputButtonGreen {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 100%;
	background-color: #99cc99;
	border: 1px #333333 solid;
}

.inputButton {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	border: 0px;
}

.darkBlue {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 90%;
	color: #000066;
}
.darkGrey {
	color: #333333;
}

.smallText {
	font-size: 80%;
}
.pageTitle {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #6699ff;
	text-decoration: none;	
}


.labelForm {
font-family: verdana, arial, helvetica, sans-serif;
float: left;
font-size: 11;
font-weight: bold;
color: #6699ff;

}
.greyedOut {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11;
	color: #000000;
}
.greyedOutNo {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11;
	color: #000000;
	border: 0px #333333 solid;
}

.center {
	width: 420px; 
	text-align: left;
	background-color: #f6f6f6;
	border: 1px dotted #333; 
	padding: 5px;
	margin: 0px auto;
 }

.left {
  float: left;
  margin-left: 3px;
  text-align: left;
  font-size: 12;
  font-weight: bold;
  color:#000044;
  width: 49%;
  }

.right {
  float: right;
  text-align: left;
  font-size: 12;
 font-weight: bold;
 color: #000044;
  width: 49%;
  }
  
.title {
  text-align: left; 
  font-size: 16;
   font-weight: bold;
   color:  #ce0000;
  text-decoration: underline

}
  
 div.spacer {
  clear: both;
  }
  
  table.umi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	border: thin solid #ADC8D2;
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px 5px;
	height: auto;
    width: 900;
	/* width: auto; */
}
table.umi th {
	background-color: #e0e0ff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
table.umi td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border-top: 0px none #ADC8D2;
	border-right: 1px solid #ADC8D2;
	border-bottom: 1px dotted #ADC8D2;
	border-left: 1px none #ADC8D2;
	padding-left: 2px;
}


