body{
 background-color: #434F4F;
}
body, div, th, td, p, a{
 font-family: Verdana, Helvetica, Arial, Sans Serif;
 font-size: 10pt;
 line-height: 14pt;
 color: #000000;
}
div{
 margin: 0px;
}

p{
 clear: both;
 margin: 10px;
}
hr{
 color: #cccccc;
 background-color: #cccccc;
 height: 1px;
 border: 1px;
 clear: both;
}

img{
 float: left;
 margin: 0px 10px 5px 0px;
 border: 3px solid #cccccc;
}

h1{
 color: #cc0000;
 font-size: 15pt;
 font-style: normal;
 font-weight: normal;
 padding-bottom: 5px;
 border-bottom: 2px solid #cccccc;
 margin-top: 0px;
 padding: 8px;
 background-color: #e0e0ff;
}
h2{
 clear: both;
 color: #6f6f6f;
 font-size: 12pt;
 font-weight: bold;
 margin: 6px 10px 10px 20px;
}
h2 a{
 color: darkred;
 font-size: 12pt;
 font-weight: bold;
}


#head{
 position: absolute;
 top: 25px;
 left: 50%;
 margin-left: -400px;
 width: 800px;
 text-align: center;
}
#head h1{
 color: #807080;
 font-size: 26pt;
 line-height: 26pt;
 font-style: italic;
 margin: 0px;
 border-bottom: 2px solid #9CB6DE;
 padding: 0px 0px 3px 0px;
 background-color: #434F4F;
}

#menu{
 position: absolute;
 top: 99px;
 left: 50%;
 margin-left: -400px;
 width: 160px;
}
.menuentry{
 margin: 0px 0px 5px -40px;
 list-style: none;
}
.menuentry a{
 text-align: center;
 text-decoration: none;
 font-weight: bold;
 color: #cc0000;
 display: block;
 padding: 10px 4px 4px 4px;
 border-left: 1px solid #9CB6DE;
 border-bottom: 1px solid darkblue;
}
.menuentry a:hover{
 text-align: center;
 color: #000000;
 border-left: 1px solid #666666;
 border-bottom: 1px solid #666666;
}


#content{
 position: absolute;
 top: 100px;
 left: 50%;
 margin-left: -220px;
 width: 620px;
 background-color: #908088;
 border: 1px solid #9CB6DE;
}

th{
 font-weight: bold;
 border-bottom: 1px solid #cccccc;
 text-align: center;
 background-color: #e0e0ff;
 padding: 3px 0px 3px 0px;
}
td.label{
 font-weight: bold;
 border-bottom: 1px solid #cccccc;
 border-right: 1px solid #cccccc;
 width: 150px;
 padding: 2px 5px 2px 0px;
 text-align: right;
 background-color: #e0e0ff;
}
td.content{
 width: 300px;
 padding: 2px 2px 2px 5px;
 border-bottom: 1px solid #cccccc;
}

a{
 text-decoration: none;
 font-weight: bold;
 color: #cc0000;
}
a:hover{
 color: #000000;
}
