h1 {
	color: white;
	margin-top: 10px;
	margin-bottom: 5px;
	font-style: italic;
	font-size: x-large;
}

table.bar {
	border-width: 0px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #0C609B;
	border-collapse: separate;
	-moz-border-radius: 12px 12px 12px 12px;
}

th.bar {
	text-align: center;
	border-width: 1px 1px 0px;
	border-style: solid solid solid solid;
	border-color: #0C609B;
	border-collapse: collapse;
	background-color: #0C609B;
	-moz-border-radius: 12px 12px 0px 0px;
}

tr.bar {
	background-color: #0C609B;
	border-collapse: collapse;
	border-width: 1px;
}

td.bar {
	text-align: center;
	white-space: nowrap;
	border-style: none;
	border-collapse: collapse;
	background-color: #3C80CB;
	font-weight: bold;
	-moz-border-radius: 12px 12px 0px 0px;
}

td.bar:hover {
	background-color: #CE0200;
}

td.barsel, td.barsel:hover {
	padding: 3px 3px 3px;
	border-width: 0px 1px 0px;
	border-color: white;
	border-style: solid;
	background-color: white;
}

td.bar a {
	display: block;
	text-decoration: none;
	font-size: small;
	padding: 8px 5px 2px;
}

td.bar a:link, td.bar a:visited {
	color: #DDDDDD;
	text-decoration: none;
}

td.bar a:hover, td.bar a:active {
	color: white;
	text-decoration: none;
	#background-color: #CE0200; /* ie fix; ignored by firefox */
}

p {
	line-height: 140%;
	padding: 10px;
	font-size: small;
	margin-top: 4px;
	margin-bottom: -10px;
}

p img {
	margin-bottom: -5px;
	padding: 0px;
}

ul {
	line-height: 140%;
	font-size: small;
}

li {
	padding-top: 10px;
}

a, a:link, a:visited {
	color: #0C609B;
	text-decoration: underline;
}

a:hover, a:active {
	color: #CE0200;
	text-decoration: none;
}


	
	