#content{
	margin:0;
}

a { 
   color: #005dab; 
   font-weight: bold; 
   text-decoration: underline
}

a:visited { 
   color: #005dab; 
   font-weight: bold; 
   text-decoration: underline
}

a:hover { 
   color: #7F7B79; 
   font-weight: bold; 
   text-decoration: underline
}

body, li, table { 
   font-family: Arial, Helvetica, Verdana; 
   font-size: 10pt; 
   text-align: Justify; 
}

h1 { 
   font-family: Arial, Helvetica, Verdana; 
   font-size: 14pt; 
   font-weight: bold; 
}

h2 { 
   font-family: Arial, Helvetica, Verdana; 
   font-size: 12pt; 
   font-weight: normal; 
}

p { 
   font-family: Arial, Helvetica, Verdana; 
   font-size: 10pt; 
   text-align: Justify; 
}

#UtButton a {
   background-image: url(/_images/hockeypuck.gif);
   color: red;
   display: block;
   font-family: Arial,Helvetica; 
   font-size: 10pt;
   font-weight: bold;
   padding: 6px 4px 0px 4px;
   text-align: center;
   text-decoration: none;
   width: 100%;
   height:43px;
   
}

#UtButton a:hover {
   background-image: url(/_images/hockeypuck2.gif);
   color: #fff;
   text-align: center;
   width: 100%;
}

#UtButton li { 
   margin: 0 0 0 0; 
   width: 85px;

 }

#UtButton ul {
   margin: 0;
   padding: 3px;
   list-style-type: none;
}

.game {
	color:red;
}

.selected{
	background-image: url(/_images/hockeypuck2.gif);
   color: #fff;
   text-align: center;
   width: 100%;
}

.notselected{
   background-image: url(/_images/hockeypuck.gif);
   color: red;
   display: block;
   font-family: Arial,Helvetica; 
   font-size: 10pt;
   font-weight: bold;
   padding: 6px 4px 0px 4px;
   text-align: center;
   text-decoration: none;
   width: 100%;
   height:43px;
}