
body {
        background-image: url(images/bg.gif);
        background-repeat: repeat;
}

/* CSS Document */
/*basic html styles*/
 
p, h1, h2, h3, h4, h5, em, li, dd, td {
        font-family: Arial, Helvetica, sans-serif;
}

h6 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}

a, a:link, a:visited {
}

table#dc_body {
        background-color: #F6F8F9;
}

/*table#dc_logo{
		border-right-width: 1px;
		border-left-width: 1px;
		border-right-style: solid;
		border-left-style: solid;
		border-right-color: #000000;
		border-left-color: #000000;
}*/

#sidebarMenu {
        position: relative;
        margin-right: 10px;
        padding: 10px 15px 0px 15px;
        border-right: dotted 1px rgb(200,200,200);
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 18px;
        color: #000;
}

#sidebarMenu a.head {
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
}

#sidebarMenu a.sblink {
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
}

#sidebarMenu a:link {
        text-decoration: none;
        color: rgb(0,26,65);
        outline: 0;
}

#sidebarMenu a:visited {
        text-decoration: none;
        color: rgb(0,26,65);
        outline: 0;
}

#sidebarMenu a:hover {
        color: rgb(0,153,204);
        outline: 0;
        border-bottom: 1px dotted;
}

