/* CSS Document */

body {
	margin: 0px;
	background-image: url(/images/bg_left_side.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	color: #334587;
	font-size: 18px;
	padding-top: 5x;
	padding-bottom: 15px;
}

h2 {
	color: #334587;
	font-size: 16px;
	font-style: italic;
}

p, td {
	font-size: 12px;
}

table.schedule {
	width: 100%;
	border: 1px solid #000000;
	border-collapse: collapse;
}
.schedule td {
	padding: 4px;
	border: 1px solid #000000;
}

.goalie-shooting th
{
	font-size: 12px;
	background-color: #cccccc;
}

.goalie-shooting td 
{
	background-color: #F2F2F2;
}

.blue14 {
	font-size: 14px;
	font-weight: bold;
	color: #334587;
}

.header_text {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	padding: 0px;
	color: #ffffff;
}


.header_text a {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	padding: 0px;
	color: #ffffff;
	text-decoration: none;
}

.header_text a:hover {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	padding: 0px;
	color: #ffffff;
	text-decoration: underline;
}

.footer_text {
	font-size: 10px;
	font-weight: bold;
}
