h1 {
    font-size: 18pt;
    margin-top: 8pt;
    margin-bottom: 8pt;
    color: #FF0000;
}
h2 {
font-family: Verdana;
    font-size: 14pt;
    margin: 10pt;    
    color: #993300;
}
h3 {
    font-size: 12pt;
    margin-bottom: 3pt;
    margin-top: 3pt;
    color: #993300;
}
h4 {
    font-size: 9pt;
    margin-bottom: 3pt;
    margin-top: 3pt;
}
h5 {
    font-size: 9pt;
    margin-bottom: 3pt;
    margin-top: 3pt;
}
.listItem {
    font-family: Verdana;
    font-size: 12px;
    margin-bottom: 3px;
    margin-top: 3px;
    text-indent: 10px;
    color: #009999;
}
a{
    text-decoration: underline;
    color: #3333EE;
}

#flashcontent {
  height: 100%;
}

body {
  height: 98%;
  margin: 0;
  padding: 0;
  background-color: #ffffcc;

overflow:auto;

 
}
.style00 {
  color: #666666;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  display: inline;
   margin-left: 5px;
}
.style12 {
  color: #666666;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  display: inline;
   margin-left: 5px;
}
.itemContent {
  color: #666666;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  display: inline;
   margin-left: 10px;
}
drunken {
  color: #FF0000;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  display: inline;
}

.snake {
  color: #00FF00;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  display: inline;
}

.posts{
	position:relative;
	
	width:98%;
	border:1px solid #666666;

	margin:2px;
	background-color:#FFFFFF;
}
.titleBar{
	width:100%;

	background-color:#666666;
	
}
.subject{
	position:relative;
	left:15px;
  background-color:#666666;
  color: #99FFCC;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  display: inline;
}
.date{
   display: inline;
   font-size: 12px;
   color:#EE9900;
   display: inline;

}

 .text{
  color: #333333;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:10px;

  display: block;
  margin:5px;
  margin-left:20px;
}

ul#tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 15px;
    border-bottom: 1px solid black;
    background: rgb(222, 222, 222);
}
ul#tabs li {
    float: left;
    margin: 0 ;
    height: 15px;
    text-align: center;
    position: relative;
    width: 150px;
    border: 1px solid black;
    top: 1px;
    background: rgb(128, 128, 128);
}
ul#tabs li:hover {
    border-bottom: 1px solid #666666;
    background: white;
}
ul#tabs a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: white;
    font: 12px Arial, sans-serif;
}

fieldset{
border: 1px dashed #666666;
background-color:#FFFFFF;
}
legend{
padding: 0 10px;
font:12px Verdana, Arial, sans-serif;
color:#000000;
background-color: #FFFFFF;
}