/* CSS Document */
h1 {
	color:#000000;
}
h2 {
	color:#BBCFD1;
}
p a {
	color:#BBCFD1;
	text-decoration:none;
}
p a:hover {
	color:#BBCFD1;
	text-decoration:none;
}
.contentPageLinks li {
	background:transparent url(/img/trainerPackBulletPoint.gif) no-repeat left 1px;
	padding-left:13px;
}
.contentPageLinks li a:hover {
	color:#BBCFD1;
}
#content {
	border:3px solid #BBCFD1;
}
.richTextContent h1 {
	color:#BBCFD1;
}
.richTextContent li {	
	background:transparent url(/img/trainerPackBulletPoint.gif) no-repeat left 1px;
}
#content li strong {	
	color:#BBCFD1;
}
/* -- Corners -- */
.corner {
	width:11px;
	height:11px;
	display:block;
	position:absolute;
}
#tl {
	background:transparent url(/img/corners/TP-LBlue-TL.gif) no-repeat 0 0;
	top:-3px;
	left:-3px;
}
#tr {
	background:transparent url(/img/corners/TP-LBlue-TR.gif) no-repeat 0 0;
	top:-3px;
	right:-3px;
}
#br {
	background:transparent url(/img/corners/TP-LBlue-BR.gif) no-repeat 0 0;
	bottom:-3px;
	right:-3px;
} * html #br {
	bottom:-6px;
}
#bl {
	background:transparent url(/img/corners/TP-LBlue-BL.gif) no-repeat 0 0;
	bottom:-3px;
	left:-3px;
} * html #bl {
	bottom:-6px;
}