#program h1
{
	padding		: 0;
	font-family	: Georgia, "Times New Roman", Times, serif;
    font-size	: 24px;
	font-weight	: normal;
	margin	 	: 5px 0 15px 0;
}


#program h2
{
	margin		: 30px 0 10px 0;
	font-family	: tahoma;
	font-size	: 17px;
	font-weight	: normal;
}

#program
{
	font-family: arial,tahoma;
	font-size: 13px
}


table
{
	width	: 95%;
}

table tr td
{
	padding			: 4px 0;
	border-bottom	: 1px solid #ddd;
}

table tr.mouseenter
{
	background	: #F1F2E4;
}

table tr.mouseenter td.col1
{
	font-weight	: bold;
	background	: #F1F2E4 url('../media/images/arrow.gif') right 9px no-repeat;
}

table tr td.col2 div.desc
{
	display		: none;
	padding		: 5px;
	border-left	: 1px solid #ddd;
	margin		: 5px 0 0 0;
	font-style	: italic;
	font-family	: cambria, georgia;
}

table tr td.col1
{
	width			: 130px;
	text-align		: right;
	padding-right	: 20px;
	font-family		: cambria;
}

table tr td.col2
{
	padding			: 4px 100px 4px 5px;
	font-family		: arial;
}

