/* CSS Document */

body {
	background-color: #333333;
	background-attachment: scroll;
	background-image: url(images/page_br.jpg);
	background-repeat:repeat-y;
	background-position: center top;
}
td {
	font-family:"Lucida Grande", Lucida, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
a:link {
	font-family: Arial;
	font-size: 14px;
    text-decoration: underline;
	color: #666666;
}
a:visited {
	font-family: Arial;
	font-size: 14px;
	color: #666666;
	text-decoration: underline;
}
a:hover {
	font-family: Arial;
	font-size: 14px;
	color: #666666;
	text-decoration: underline;
}
a:active {
	font-family: Arial;
	font-size: 14px;
	color: #666666;
	text-decoration: underline;
}
td.content {
	background-image: url(images/content_body_top.gif);
	background-attachment:scroll;
	background-position:top;
	background-repeat:repeat-x;
	background-color: #cccccc;
}
td.body_left {
	background-image: url(images/body_left.jpg);
	background-attachment:scroll;
	background-position:top;
	background-repeat:repeat-y;
}
td.body_right {
	background-image: url(images/body_right.jpg);
	background-attachment:scroll;
	background-position:top;
	background-repeat:repeat-y;
}
td.top_rotate {
	background-image: url(images/blank_rotate.jpg);
	background-attachment:scroll;
	background-position:top;
	background-repeat:no-repeat;
}
td.schedule_header {
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	background-color:#333333;
}
td.schedule_content {
	font-family: verdana;
	font-size: 10px;
	color:#000000;
}
.content table tr td table tr td table .schedule_header .schedule_header div {
	font-size: 14px;
}
.content table tr td table tr td table {
	font-size: 9px;
}

