body
{
	color: #000000;
	padding: 0;
	font: 20px/1.1 Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color: #149100;

}

a img { 
	border: 0; 
}
img {
padding:0;
margin:0;
}

div, p, th, td, form, select, textarea, input { 
	font: 11px/1.1 Tahoma, Verdana, Arial, Helvetica, sans-serif; 
}

a {
	font-weight: bold;
	color: #FFFFFF;

	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}

a.left {
        font-size:120%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.left:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: overline underline;
}

a.game {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.game:hover {
	font: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: overline underline;
}
	
h2 {
	font-size: 16px;
	font-weight: bold;
}

h3, h4, h5, h6 {
	font-size: 11px;
	font-weight: bold;
}


/* Below are utility classes, we can use them to control appearance of individual elements */
.logo {
	background-color: #f1f1f1;
	border: 0;
}

.banner {
}

.border1 {
}

.border2 {
	border-width: 1px;
	border-color: silver;
	border-style: solid;
}
/*- Menu Tabs C--------------------------- */

    #tabsC {

      width:100%;
      background:#149100;
      font-size:140%;
      line-height:normal;
      }
    #tabsC ul {
	margin:0;
	padding:10px 100px 0 0px;
	list-style:none;
      }
    #tabsC li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsC a {
      float:left;
      background:url("tableftC.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsC a span {
      float:left;
      display:block;
      background:url("tabrightC.gif") no-repeat right top;
      padding:5px 10px 4px 6px;
      color:#464E42;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsC a span {float:none;}
    /* End IE5-Mac hack */
    #tabsC a:hover span {
      color:#FFF;
      }
    #tabsC a:hover {
      background-position:0% -55px;
      }
    #tabsC a:hover span {
      background-position:100% -55px;
      }  

