body {
font-family: Verdana, Helvetica, sanserif;
font-size: .9em;
background-color: #b4d7fa;
color: #000000;
margin: 0;
padding: 0;
}

a:link {
background-color: #ffffff;
color: #003399;
text-decoration: none;
font-weight: bold;
}

a:visited {
background-color: #ffffff;
color: #663399;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #9901f0;
text-decoration: none;
font-weight: bold;
}

a:active {
background-color: #003399;
color: #ffcc33;
text-decoration: none;
font-weight: bold;
}

a.link img {
border-style: none;
}

a.visited img {
border-style: none;
}

p {
font-family: Verdana, Helvetica, sanserif;
font-size: .9em;
}

ul {
list-style type: square;
font-family: Verdana, Helvetica, sanserif;
font-size: .9em;
}

dl {
font-family: Verdana, Helvetica, sanserif;
font-size: .9em;
}

ol {
font-family: Verdana, Helvetica, sanserif;
font-size: .9em;
}

h1 {
font-size: 1.6em;
font-weight: bold;
text-align: center;

}

h2 {
font-size: 1.3em;
font-weight: bold;
text-align: center;
}

h3 {
font-size: 1em;
font-weight: bold;

}

h4 {
font-size: 1em;
font-weight: bold;
background-color: #ffff99;
}

em {
font-style: italic;
font-weight: normal;
}

strong {
font-style: normal;
font-weight: bold;
}

.image_cell {
background-color: #dceaf9;
padding: 0;
}

.image_cell a {
background-color: #dceaf9;
}


.text_cell {
background-color: #ffffff;
padding: 5px 20px 0 25px;

}

.nav_cell {
padding: 5px 20px 0 25px;
background-color:#ffffff;
}

.nav_cell a {
background-color: #ffffff;
}


.highlight {
background-color: #ffffcc;
border: 1px #336699 solid;
padding: 5px;
}

.highlight a {
background-color: #ffffcc;
}

.highlight a:hover {
background-color: #ffffcc;
}

.indent {
margin: 10 px 20px 10px 20px;
}


.red {
color: #CC0033;
}

.floatright {
float: right;
margin-left: 10px;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;}

.floatleft {
float: left;
margin-left: 0;
margin-right: 10px;
margin-top: 0;
margin-bottom: 0;}

.clear {
clear: all;
}
