/* CSS Document */
.bodyhead { 
 font: 17px Arial, Helvetica, sans-serif; 
 font-weight:bold;
 color: #ffffff; 
 margin-right: 0px; 
 text-decoration: none;
}
.bodytext { 
 font: 14px Helvetica, sans-serif,;  
 color: #cccccc; 
 margin-right: 0px; 
 text-decoration: none;
} 
.bodytext2 { 
 font: 14px Helvetica, sans-serif,;  
 color: #ff9900; 
 margin-right: 0px; 
 text-decoration: none;
} 
.bodytext a:link {
	color: #ff9900;
	}
	
.bodytext a:visited {
	color: #ff9900;
	}
.bodytext a:hover {
	text-decoration: none;
	color: #666666;
	}
.bodytext a:active {
	color: #ff9900;
	}
.bodytextbl { 
 font: 15px Arial, Helvetica, sans-serif; 
  background-image: url(http://www.sincitysuckers.com/images/innerpage_02.gif);  
 color: #000000; 
 margin-right: 0px; 
 text-decoration: none;
} 
.smalltext { 
 font: 9px Arial, Helvetica, sans-serif; 
 color: #000000; 
 margin-right: 0px; 
 text-decoration: none;
} 
.medtext { 
 font: 11px Arial, Helvetica, sans-serif; 
 color: #000000; 
 margin-right: 0px; 
 text-decoration: none;
 
} 
.medtext2 { 
 font: 11px Arial, Helvetica, sans-serif; 
 color: #000000; 
 margin-right: 0px; 
 
} 
.medtext2 a:link {
	color: #660000;
	 text-decoration: none;
	}
	
.medtext2 a:visited {
	color: #333333;
	 text-decoration: none;
	}
.medtext2 a:hover {
	text-decoration: none;
	color: #666666;
	}
.medtext2 a:active {
	color: #ffffff;
	 text-decoration: none;
	}
.medtextw { 
 font: 11px Arial, Helvetica, sans-serif; 
 color: #FFFFFF; 
 margin-right: 0px; 
 text-decoration: none;
 
} 
a.medtextw:link    {
  /* Applies to unvisited links of class medtextw */
  text-decoration:  none;
  color:            #ffffff;
  } 
a.medtextw:visited {
  /* Applies to visited links of class medtextw */
  text-decoration:  none;
  color:            #ffffff;
  } 
a.medtextw:hover   {
  /* Applies to links under the pointer of class medtextw */
  text-decoration:  underline;
  color:            #ffffff;
  } 
a.medtextw:active  {
  /* Applies to activated links of class medtextw */
  text-decoration:  underline;
  font-weight:      bold;
  background-color: black;
  color: white;
  } 
