/* CSS Document */

*{
	margin:0;
	padding:0;
}

body,td,th {
	font-size: 90%;
	line-height: 140%;
	margin-left: 5px;
}

img{
border:none;
}
.clear{
clear:both;
}
body {
	background-image: url(menu/bg.gif);
}

.txt-r {
	color:#c00;
}

table.style01 {
	border-collapse: collapse;
	width:100%;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	margin:10px 0px;
}

table.style01 th {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#FFF7FF;
}

table.style01 td {
	padding:3px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

table.style01 td.course {
	text-align: center;
	font-size: 200%;
	font-weight: bolder;
	color:#B6B6B6;
}