
TABLE, TD, TH {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 9pt;
}

a:link 				{ color: #FF3300; 		font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none }
a:visited 				{ color: #FF3300; 		font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none }
a:hover 				{ color: #FF3300; 		font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none }
a:active 				{ color: #FF3300; 		font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none }
a:vlink 				{ color: #FF3300; 		font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none }

.A1 { color: #8C4C0E; 		font-size: 11pt; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none }
.A1:hover { color: #8C4C0E; 		font-size: 11pt; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none }

h2 {
  clear:both;
  display:block;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin:0;
  padding: 0 0 6px 28px;
  line-height:30px;
  text-align:left;
  border-bottom: 1px dotted #ccc;
  color:#5E6487;
}


.postcontent h3  {
  font-size:18px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
}

.postcontent h4, .postcontent h5, .postcontent h6  {
  font-family: "Verdana", Arial, Helvetica, sans-serif;
  font-weight:bold;
  color:#bbb;
}

.postcontent h4  {
  font-size:16px;
}
.postcontent h5  {
  font-size:15px;
  }
.postcontent h6  {
  font-size:13px;
}

.postcontent table  {
  text-align:left;
  vertical-align:top;
}

.postcontent th  {
  font-weight:bold;
  padding:1px;
  background:#ddd;
  text-align:left;
}
.postcontent td  {
  padding:3px;
  vertical-align:top;
}
.postcontent td.header {
  padding:3px;
  font-weight: bold;
  font-size:12px;
  background:#eee;
  text-align:left;
  vertical-align:top;
}
.postcontent td.textright {
  text-align:right;
  width: 50%;
}
.postcontent td.textleft {
  text-align:left;
  width: 50%;
}
