body, td, p, input, button, textarea, select, .c1 { font-family:Tahoma; font-size:9pt; color:#222222; }

a:link, a:visited, a:active { text-decoration:none; color:#466C8A; }
a:hover { text-decoration:underline; }

a.menu:link, a.menu:visited, a.menu:active { text-decoration:none; color:#454545; }
a.menu:hover { text-decoration:none; }

.member { font-weight:bold; }
.guest  { font-weight:normal; }

.lh { line-height: 150%; }
.jt { text-align:justify; }

.li { font-weight:bold; font-size:18px; vertical-align:-4px; color:#66AEAD; }

.ul { list-style-type:square; color:#66AEAD; }

.ct { font-family: Verdana; color:#222222; } 

.ed { border:1px solid #CCCCCC; } 
.tx { border:1px solid #CCCCCC; } 

.small { font-size:8pt; font-family: Verdana; }

/* Edula Specific */
.block-title { font-size: 12pt; font-family: Tahoma; font-weight: bold; }
.body-title { color:white; font-size: 12px; font-family: Tahoma; }
.title { font-size:12pt; font-family: Verdana; font-weight: bold; }
.subtitle {font-size: 10pt; font-family: Verdana; font-weight: bold; }
.block { font-size: 8pt; font-family: Tahoma; }
.code {
        font-family: courier;
        /* background-color: whitesmoke; */
        background-color: #FFFFCC;
        border: 1px dotted orange;
	margin: 10px 10px 10px 10px;
}

.indentmenu{
font: bold 11px Arial;
width: 100%; /*leave this value as is in most cases*/
height: 28px;
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: none; /*dark purple border*/
border-width:  0;
background: #548ABB url(/images/common/bg_mainMenu.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 15px;
font-size:9pt;
text-decoration: none;
font-weight: bold;
border-right: 1px solid #ffffff; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
text-decoration: none;
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: #548ABB url(/images/common/bg_mainMenu_on.gif) center center repeat-x;
}



