.style01 {font-size: 0.85em}
.style02 {font-size: 1.1 em}
.style03 {font-size: 1.35em}
.style04 {font-size: 1.5em}
.style05 {font-size: 1.6em}
.style06 {font-size: 1.8em}
.style07 {font-size: 1.85em}
.style08 {font-size: 2.35em}
.style09 {font-size: 2.6em}
.style10 {font-size: 9pt}
.style11 {font-size: 10pt}
.style12 {font-size: 12pt}

.style01b {font-size: 0.85em;font-weight: bold}
.style02b {font-size: 1.1 em;font-weight: bold}
.style03b {font-size: 1.35em;font-weight: bold}
.style04b {font-size: 1.5em;font-weight: bold}
.style05b {font-size: 1.6em;font-weight: bold}
.style06b {font-size: 1.8em;font-weight: bold}
.style07b {font-size: 1.85em;font-weight: bold}
.style08b {font-size: 2.35em;font-weight: bold}
.style09b {font-size: 2.6em;font-weight: bold}
.style10b {font-size: 2.em;font-weight: bold}
.style11b {font-size: 1.6em;font-weight: bold;color:rgb(140,140,140)}


.link1:hover 
{
  background-color:rgb(228,228,228);
  color: red;
}

.link2:hover	{
					background-color:rgb(250,180,160);
    color: green;
					}

.link3:link {color: red}
.link3:visited {color: red}

.link4:link {color: rgb(240,250,150)}
.link4:visited {color: rgb(240,250,150)}

.link4:hover	{
					background-color:#99CC99;
      color: blue;
					}

.imggen {
margin-right: 25px;
margin-left: 5px;
margin-bottom: 5px;
float: left;
z-index: 1001;
}

.imgsayi {
margin-right: 5px;
margin-bottom: 5px;
float: left;
z-index: 1001;
border: 0px
}

.imgsayi:hover { color: red;}


.transparent  
{   
   filter:alpha(opacity=60);    
   -moz-opacity: 0.6;    
   opacity: 0.6;    
}

.content_main
{
  filter: alpha (opacity=70);
   -moz-opacity: 0.7;    
   opacity: 0.7;    
  margin:0;
  cellpadding: 10;
  background-color: rgb(55,15,15); 
}

.content
{
  filter: alpha (opacity=55);
   -moz-opacity: 0.6;    
   opacity: 0.6;    
  margin:0;
  cellpadding: 10;
  background-color: rgb(55,15,15); 
}



.trans_box2 {

  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/bg.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url(images/bg.png);
}