body {
    margin-top:    30px;
    margin-left:   30px;
    margin-right:  30px;
    margin-bottom: 30px;
    background-color: #d2ace6;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 16px;
}

a {
    color: #660099; 
    text-decoration: none;
    font-weight: bold;
}
  
a.visited	{ 
    color: #660099; 
    background; #D2ACE6; 
}

a.active      { 
    color; #660099; 
    background; #D2ACE6; 
}
 
p {
    font-size: 14px;
    color: #4f2266;
    text-align: justify;
}

p.quote {
    font-size: 12px;
    color: #aa66cc;
    text-align: right;
    font-style: italic;
}

td { text-align: left;
}

td.title_cell, td.menu_cell, td.main_cell, td.news_cell, td.footer_cell {
    padding: 0;
    border: 0;
}

td.menu_cell ul {
    width: 100%;
}

td.menu_cell ul, td.menu_cell li {
    display: inline;
    margin: 0;
    list-style: none;
}

td.menu_cell li li {
    display: none;
}

td.menu_cell li.xsm_menu_item a, td.menu_cell li.xsm_menu_item_selected a {
    padding: 5px 20px;
}
td.menu_cell li.xsm_menu_item_selected a { 
    color: #d2ace6;
    background: #aa66cc; 
    width: 90px;
    height: 30px;
    border-right: 10px;
    border-color: #d2ace6;
    font-size: 18px;
    text-align: center;
}

td.menu_cell li.xsm_menu_item a { 
    background: #660099;
    color: #aa66cc;
    border-right: 10px;
    border-color: #d2ace6;
    width: 90px;
    height: 30px;
    font-size: 18px;
    text-align: center;
}

td.menu_cell a, a:visited, a:active {
    color: #aa66cc;
}

TD.message	{ 
    border: 1px solid #660099; 
    border-bottom: 0px solid #660099; 
}

TD.message2	{ 
    border: 1px solid #660099; 
    border-top: 1px dashed #660099; 
    border-right: 0px solid #660099; 
}

TD.message3	{ 
    border: 1px solid #660099; 
    border-top: 1px dashed #660099;
    border-left: 0px solid #660099; 
}

td.top {
   vertical-align: top;
}

.xsm_menu_item {
   font-size: 12px;
   list-style: none;
}

.side_menu {
  padding-right: 15px;
  width: 150px;
  vertical-align: top;
}