body
{
	background-color : #2A2A2A;
	background-attachment: fixed;
	font-color: #EDF3C0;
	
	font-family: Verdana;	
	font-size: 11;
 	color: #FFFFFF;
}


.m-top{background-image:url(http://www.ateamguild.com/includes/img/int_02.gif);}
.m-left{background-image:url(http://www.ateamguild.com/includes/img/int_04.gif);}
.m-right{background-image:url(http://www.ateamguild.com/includes/img/int_06.gif);}
.m-bottom{background-image:url(http://www.ateamguild.com/includes/img/int_08.gif);}


.noscroll
{
	overflow-x: scroll; 
	overflow-y: hidden;
}

.contestSubsection					/* standard table for single pixel borders */
 {
 
 	font-family: Verdana;		
 	font-size: 16;
 	color: #FAAB00;
 	letter-spacing: 2;
 	font-weight:bold;
 }


.roster					/* standard table for single pixel borders */
 {
 
 	font-family: Verdana;		
 	font-size: 11;
 	color: #FFFFFF;
 }
 

.note					/* standard table for single pixel borders */
 {
 
 	font-family: Verdana;		
 	font-size: 9;
 }



 .table					/* standard table for single pixel borders */
 {
 	border-width:0;
 	margin-bottom:0;
 	padding:0;
 	cell-spacing:0 px;
 	border-spacing:0px;
 	
 	/*background-color : #000000;*/
 	
 	font-family: Verdana;		
 	font-size: 11;
 	color: #FFFFFF;
 }
 
 A:link.purple{
 	color: #FF0000;
 }
 
 
A:link.nounderline {
  text-decoration: none; 
  font-family: Verdana;
  color: #FFFFFF;
  font-size: 11;
 }
 A:visited.nounderline {
  text-decoration: none; 
  font-family: Verdana;	
  color: #FFFFFF;
  font-size: 11;
 }
 A:hover.nounderline {
  text-decoration: underline;
  color: red;
  font-family: Verdana;	
  font-size: 11;
 }
 
 
 
 
A:link {
  text-decoration: underline; 
  font-family: Verdana;
  color: #FFFFFF;
  font-size: 10;
 }
 A:visited {
  text-decoration: underline; 
  font-family: Verdana;	
  color: #FFFFFF;
  font-size: 10;
 }
 A:hover {
  text-decoration: underline; 
  color: red;
  font-family: Verdana;	
  font-size: 10;
 }
 


 .title {				/* titles for modules */
 
 	letter-spacing: 2;		/* nice spread out letters in titles */
 	font-family: Verdana;		
 	font-size: 10;
 	color: #FAAB00;		       /* font color */
 	vertical-align: middle;		
 	text-transform:none;	/* Makes the first letter of each word capitalized*/
 } 	
 
 
 
  .rosterTitle {				/* titles for class headers in roster */
 
 	letter-spacing: 2;		/* nice spread out letters in titles */
 	font-family: Verdana;		
 	font-size: 14;
 	color: #FAAB00;		       /* font color */
 	vertical-align: middle;		
 	text-transform:none;	/* Makes the first letter of each word capitalized*/
 } 
 
 

 .name {			/* Names, used on contest page */
 	text-transform:capitalize;
 	font-family: Verdana;
 	font-size: 10;
 }

.contestBody {
	font-family: Verdana;
	font-size: 10;	
}

 .menu {				/* titles for the news on index.php and in viewroster.php */
 
 	letter-spacing: 2;		/* nice spread out letters in titles */
 	font-family: Verdana;		
 	font-size: 10;
 	color: #FAAB00;		       /* font color */
 	vertical-align: middle;		
 	text-transform:none;	/* Makes the first letter of each word capitalized*/
 } 	



 
 .button {				/* forum submit buttons */
 	background-color:#324550;
 	border-style: solid;
 	border-width: 1px;
 	border-color: #FFFFFF;
 	color:#FFFFFF;
 }
