body { font-family: Arial, Trebuchet MS, helvetica, sans-serif;
       font-size: 13px;
       color: black;
       background-color: white;
       padding: 0px;
       margin: 0px; }

a.mail { text-decoration: none; }

a { color: #0000ff }
a.visited { color: #666666 }

p { font-family: Arial, Trebuchet MS, helvetica, sans-serif;
    font-size: 13px;
    color: #666666;
    margin-left: 10px; }

h1 { color: #ff9900;
     font-weight: Bold;
     margin-left: 10px; }

h3 { color: #666666;
     font-weight: bold;
     font-size: 15px;
     margin-bottom: 5px; }

.emp { color: #EE9236;
       font-weight: bold; }
       
p.body { width: 500px;
	 margin-left: 10px; }
	 

/* menu buttons */
	 	 
div.mnubtnleft { width: 96px;
	      height: 22px;
	      cursor: pointer;
	      background: url('images/menu/cold_btn_left.png'); }

div.mnubtnleft:hover { background: url('images/menu/hot_btn_left.png'); }

div.mnubtnmiddle { width: 96px;
	      height: 22px;
	      cursor: pointer;
	      background: url('images/menu/cold_btn_middle.png'); }

div.mnubtnmiddle:hover { background: url('images/menu/hot_btn_middle.png'); }

div.mnubtnright { width: 96px;
	      height: 22px;
	      cursor: pointer;
	      background: url('images/menu/cold_btn_right.png'); }

div.mnubtnright:hover { background: url('images/menu/hot_btn_right.png'); }

span.mnubtntext { position: relative;
               top: 3px;
	       left: 4px;
	       color: black;
	       font-weight: bold;
	       text-decoration: none;
	       font-size: 13px; }
	       
/* menu definitions */
	       	       
    div.menu { background-color: #f6911f;
               width: 120px;
	       padding: 3px;
	       font-family: Arial, Trebuchet MS, helvetica, sans-serif;
	       font-size: 13px;}
	       

    div.menu:hover { background-color: #ffb13f;
               width: 120px;
	       padding: 3px; }

    div.menucontainer { visibility: hidden;
                        background-color: #f6911f;
			width: 126px;
			position: absolute;
			top: 85px;
			border: 1px solid #d04000;
			cursor: pointer; }

    div.submenu { background-color: #f6911f;
               width: 370px;
	       padding: 3px;
	       font-family: Arial, Trebuchet MS, helvetica, sans-serif;
	       font-size: 13px;}

    div.submenu:hover { background-color: #ffb13f;
               width: 370px;
	       padding: 3px; }

    div.submenucontainer { visibility: hidden;
                        background-color: #f6911f;
			width: 376px;
			position: absolute;
			left: 227px;
			border: 1px solid #d04000;
			cursor: pointer; }

img.previewimage { border: 1px solid black; }
img.previewimage:hover { border: 2px solid blue; }
