

html {
    margin: 0;
  }


body {
    margin: 0;
    font: 9pt Tahoma, Arial, sans-serif;
    color: #222222;
    background: #eeeeee;
  }

.header-top {
    background: White;
    height: 55px;
  }
.header-top img {
    margin: 0 10px 0 10px;
  }

.header {
    background: #777777;
    height: 200px;
    border-bottom: 2px solid #bbbbbb;
  }


h1 {
    margin:10px;
    padding: 0;
    font: 22pt Tahoma, Arial, sans-serif;
    color: #eeeeee;
  }


h2 {
    margin:10px;
    padding: 0;
    font: 16pt Tahoma, Arial, sans-serif;
    color: #FFBE00;
  }


.header .img {
    padding: 10px;
    width: 120px;
  }


.header.img {
    border: 0;
  }


.menu {
    width: 25%;
    background: #dddddd;
    vertical-align: top;
  }

p {margin: 10px;}
.menu p{    margin : 0px;
 padding: 10px;
 font-size:14pt; font-weight: bold; color: #888888; border-bottom: 1px solid #eeeeee;}
ul {
    margin : 0px;
    list-style : none none;
 padding: 0px;
  }
.menu a{ display: block;
    margin : 0px;
 padding: 10px;
    list-style : none none;

	 text-decoration: none; color: #222222; border-bottom: 1px solid #eeeeee;
}

.menu a:hover{ background: #cdcdcd; 	 text-decoration: none; border-bottom: 1px solid #eeeeee;
}

.body {
    background: White; vertical-align: top;
  }
.body p{ max-width: 140px;}
.body p.content{max-width: 500px;}
.body img { border: 1px solid #777777;}
.body td {padding: 20px;}
.footer {
    background: white;
    height: 100px;
    border-top: 4px solid #bbbbbb;
	font-size: 8pt;
	 color: #666666;
  }

