@charset "utf-8";
/* CSS Document */

body {
	background-color: #004B8E;
	text-align: left;

}
a:link {
	color: #F60;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F60;
}
a:hover {
	text-decoration: underline;
	color: #F93;
}
a:active {
	text-decoration: none;
	color: #F93;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #004B8E;
	text-align: left;
	padding-left: 20px;
}

h3 { 
color: #F60;
font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	padding-left: 20px;
	}
	
</style>
page_text {
	text-align: left;
}
tr {
	text-align: left;
}
.outline {
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	color: #004B8E;
	padding-left: 20px;
}

.p {
	text-align: left;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #004B8E;
}
.p_bold {
	font-weight: bold;
}
.p .p {
	font-weight: normal;
}
.p {
	font-weight: normal;
}

#content {
padding: 0 30px 0 0;
}

.pool_title {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding: 5px 5px 5px 5px;
	font-weight:bold;
}

.team_name {
	color: #00349a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	padding: 5px 5px 5px 5px;
}

.expandable {
    width: 586px;
	padding: 6px;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #00349a;
	background: url(../images/arrow_up.gif) no-repeat 580px 8px #d1d8ea;
}

.expandable:hover {
    width: 586px;
	padding: 6px;
	background: url(../images/arrow_over.gif) no-repeat 580px 8px #00349a;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #fff;
	cursor: pointer;
}

.categoryitems {
	background-color: #fff;
	width: 595px;
	
}

.openheader{
    background: url(../images/arrow_over.gif) no-repeat 580px 8px #00349a;
	color: #fff;
}
