@import url(https://fonts.googleapis.com/css?family=Roboto:300,300italic,400,500);
body { font-weight:300; }
h1, h2, h3, h4, h5, h6 { margin-top:0; font-size:inherit; }
h1, h2, h3 { font-size:inherit; }
h4, h5, h6 { color:#222; }
b, strong, .bold { font-weight:400; }
h4 { font-size:19px; }
.grey { color: #888; }
.gold { color: #b38a2a; }
.pagtitle * { font-weight:400; }
@media (min-width: 768px) 
{ .pagtitle * { margin-bottom:24px; } }
@media (min-width: 1080px) 
{
  .pagtitle * { margin-bottom:30px; }
}
td {
  vertical-align:top;
}
hr, div#page hr {
  color: #E3002F; border-bottom:1px dotted #979797; border-top:none; border-left:none; border-right:none;
}

#bot_info a {
  color:#444;
}
.BotContactLinks h3 {
  text-transform:uppercase;
}
.credits, .credits a {
  color:#777;
}
.breadcrumb {
  font-size:12px; color: #444;
}
.breadcrumb a, .breadcrumb span {
  color: #444;
}
.PreviousNext a span
{
	color:#eee;
}
.PreviousNext a:hover span
{
	color:#222;
}
@media (max-width: 767px) {
  body { font-size:16px; }
  h4 { font-size:16px; }
}