@CHARSET "ISO-8859-1";

body {
	background-color: black;
	margin-top: 4px;	
	margin-bottom: 4px;	
	margin-left: 50px;	
	margin-right: 50px;	
	font-family: Arial;
	font-size: 10px;
}

table {
	font-family: Arial;
	font-size: 10px;
	background-color: white;
}

h1 {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 0px;
}

h2 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
}

h3 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}

strong {
	font-weight: bold;
}

p {
	margin: 3px;
	padding: 0px;
}

td {
	text-align: left;
	vertical-align: top;
}

tr {
	text-align: left;
	vertical-align: top;
}

#content_table {
	font-family: Arial;
	font-size: 10px;
	table-layout: fixed;
	background-color: white;
	border-width: 0px;
	padding: 0px;
	background-color: white;
}

#content_div {
	margin: 8px;
	padding-right: 20px;
	margin-right: 20px;
}

#program_table
{
	border-collapse: collapse;
	border-width: 0px;
	border-color: black;
}

#program_table td
{
	padding: 5px;
	margin: 5px;
	border-color: black;
	border-width: 0px;
	border-bottom: solid 1px black;
}

#program_table h4 
{
	
}

