
body{
color:#333333;
background-color:#eeeeee;
margin:0;
font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
}

img{
max-width: 100%;
height:auto;
}

.topbottombars{
color:#cccccc;
background-color:#333333;
}

.mainbody{
background-color:#ffffff;
}

TD{
font-size: 9pt; 
}

p{
font-size: 9pt; 
}


h1{
font-size:18pt;
font-weight:bold;
color: #777777;
text-align: center;
}

h2{
font-size:12pt;
font-weight:bold;
color: #777777;
text-align: center;
}

h3{
font-size:12pt;
font-weight:bold;
color: #777777;
}

p.noticeblock{
background-color:#E0EBFF;
margin-left: 10px;
margin-right: 10px;
padding: 10px;
}

.newspost{
border-left-style:dotted;
border-left-width:1px;
margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}

span.newspostheading{
font-size:10pt;
font-weight:bold;
color: #777777;
text-align:left;
}

span.newspostdate{
font-size:9pt;
color: #777777;
text-align:right;
}

A:link { 
	text-decoration: none;
	color:#3399FF;
	text-style:bold;
}
A:visited { 
	text-decoration: none;
	color: #3399FF;
	text-style:bold;
}
A:hover {
	text-decoration: none;
	color: #70b8ff
}
A:active { 
	text-decoration: none;
	color: #ffffff
}

.buttontab {
  float: left;
  font-size: 12px;
  color: #eeeeee;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  font-family : sans-serif;
  margin: 0px;
  height: 16px;
}

.buttontabbuy{
  float: left;
  font-size: 12px;
  color: #FF6666;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  font-family : sans-serif;
  margin: 0px;
  height: 16px;
}

.lbuttontabselected {
  color: #ffffff;
}

.buttontab:hover {
  background-color : #3399FF;
  color: #ffffff;
}

.buttontabbuy:hover{
  color: #ffffff;
  background-color : #ffb2b2;
}

