@import url("nav.css");

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}
a, a:active, a:visited {
  color: #009900;
  text-decoration: underline;
}
a:hover {
  color: #ff9933;
  text-decoration: underline;
}
p { 
  text-align:justify;
  margin-top: 0px;
  margin-bottom: 8px;
}
#footer {
  text-align: center;
  font-size: 10px;
  color: #999999;
  background: url("footer_base.gif") no-repeat center top;
}
#footer a {
  color: #999999;
  text-decoration:none;
}
#footer a:hover {
  color: #666666;
  text-decoration:underline;
}
#nav {
  font-size: 12px;
  color:#FFFFFF;
}
#nav a, #nav a:hover, #nav a:visited, #nav a:active {
  color: #fff;
  text-decoration:none;
}
.heading h5 {
  color: #FFF;
  letter-spacing: .5px;
  font-size:12px;
  font-weight:bold;
  font-style: normal;
  padding: 0px;
  margin: 3px;
}
.heading { 
  background: url(heading_bg.gif) no-repeat top left;
  text-align: center;
}
h3 {
  font-size: 18px;
  color: #ff9933;
  margin: 0px 0px 0px 13px;
  padding: 0px;
}
h5 {
  font-size: 11px;
  font-weight: bold;
  font-style:italic;
  color: #ff9933;
  margin: 5px 0px 0px 0px;
  padding: 0px;
}
ul {
	padding-left: 15px;
}
.readmore {
  display: inline;
  clear: none;
  padding-left: 5px;
  border: 0px;
}
.form {
  border: none;
  background-color: transparent;
  font-size: 9px;
  color: #ff9933;
  font-style: italic;
  letter-spacing: .5px;
  width: 100px
}
.formfield {
  background: url(formfield.gif) no-repeat center center;
}
.form-multi {
  border: none;
  background-color: transparent;
  font-size: 11px;
  color: #ff9933;
  letter-spacing: .5px;
  width: 100px
}
.formfield-multi {
  background: url(formfield_multi.gif) no-repeat;
}
#content {
  line-height: 17px;
}
#tips {
  text-align: justify;
}