<style type="text/css">
/*____________________________________________________________________  Body  */
body {
  margin: 0;
  padding: 0;
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  font-size: 12px;
  line-height: 18px;
  background-color: #353535;
  color: #fff;
}
.hidden {
  display: none;
}
/*_________________________________________________________________  Content  */
div#wrapper  { background: #04070c url(images/gradient.png) repeat-x left top; text-align: left; margin: 18px auto; padding: 0 10px; border: solid 1px #1e3551; width: 620px }
div#wrapper h1 span {
  font-size: 12px;
  color: #fff;
}
/*__________________________________________________________________  Tables  */
table {
  width: 100%;
  margin: 0 0 0px 0;
}
table tr td {
  padding: 1px 1px 1px 1px;
  vertical-align: top;
}
table tr td.option {
  font-weight: bold;
  color: #ffb;
  padding-left: 0;
}
table#motivation-table tr td {
  vertical-align: middle;
}
table#motivation-table tr td.strong {
  width: 96px;
  font-weight: bold;
  color: #AEBEAE;
  text-align: center;
}
table.thumbs {
  margin: 0 auto;
  width: 450px;
}
table.thumbs td {
  text-align: center;
  width: 150px;
}
/*___________________________________________________________________  Links  */
a.option:link,
a.option:visited {
  display: block;
  text-align: left;
  color: white;
  background-color: #92a192;
  line-height: 90%;
  padding: 5px;
  margin: 6px 0;
  font-weight: bold;
	background-image: url(../../images/servtbbg.jpg);
	font-size: 14px;
}
a.option:link:hover,
a.option:visited:hover {
  background-color: #AEBEAE;
  text-decoration: none;
  color: black;
	font-style: italic;
	background-image: url(../../images/servtbbg1.jpg);
	font-size: 14px;
}
/*__________________________________________________________________  Images  */
a img {
  border: none;
}
/*_________________________________________________________________  Headers  */
h1 {
  font-size: 24px;
  line-height: 36px;
  margin-top: 12px;
  margin-bottom: 18px;
  color: #AEBEAE;
}
h2 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 1px;
  color: #c5a203;
}
h3 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 18px;
  color: #AEBEAE;
}

/* @group My Group */

/* @end */
/*____________________________________________________________________  Text  */
p, pre {
  margin: 0 0 00px 0;
  line-height: 140%;
}
pre {
  color: #000;
  background-color: #ffb;
  border: 1px solid #ffd;
  padding: 10px 5px;
  width: 608px;
  overflow: auto;
}
code {
  color: #000;
  background-color: #ffb;
  padding: 1px 2px;
}
ul {
  list-style-type: square;
}
/*___________________________________________________________________  Forms  */
#tip_button {
  border: 1px solid #04070c;
  background-color: #92a192;
  padding: 4px 2px;
  cursor: pointer;
}

</style>
