A:link {
font-family:Arial,Helvetica,Geneva,Sans-Serif;
color:Navy;
font-weight:700;
text-decoration:none;
}

A:hover {
font-family:Arial,Helvetica,Geneva,Sans-Serif;
text-shadow: 0px 0px 1px black;
}

A:visited {

color:#000;
text-decoration:none;
}

BODY {
font-style:normal;
font-weight:400;
font-size:11pt;
font-family:Arial,Helvetica,Geneva,Sans-Serif;
margin-left:10px;
}

li {
font-family:Arial,Helvetica,Geneva,Sans-Serif;
font-size:medium;
line-height:16px;
margin-bottom:8px;
}

BLOCKQUOTE {
font-family:Arial,Helvetica,Geneva,Sans-Serif;
}

#body-norm {
width:800px;
float:left;
padding:10px;
}

@media print {
.no-print, .no-print *
	{
	display: none;
	}
}

#schedule {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    width: 700px;
    background-color: #F0F0F0;
    padding: 0.5em;
}
#schedule h3 {
    color: #0000FF;
    text-align: center;
}
#schedule dl {
    padding: 0.5em;
}
#schedule dt {
    font-weight: 500;
    font-style: italic;
    float: left;
    clear: left;
    width: 20%;
    text-align: right;
    padding: 0 0 0.2em 0;
}

#schedule dd {
    font-weight: bold;
    text-align: left;
    width: 70%;
    margin: 0 0 0 9ch;
    padding: 0 0 0.2em 0;
}
#schedule ul {
    font-weight: normal;
    margin: 0 0 0 2ch;
    padding: 0 0 0.2em 0;
    list-style-type: circle;
}
#schedule strong {
    color: #0000FF;
}
#schedule .no_weight {
    font-weight: normal;
}
#footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    width: 700px;
    font-weight: 500;
    font-style: italic;
    color: #0000FF;
    padding: 0.5em;
}