/*
** -------------------------------------------------
** 
**   Main.css
**
**   Author: Michael F. S. Christensen
**
**   Valid CSS2 stylesheet (www.w3c.org)
**
** -------------------------------------------------
*/
    
body {
	margin: 0;
	padding: 0px 2px 5px 5px;
	/* background: #dedede; */
	background: transparent;
	
	/* background-image : url(../horiz_dots.gif);
	background-repeat : repeat;*/
}

div.menugradient {
/*     background: #F2F0EA; */
    background: #F0F8FF;
    width:100%;
    border-bottom: 1px solid #F5F5F5;
}

div.bar {
    border-bottom: 1px solid #D8D2BD;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 5px;
    cursor: default;        
}
/*
#search {
    position: absolute;
    top: 0;
    right: 5px;        
    font-family: tahoma, verdana, arial, sans-serif;
    font-size: 11px;
}

#search input,
#search select {
    font-family: arial, verdana, sans-serif, georgia, tahoma;
    font-size: 12px;
    margin-top: 4px;
}
#bodytext {
    position: absolute;
    top: 120;
    left: 20px;        
    font-family: tahoma, verdana, arial, sans-serif;
    font-size: 11px;
}
 p { 
    font-family:  arial, verdana, sans-serif, georgia, tahoma; 
    font-size: 11px; 
    margin: 1em; 
} )/