a:link { color: blue; }
a:visited { color: blue; }
a:hover { color: blue; text-decoration: none; }
a:active { color: blue; text-decoration: none; }

html {
background-color: #4d8479;

}

body {

}

#doc {
border-top-width: 3px;
border-top-color: #bee9d8;
border-top-style: solid;
border-bottom-width: 3px;
border-bottom-color: #bee9d8;
border-bottom-style: solid;
}

#hd {
padding-top: 1em;
padding-bottom: 1em;
background-color: #004039;
text-align: center;
border-bottom-width: 3px;
border-bottom-color: #4d8479;
border-bottom-style: solid;
}

#bd {
background-color: #ffffff;
padding: 0em 1em 2em 1em;
}

#yui-main {

}

#primary {
border-right-width: 1px;
border-right-color: #bee9d8;
border-right-style: dotted;
padding-right: 1em;
}

#secondary {

}

#ft {
color: #a1cfc0;
font-size: 85%;
padding: 1.5em 1em 1.5em 1em;
background-color: #004039;
border-top-width: 3px;
border-top-color: #4d8479;
border-top-style: solid;
text-align: center;
}

h1 {
color: #225e56;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #bee9d8;

}

th,td {

}

table {

}

h2,h3,b {

}

p {
color: #004039;
}

p.ft {
color: #ffffff;
}