body {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 9pt;
}

body a {
    color: #006600;
}

body a:visited {
    color: #666666;
}

h2 {
    font-size: 12pt;
}

.banner {
    background-image: URL('images/datagrid-banner-back.gif');
    line-height: 77px;
    width: 1000px;
}

.nav {
    background-color: #CCCCCC;
    width: 1000px;
}

.logo {
    text-align: left; 
    color: #006600; 
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: bold; 
    font-size: 24pt;
}

.content {
    background-color: #EEEEEE; 
    width: 978px; 
    border-right: solid 3px #CCCCCC; 
    border-left: solid 3px #CCCCCC; 
    border-top: solid 3px #CCCCCC;
    padding: 8px;
    background-image: URL('images/datagrid-page-back.gif');
    background-repeat: repeat-x;
}

.datagrid {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 9pt;
}

.datagrid th a{
    color: #006600;
    text-decoration: none;
}

.datagrid th a:hover{
    text-decoration: underline;
}

.datagrid th a:visited{
    color: #006600;
    text-decoration: none;
}

.datagrid td {
    padding: 2px;
}

.footer {
    color: #666666;
    background-color: #CCCCCC;
    padding: 2px;
    width: 996px;
}
