.style1 {
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.style2 {
	color: #858585;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style3 {
	color: #858585;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	color: #858585;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	text-decoration: underline;
	color: #858585;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:active {
	text-decoration: underline;
	color: #858585;
	font-weight: bold;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.DataGrid { background-color: #FFFFFF;
    width:100%;
    font-size:10pt;
    font-family:Verdana;
    color: #333366;
    table-layout:fixed;
    border-width:1;
    border-style:solid; 
    
   }

 
.AlternatingItemStyle  {  background-color: #EAEAEF;
	color: #333366;
   }

 
.SelectedItemStyle  {   font-weight: Bold;
   color:#002366;
   background-color:#333366;
   
                    }
                    
.HeaderStyle  {   font-weight: Bold;
   color:#000000;
   background-color:#333366;
                    }
                    
.CategoryStyle  {   font-weight: Bold;
   font-size:14pt;
   font-family:Arial;
   color:#333366;
   background-color:#EAEAEF;
                    }
 .ClubNameStyle  {   font-weight: Bold;
   font-size:10pt;
   font-family:Verdana;
   color:#660000;
                      }                   
 