body {
    margin: 0;
    padding: 10px;
}

div.p {
    font-family: Verdana, sans-serif; 
    font-size: 12px;
    margin: 0;
    padding: 10px;
}
div.small {
    font-family: Verdana, sans-serif; 
    font-size: 10px;
}
div.title {
    color: #000066;
    padding-left: 1px;
    font-family: monospace;
    letter-spacing: 2px;
    font-size: 12px;
    line-height: 9px;
    height: 9px;
    margin-bottom: 1px;
}
div.main {
    border: 1px solid #000066;
}

/* Default Style */
div.domMenu_menuBar {
    border: solid #660000;  
    border-width: 1px 0 0 1px;
	background-color: #3399CC; 
}

div.domMenu_menuElement {
    font-family: Arial, sans-serif; 
    font-size: 12px;
    font-weight: bold;
    border: solid #660000;  
    border-width: 0 1px 1px 0;
    background-color: #3399CC; 
    color: #000000;
    text-align: center;
    padding: 3px;
}
div.domMenu_menuElementHover {
	   background-color: #33CCFF;
}

div.domMenu_subMenuBar {
    border: solid #660000;  
    border-width: 1px 1px 2px 1px;
}
div.domMenu_subMenuElement {
    font-family: Arial, sans-serif; 
    font-size: 11px;
    font-weight: bold;
    border: solid #000000;  
    border-width: 1px 1px 0 1px;
    background-color:  #3399CC; 
    color: #FFFFFF;
    padding: 3px;
}

div.domMenu_subMenuElementHeading {
    font-weight: bold;
}
div.domMenu_subMenuElementHover {
    background-color: #33CCFF;
    color: #000000;
}


/