A:link {
color: #123b76;
font-weight: bold;
text-decoration: underline;
}
A:visited {
color: #123b76;
font-weight: bold;
text-decoration: underline;
}
A:hover {
color: #2c7408;
font-weight: bold;
text-decoration: none;
}
A:active {
color: #2c7408;
font-weight: bold;
text-decoration: none
}

body {
background-color: #c0c0c0;
background-repeat: repeat-x;
margin-left: 0;
margin-top: 0;
font-size: 9pt;
font-family: verdana, arial, helvetica, sans-serif;
color: #000000;

scrollbar-face-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-highlight-color: #2c7408;
scrollbar-shadow-color: #2c7408;
scrollbar-arrow-color: #2c7408;
}

table {
font-size:9pt;
font-family: verdana, arial, helvetica, sans-serif;
background-color: #FFFFFF;
}

ul {
list-style-image: url(layout/bullet.gif);
}