* {
  padding: 0px; 
  margin: 0px; 
}

select option {
  padding-left: .45em; 
  padding-right: .1em; 
}


body {
  color: #000; 
  background-color: #fff; 
}

body, 
input, 
select, 
textarea {
  font: 14px verdana, arial, sans-serif; 
}

img, 
label, 
embed, 
input, 
select, 
textarea {
  display: block; 
}

table {
  border-collapse: collapse; 
}

table th {
  text-align: left; 
}

.scaffold th, 
.scaffold td {
  vertical-align: top; 
}

p {
  margin-bottom: 15px; 
}

p.last {
  margin: 0px 0px 0px 0px; 
}

blockquote {
  margin: 0px 30px 15px 30px; 
}

img, 
iframe, 
fieldset {
  border: none; 
}

ul, 
ul li {
  list-style: none; 
}

.horizontal li, 
.horizontal dd {
  float: left; 
}

.bullet li {
  background: url(../images/bullet_000.gif) no-repeat 0px .55em; 
  padding: 0px 0px 0px 9px; 
}

a {
  color: #2769B9;
}

a:hover {
  text-decoration: none; 
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  font-weight: normal; 
  margin: 0px 0px 0px 0px; 
  font-family: "century gothic", arial, sans-serif; 
}

h1 {
  color: #f58b28; 
  margin: 0px 0px 10px 0px;  
	font-size: 28px; 
	font-weight:bold; 
}

h2 {
  margin: 0px 0px 8px 0px; 
	font-size: 26px; 
	font-weight: bold;
	color: #2769B9;
}

h3 {
  color: #D53691; 
  font-size: 18px; 
  font-weight: bold; 
  font-family: arial, sans-serif; 
  margin: 0px 0px 10px 0px; 
}

h5 {
  font-size: 14px; 
  font-weight: normal; 
  padding: 0px 0px 1px 0px; 
}

strong {
  font-weight: bold; 
}

em {
  font-style: italic; 
}

small {
  font-size: 11px; 
  display: block; 
}

small, 
small a, 
small a:visited {
  color: #666; 
}

dt {
  font-weight: bold; 
}

dd {
  margin: 0px 0px 15px 10px; 
}

.clear, 
.in_family#on_entry .caption, 
.field, 
fieldset, 
.horizontal {
  clear: both; 
}

.clear:after, 
.in_family#on_entry .caption:after, 
.button:after, 
.field:after, 
fieldset:after, 
.horizontal:after {
  content: "."; 
  height: 0px; 
  clear: both; 
  display: block; 
  visibility: hidden; 
}

.button a {
  float: left; 
}

.spacer {
  width: auto; 
  height: 1px; 
  font-size: 1px; 
}

legend, .default {
  display: none; 
}

.cursor {
  cursor: pointer; 
}


