body {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	background-color: #E1DEC8;
	background-image: url(images/bg-mto.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.maintbl{
	background-color: #99CC66;
}
.hdrmain {
  width: 750px;
  background:url(images/nav_write_back.jpg);
  height: 24px;
}
.hdr {
  width: 750px;
  background:url(images/logo_bg1.jpg) no-repeat;
  height: 125px;
}
.hdr1 {
  width: 750px;
  background:url(images/line.gif);
  height: 1px;
}
.tblbox {
	width: 230px;
	background:url(images/nav_hdr_back.jpg);
	height: 24px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	text-transform: uppercase;
	color: #006666;
	text-align: center;
	vertical-align: middle;
	word-spacing: 0.3em;
	white-space: nowrap;
}

td {
    color: #000;
    font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 11px;
}

p {
    color: #000;
    font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 11px;
}

h1 {
	color: #FF6600;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	font-variant: small-caps;
}

h2 {
	color: #ff6600;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

h3 {
    color: #666;
    font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 11px;
    font-weight: bold;
	margin-top: 11px;
	margin-bottom: 6px;
}

ol {
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 30px;
}

a:link {
	color: #003366;
	font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color:#990000;
	font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #663366;
	font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}


#main {
	margin: 0;
}

#main a:link {
	color: #c63;
	font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#main a:visited {
	color: #d94;
	font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#main a:hover {
	color: #c63;
	font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}


a.alt:link {
	color: #c63;
	font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

a.alt:visited {
	color: #d94;
	font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

a.alt:hover {
	color: #c63;
	font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
}

a.footer:link {
	color: #c63;
	font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

a.footer:visited {
	color: #c63;
	font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

a.footer:hover {
	color: #c63;
	font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
}


.smalltext {
    color: #000;
    font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 9px;
}

.newstext {
    color: #555;
    font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 9px;
}

.orangehead {
    color: #d94;
    font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 11px;
    font-weight: bold;
	margin-bottom: 5px;
}

.smallwhite {
    color: #fff;
    font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 9px;
}

.smallorange {
    color: #d94;
    font-family: "Trebuchet MS", Arial, Verdana;
    font-size: 9px;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #FF9900;
	}
	
ul li {

	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	border-left:1px solid #FF9900;
	border-right:1px solid #FF9900;
	border-top:1px solid #FF9900;
	display: block;
	text-decoration: none;
	color: #993300;
	background: #FFCC00;
	padding: 2px 3px 3px;
	border-bottom: 0px none #FF9900;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 0%; }
* html ul li a { height: 0%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */

/* Miscellaneous
----------------------------------------------- */
.hide {display:none;}
p {margin:0 0 1em;}
pre {
  margin:0 0 1em;
  font-size:100%;
  }
pre.codeblock {
  background:#eee;
  border:1px solid #ccc;
  padding:5px;
  }
code {font:110% "Courier New";}

.ar {color:#466432 !important;}
.reset {
  display:block;
  clear:both;
  margin:0;
  padding:0;
  height:1px;
  font-size:1px;
  line-height:1px;
  }
.imgleft, .imgleftsm {
  float:left;
  display:block;
  margin:0px 10px 3px 0;
  font:italic 85%/1.4em Verdana,Sans-serif;
  color:#666;
  background:#eee;
  float:left;
  padding:7px;
  border:1px solid #ccc;
  }
  .imgright {
  float:right;
  display:block;
  margin:0px 10px 3px 0;
  font:italic 85%/1.4em Verdana,Sans-serif;
  color:#666;
  background:#eee;
  float:left;
  padding:7px;
  border:1px solid #ccc;
  }
.imgleftsm {margin:3px 8px 3px 0;}
p.imgleft {border-width:0; padding-top:2px; display:inline;}
p.imgleft img {
  display:block;
  margin-bottom:2px;
  border:1px solid #ccc;
  }
p.continue {margin-top:1em; text-align:right;}
.tight {margin-bottom:.1em;}
.confide {display:none;}
.mt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
	background-color: #FFFFCC;
	padding: 3px;
	border: 1px solid #FF9900;
}
.mt1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFCC;
	padding: 2px;
	border: 1px solid #FF6600;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
}
.mt2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFCC00;
	padding: 2px;
	border: 1px ridge #333333;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	margin: 0px;
	clip:  rect(5px 5px 5px 5px);
}
.mt3{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	background-color: #CCCC00;
	padding: 2px;
	border: 1px solid #333333;
	left: 2px;
	top: 2px;
	right: 2px;
	bottom: 2px;
	margin: 1px;
	clip:  rect(5px 5px 5px 5px);
}
