pre {
	text-indent: 30px
} 

#tabmenu { 
	color: #000; 
	border-bottom: 1px solid black; 
	margin: 12px 0px 0px 0px; 
	padding: 0px; 
	z-index: 1; 
	padding-left: 10px 
} 

#tabmenu li { 
	display: inline; 
	overflow: hidden; 
	list-style-type: none; 
	background:none;
} 

#tabmenu a, a.active { 
	color: #ffffff; 
	background: #000055; 
	font: normal 1em Tahoma, Verdana, Arial, sans-serif; 
	border: 1px solid #000000; 
	padding: 2px 5px 0px 5px; 
	margin: 0px; 
	text-decoration: none; 
	cursor:pointer; 
} 

#tabmenu a.active { 
	background: #990000; 
	border-bottom: 3px solid #990000; 
} 

#tabmenu a:hover { 
	color: #dddddd; 
	background: #990000; 
	border-bottom: 3px solid #990000; 
} 

#tabmenu a:visited { 
	color: #000055; 
} 

#tabmenu a.active:hover { 
	background: #990000; 
	color: #DEDECF; 
} 

#content {
	font: 0.9em/1.1em Tahoma, Verdana, Arial, sans-serif; 
	text-align: justify;
	color: #ffffff;
	background: #990000; 
	padding: 20px; 
	border: 1px solid black; 
	border-top: none; 
	z-index: 2; 
} 

#content a { 
	text-decoration: none; 
	color: #000055; 
} 

#content a:hover { 
	background: #aaaaaa; 
} 

.CoachBullets {
  margin-left: 20px;
  padding: 0px;
}
.CoachBullets li {
  background: url(../Images/BulletPoint1.png) no-repeat;
  list-style: none;
  padding: 0 20px 0 16px;
  margin: 4px 0;
  font-size: 0.8em;
}
