
A { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 13px; 
  color: #B00000; 
}
A:link { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 13px; 
  color: #B00000; 
}
A:visited { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 13px; 
  color: #8C8C8C; 
}
A:hover { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 13px; 
  color: #CA932B; 
}
A:active { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 13px; 
  color: #CA932B; 
}
body {
  color: #000000; 
  background-color: #FAFAFA; 
  margin: 10px; 
}
div { 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 13px; 
  color: inherit; 
  background-color: inherit;
}
div.frame {
  position: relative;
  width: 800px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
div.logo {
  position: relative;
  background-image: url(../images/topbar.jpg); 
  background-position: 0px 0px;
  background-repeat: repeat-x;
}
div.header {
  position: relative;
  color: inherit;
  background-color: #EAEAEA; 
  border-top: 1px solid #FFFFFF;
  border-bottom: 2px dotted #000000;
  padding-bottom: 1em; 
  text-align: center;
}

div.header ul {
  list-style-type: none;
  margin: 5px 0 0 0;
  padding: 0px;
}

div.header li {
  display: inline;
  padding: 0 10px 0 10px;
}

div.header li+li {
	border-left: 1px solid #000;
}

div.content { 
  position: relative; 
  width: 500px;
  border: 0px;
  padding: .7em 0em .7em 0em;
  text-align: justify;
}
div.footer {
  position: relative; 
  color: inherit;
  background-color: #EAEAEA; 
  border-top: 2px dotted #000000;
  border-bottom: 1px solid #000000;
  padding: 1em 0em 1em 0em;
  text-align: center;
}

div.footer ul {
  list-style-type: none;
  margin: 5px 0 10px 0;
  padding: 0px;
}

div.footer li {
  display: inline;
  padding: 0 10px 0 10px;
}

div.footer li+li {
	border-left: 1px solid #000;
}

fieldset {
  border: 1px solid #C7C7C9;
  padding: 0em .7em .6em .7em;
  text-align: left;
}
h1 {
  font-family: Georgia, Arial, Helvetica, sans-serif; 
  color: inherit; 
  background-color: inherit; 
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  margin: 0px;
  padding: .5em;
}
h2 { 
  font-family: Georgia, Arial, Helvetica, sans-serif; 
  color: inherit; 
  background-color: inherit; 
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
}
h3 { 
  color: inherit; 
  background-color: inherit; 
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
}
h4 { 
  color: inherit; 
  background-color: #F0F0F0; 
  font-size: 13px;
  font-style: italic;
  margin: 0px;
  padding: .5em 0em .5em 1em;
  width: 100%;
}
h5 { 
  color: inherit; 
  background-color: inherit; 
  font-size: 13px;
  font-weight: normal;
  margin: 8px 0px 0px 14px;
  padding: 0em;
}
hr { 
  width: 70%;
  height: 1px;
  text-align: center;
}
hr.whole {
  width: 100%;
  color: #C7C7C9;
}
img { 
  border: 0px;
  vertical-align: middle;
}
legend {
  font-family: Georgia, Arial, Helvetica, sans-serif; 
  color: inherit; 
  background-color: inherit; 
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
}
p {
  line-height: 1.5em;
}
table.header {
  color: inherit; 
  background-color: #F0F0F0; 
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
  margin: .2em 0em 0em 0em;
  width: 100%;
}
table.item {
  color: inherit; 
  background-color: inherit; 
  font-size: 13px;
  margin: 0px;
  width: 100%;
}
table.options {
  color: inherit; 
  background-color: inherit; 
  font-size: 13px;
  margin: 0px;
  width: 100%;
}
td {
  color: inherit; 
  background-color: inherit; 
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  padding: .3em .3em .3em .3em;
}
ul {
  line-height: 1.5em;
  margin-top: .5em;
}
.adjust {
  text-align: center;
}
.adjustright {
  text-align: right;
}
.altcolor { 
  color: #B00000;
  background-color: inherit; 
  text-align: center;
}
.answers {
  margin: .4em 0em 1.5em 0em;
}
.normaline {
  line-height: 0em;
}
