#body ul.plans
	{
	width: 456px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin: auto;
	display: block;
	}

#body ul.plans li
	{
	display: inline
	}

#body ul.plans a
	{
	text-decoration: none;
	display: block;
	background: #6ada5f url(../images/bg_plans.jpg) top left no-repeat;
	color: #fff;
	font-weight: bold;
	width: 150px;
	border: 1px solid #fff;
	float: left;
	text-align: center;
	padding: 6px 0px 6px 0px
	}

#body ul.plans a:hover
	{
	color: #0f0
	}

#body .schedule
	{
	width: 450px;
	margin: auto;
	border-collapse: collapse;
	margin-top: 20px;
	}

#body .schedule th	
	{
	text-align: left;
	background-color: #060;
	color: #fff;
	padding: 8px;
	}

#body .schedule td
	{
	border: 1px solid #ddd;
	padding: 6px;
	vertical-align: top;
	}

#body .schedule td.head
	{
	background-color: #cfc;
	font-weight: bold;
	}

#body .schedule td.time
	{
	background-color: #fc0;
	}

#body .schedule td.downloads
	{
	background: #fe0 url(../images/bg_download.jpg) center right no-repeat;
	font-weight: bold;
	text-align: right;
	color: red;
	padding-right: 40px;
	}

#body .schedule td.comment
	{
	height: 120px;
	}

#body .schedule h4
	{
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	}

#body .schedule p
	{
	padding: 0px
	}

#body .schedule h3
	{
	padding: 0px;
	margin: 0px;
	color: #f60;
	}

#body .schedule ul
	{
	padding: 6px;
	margin: 0px 12px 12px 12px;
	}

#body .schedule li
	{
	text-indent: 0px;
	/*border: 1px solid green;*/
	padding: 0px 0px 3px 0px;
	margin: 0px;
	}

#body .schedule td a
	{
	/*display: block;
	padding: 6px 34px 7px 34px;
	background: transparent url(../images/download.jpg) no-repeat bottom left;
	text-decoration: none;*/
	font-weight: bold;
	color: blue
	}


#body .schedule a.print
	{
	text-align: right;
	display: block;
	margin: 0px 12px 0px 34px;
	padding: 6px 34px 4px 4px;
	background: transparent url(../images/printer.jpg) no-repeat bottom right;
	text-decoration: none;
	font-weight: bold;
	color: blue
	}

ul.pdfs
	{
	list-style: none;
	margin-bottom: 12px
	}

ul.pdfs li
	{
	padding: 0px 0px 8px 0px
	}

ul.pdfs img
	{
	float: left;
	}

ul.pdfs a
	{
	text-decoration: none;
	color: blue;
	}

ul.pdfs a:hover
	{
	color: red
	}

#body .schedule em
	{
	color: red;
	font-weight: bold;
	font-style: normal
	}