html, body, table, td, tr, th, img, a {
  margin: 0;
  padding: 0;
  border: 0;
  font: 9pt Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  line-height: 1.6em;
}
body { background: #999999 url(../images/back.gif) repeat; }
table { border-collapse: collapse; }
td { vertical-align: top; }
a:visited { color: #000000; }
a:hover { color: #FFFF00; }
a:active { color: #FFFF00; }

.c {
  text-align: center;
  margin: auto;
}

#outer {
  position: absolute;
  left: 50%;
  top: 50px;
  width: 980px;
  margin-left: -490px; /* half of width */
  padding-bottom: 50px;
}

td#nav { background: #000000 url(../images/Nav_bac.gif) 0 0 no-repeat; }
td#nav2 {
  width: 218px;
  background: #000000 url(../images/Layout_Nav_Foot.gif) bottom left no-repeat;
}
td#nav3 {
  width: 10px;
  background: #ffc108;
}
table#menu { width: 221px; }
table#menu td {
  height: 36px;
  text-align: right;
}
td#content {
  height: 556px;
  text-align: left;
  background: #000000 url(../images/Blanc_Back.gif) 0 0 no-repeat;
}
table#contentb {
  width: 708px;
  height: 100%;
  margin: 0 0 14px 20px;
}
td#content2 {
  margin: 10px;
  background: #ffaa0d url(../images/Blanc_Back_Full_bottom.gif) bottom left no-repeat;
}
div#content3 {
  min-height: 38px;
  padding: 15px 15px 10px 15px;
  background: url(../images/Blanc_Back_Full_top.gif) 0 0 no-repeat;
}
div#content4 {
}

.style3  {
  font-family: "Monotype Corsiva";
  font-size: 14pt;
  font-weight: bold;
}
.style14 {font-size: 24px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color: #000000; }
.style23 {font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
.style25 {color: #009933}
.style27 {color: #000000}



div#output form input.text, div#output form input.button, div#output form select, div#output form textarea {
	margin-top:2px
}
html>body input.text, html>body input.button html>body select {
	height:1em
}
*:root input.text, *:root input.button, *:root select {
	height:auto
}
input.text, input.button, textarea, select {
	font:7pt "Verdana","Arial","Helvetica",sans-serif;
	font-weight:bold
}
input.button {
	border:1px solid #000000;
	padding:.1em .1em;
	color:#000000;
	background-color:#FFC208;
	border-radius:.4em;
	background-image: url(../images/FormBG.gif)
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background-color:#000000
}
input[type="submit"]:active {
	background-color:#000000
}
input[type="submit"][disabled] {
	border-color:#000000;
	color:#000000;
	background-color:#FFC208;
	background-image: url(../images/FormBG.gif)
}
input.text, textarea, select {
	border:1px solid #000000;
	color:#000000;
	background-color:#FFC208;
	letter-spacing:1px;
	background-image: url(../images/FormBG.gif);
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	background-color:#FFC208;
	background-image: url(../images/FormBG.gif)
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color:#FFC208;
	background-image: url(../images/FormBG.gif)
}
.RightLogo {
	background-attachment: scroll;
	background-image: url(../images/BG_Right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}