body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: white;
}

BODY, TD, TH, INPUT, SELECT, OPTION, TEXTAREA {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}

a:link {
	color: #333388;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:active {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

.MainContent {
  padding: 10px;
}

.MainContent A {
  color: #BB6666;
}
.MainContent A:hover {
  color: orange;
}


.Heading {
	font-family: Arial, Helvetica, sans-serif;
  color: #C00;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
#Footer {
  margin: 10px;
  margin-top: 35px;
  border-top: 1px solid #7F7F7F;
}
.SubMenu {
  margin-bottom: 10px;
}
.SubMenu A {
	color: #883333;
}

.Subheading {
  font-weigt: bold;
  color: #888;
  font-size: 12px;
  margin-top: 10px;
}

.BrandList TD {
  width: 20%;
  font-weight: bold;
}

.BrandList TD A, .BrandList TD A:visited {
  font-size: 11px;
  display: block;
  padding: 5px 5px;
  color: black;
  /* border: 1px solid #333;
  background-color: white; */
}

.BrandList TD A:hover {
  background-color: #FFFFF0;
}

.BrandHead {
	font-family: Arial, Helvetica, sans-serif;
  color: #CCC;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #666;
  letter-spacing: 3px;
}
.BrandContent {
  padding: 10px;
  margin-bottom: 20px;
}
.BrandContent .SubBrands {
}
.BrandContent .SubBrands .Image {
  text-align: center;
  width: 20%;
}
.BrandContent .SubBrands .Info {
  width: 80%;
  padding-left: 10px;
  padding-bottom: 20px;
}
.BrandContent .SubBrands .Info B {
  display: block;
  font-size: 12px;
}


.TopLink {
  color: blue;
  text-align: right;
}
.TopLink A {
  color: inherit;
}

.Files {
  width: 80%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.Files .Name {
  width: 50%;
  font-size: 12px;
  font-weight: bold;
}
.Files .Format {
  width: 20%;
}
.Files .Icon {
  width: 10%;
}
.Files .Link {
  width: 20%;
}

.Person {
}
.Person .Name {
  float: left;
  width: 20%;
}
.Person .Position {
  display: inline;
}

.Office {
  clear: both;
  margin-bottom: 10px;
}
.Office .Name {
  font-weight: bold;
}
.Office .Contact {
  float: left;
  width: 30%;
  height: 40px;
}
.Office .Address {
  display: inline;
}

.IssuedCapital {
  width: 90%;
  border: 1px inset gray;
}
.IssuedCapital TD, .IssuedCapital TH {
  padding: 5px 3px;
}
.IssuedCapital TH {
  color: #C00;
  font-weight: bold;
  text-align: right;
  border-bottom: 1px solid #C00;
}
.IssuedCapital .Date {
  text-align: right;
}
.IssuedCapital .Price {
  text-align: right;
}
.IssuedCapital .Shares {
  text-align: right;
}
.IssuedCapital .Summary TD {
  color: #C00;
  font-weight: bold;
  border-top: 1px solid #C00;
}

.TopShareholders {
  width: 90%;
  border: 1px inset gray;
}
.TopShareholders TD, .TopShareholders TH {
  padding: 2px;
}
.TopShareholders TH {
  color: #C00;
  font-weight: bold;
  border-bottom: 1px solid #C00;
}
.TopShareholders .Name {
  font-weight: bold;
}
.TopShareholders .Shares {
  text-align: center;
}
.TopShareholders .Percent {
  text-align: center;
}
.TopShareholders .Total TD {
  color: #C00;
  font-weight: bold;
  border-top: 1px solid #C00;
}
.TopShareholders .Total2 TD {
  color: #C00;
  font-weight: bold;
}

.Announcements {
  width: 80%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.Announcements TD {
  padding: 2px;
  border-bottom: 1px solid #E0E0E0;
}
.Announcements .Date {
  width: 15%;
}
.Announcements .Name {
  width: 45%;
  font-weight: bold;
}
.Announcements .Format {
  width: 10%;
  text-align: center;
}
.Announcements .Icon {
  width: 10%;
  text-align: center;
}
.Announcements .Link {
  width: 20%;
  text-align: center;
}

H1 {
}
H2 {
}
H3 {
}

/* Errors */

.Error {
  border: 1px solid #600;
  background-color: white;
  padding: 5px;
  color: #600;
  margin-bottom: 10px;
}
.Error .Message {
  font-weight: bold;
}
.Error .Line {
  padding: 1px 0px 1px 10px;
}

/* Front */

.Attention {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-right: 10px;
	margin-top:5px;
	padding: 5px;
  text-align: center;
}

.Latest {
}
.Latest A {
  display: block;
  padding: 10px;
  font-weight: bold;
}
.Latest A:hover {
  background-color: #F0F0F0;
}

.HomeDoc {
 padding: 5px;
}

/* webcast */

.Replay {
}
.Replay A {
  padding: 5px;
  border: 1px solid grey;
}
.Replay A:hover {
  border: 1px solid black;
  background-color: grey;
  color: white;
}

/* Subscriptions */

.Area {
  margin-bottom: 15px;
}
.Area .Head {
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 1px solid #666;
}
.Area .Form {
  padding: 10px;
}
.FormSubmit {
  border: 1px solid #E0E0E0;
  background-color: #F5F5F5;
  padding: 5px;
  text-align: center;
}