/* CSS Document */

p {
color: black;
font-family: arial, helvetica, san-serif;
font-weight: normal;
font-size: x-small;
margin-top: 10px;
margin-right: 5px;
margin-left: 5px;
padding: 5px 5px 5px 5px;
white-space: wrap;
display: block;
word-spacing: .5px;
letter-spacing: .25px;
line-height: 155%;
}
p.other {
color: black;
font-family: arial, helvetica, san-serif;
font-weight: normal;
font-size: x-small;
margin-top: -20px;
margin-right: 5px;
margin-left: 5px;
white-space: wrap;
display: block;
word-spacing: .5px;
letter-spacing: .25px;
line-height: 155%;
}
p.black {
color: white;
font-family: arial, helvetica, san-serif;
font-weight: normal;
font-size: x-small;
margin-top: 10px;
margin-right: 15px;
margin-left: 15px;
padding: 5px 5px 5px 5px;
white-space: wrap;
display: block;
word-spacing: .5px;
letter-spacing: .25px;
line-height: 155%;
}

ul#rgs {
color: black;
font-family: arial, helvetica, san-serif;
font-weight: normal;
font-size: xx-small;
margin-left: 640px;
margin-top: -4px;
padding: 5px 5px 5px 5px;
white-space: wrap;
display: block;
}
#rgs li
{
  display: inline;
  list-style-type: none;
  }

#rgs a {
  padding: 1px 1px 1px 1px;
}
#rgs a:link {
  text-decoration: none; color: #000000;
}
#rgs a:hover {
  text-decoration: underline; color: #556f37;
}
#rgs a:active {
  text-decoration: none;
} 
#rgs a:visited {
  text-decoration: none; color: black;
}

b {
color: #a0cf67;
font-family: arial, helvetica, san-serif;
font-size: small;
margin-top: 10px;
margin-right: 5px;
margin-left: 5px;
white-space: wrap;
display: block;
word-spacing: .5px;
letter-spacing: .25px;
line-height: 155%;
}

/*a {
padding: 3px 5px;
text-decoration: none;
text-weight: bold;
color: F47A20;
}
a:hover {
text-decoration: none;
text-weight: bold;
background: #F47A20;
color: white;
word-spacing: .5px;
letter-spacing: .25px;
line-height: 155%;
}*/

ul#black
{
  margin-left: 10px;
  margin-right: 10px;
  padding-right: 2px;
  padding-left: 2px;
  padding-top: 5px;
  padding-bottom: 0;
  white-space: wrap;
  color: white;
  font-family: arial, helvetica, san-serif;
  font-weight: normal;
  font-size: x-small;
  white-space: wrap;
  word-spacing: .5px;
  letter-spacing: .25px;
  line-height: 155%;
}
#black li
{
  display: inline;
  list-style-type: none;
}
#black a {
  padding: 1px 1px 1px 1px;
}
#black a:link {
  text-decoration: none; color: #F47A20;
}
#black a:hover {
  text-decoration: none; color: black; background: #FFFFFF;
}
#black a:active {
  text-decoration: none;
} 
#black a:visited {
  text-decoration: none; color: #F47A20;
}
