@charset "utf-8";
/* CSS Document */

body {
	font-family: arial, helvetica, sans-serif;
	font-size: x-small;
	color: black;
	background-color: #3b3638;
	margin: 1em;
	padding: 0;
	text-align: left;
	margin-top: 20px;
}

h1 {
 font-family: arial, helvetica, sans-serif;
 font-size:13px;
 font-weight:bold;
 color:#a13229;
}

h2 {
 font-family: arial, helvetica, sans-serif;
 font-size:15px;
 font-weight:bold;
}

h3 {
 font-family: arial, helvetica, sans-serif;
 font-size:13px;
 font-weight:bold;
}

.style1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #a13229;
	font-weight: bold;
}

.style2 {color: #FFFFFF
}

a.menu {
  color: #FFFFFF;
  background-color: #fbb03b;
  text-decoration: none;
  white-space: nowrap;
  font-size: x-small;
}

a.menu:hover{
  color: #a13229;
  background-color: #fbb03b;
  font-size: x-small;
}

.menu_s{
  color: #FFFFFF;
  background-color: #fbb03b;
  text-decoration: none;
  white-space: nowrap;
  font-size: x-small;
}

a.otherlink {
  color: #FFFFFF;
  background-color: #565354;
  text-decoration: none;
  white-space: nowrap;
  font-size: x-small;
}

a.otherlink:hover{
  color: #c8c7c7;
  background-color: #565354;
  font-size: x-small;
}

.otherlink_s{
  color: #FFFFFF;
  background-color: #565354;
  text-decoration: none;
  white-space: nowrap;
  font-size: x-small;
}
.ticker {
	font-size:15px;
	background: #a13229;
	font-weight:normal;
	color:#fff;
	line-height:23px;
	text-align:left;
	padding: 5px;
}
.ticker table, .ticker tr, .ticker td {
	margin:0px; padding:0px;
}
.ticker a:link, .ticker a:visited {
	color:#fff;
	border:0px !important;
	text-decoration:none;
}
.ticker a:hover {
	color:#fff;
	border:0px !important;
	border-bottom:1px dotted #fff;
}
.ticker p {
	margin-bottom:0px;
}
.ticker strong {
	color:#e00303;
}
.ticker ul {
	list-style:none;
	overflow:hidden;
	margin:0px !important;
	padding:0px !important;
}
