/* CSS Document */

td{
font-size:smaller;
line-height:normal;
}
.large{
font-size:larger;
}
.small{
font-size:xx-small;
}
.red{
color:#c00;
}
#sche td,.blue{
color:#339;
}
.white{
color:#fff;
}
.pink{
color:#f69;
}
.yellow{
color:#ffd254;
}
#sche{
border-top:1px solid #3a3f7a;
border-right:1px solid #3a3f7a;
}
#sche td{
background-color:#fff;
padding:3px;
border-bottom:1px solid #3a3f7a;
border-left:1px solid #3a3f7a;
}
#sche th{
background-color:#3a3f7a;
color:#fff;
text-align:center;
padding:3px;
border-bottom:1px solid #3a3f7a;
border-left:1px solid #3a3f7a;
}