/*  dnms.css

    2006.11.21 - JGS Begin
*/


/*-------------------------------------------------------------------*/
.narrative {
    color:          #700070; 
    font:           normal normal normal 10pt Arial, Helvetica, sans-serif;
    padding:        10px;
    text-align:     justify;
    margin-left:    0px

    }

/*-------------------------------------------------------------------*/
.mainpanel {
    margin-bottom:      0;
    }
/*-------------------------------------------------------------------*/
A.nunlk:link{                   /* usage: <a class=nunlk href=... > */
    text-decoration:    none;
    }
    
A.nunlk:visited {
    text-decoration:    none;
    }

.navbar {
    padding: 5px;
    margin:  0;   
    }

.navbar a:link {
    text-decoration: none;
    color:          black; 
    font:           normal normal normal 8pt Arial, Helvetica, sans-serif;
    }
    
.navbar a:visited {
    text-decoration: none;
    color:          black; 
    font:           normal normal normal 8pt Arial, Helvetica, sans-serif;
    }
    
.navbar a:active {
    text-decoration: none;
    color:          black;
    font:           normal normal normal 8pt Arial, Helvetica, sans-serif;
    background-color: white; 
    }
    
.navbar a:hover {                           /* only in IE */
    text-decoration: none;
    color:          white;
    font:           normal normal normal 8pt Arial, Helvetica, sans-serif;
    background-color: #008000; 
    }
/*-------------------------------------------------------------------*/

.footer {
	margin-top:     5em;
    padding-top:    1em;
	border-top:     1px dashed silver;
    text-align:     center;
    font:           normal 8pt  Arial, Helvetica, sans-serif;
	color:          black;
    }

p    {
	margin-right: 10px;
	margin-left:  10px;
     }	


br  {
     margin-top:     0em;
     margin-bottom: .5em;
    }

ul  {
     margin-top:     .2em;
     margin-bottom:  1em;
    }

li  {
     margin-top:     0em;
     margin-bottom: .2em;
    }

dl  {
     margin-top:    .2em;
     margin-bottom: 0em;
    }

dt  {
     margin-top:     0em;
     margin-bottom: .2em;
    }
dd  {
     margin-top:     0em;
     margin-bottom: .2em;
    }


A:link  {
        text-decoration: none;
        color:           #CC0066;
        font weight:     bold;
        }

A:visited  {
        text-decoration: none;
        color:           #CC0066;
        font weight:     bold;
        }

A:active  {
        text-decoration:   none;
        background-color:  white;
        color:             #CC0066;
        }

A:hover  {
        text-decoration:   none;
        background-color:  white;
        color:             #CC0066;
        }

/*-------------------------------------------------------------------*/

/*------ end of dnms.css ------*/