body {
    font-family:    Arial, Geneva, Helvetica, sans-serif;
    background:     #FFF;/*#00331A;*/
    font-size:      small;
}
div {
    margin-bottom:  0px;
    margin-top:     0px;
    
}
h3 {
    padding: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
p {
	padding:		0px;
	margin:			0px;
}
#allcontent {
    min-width:      850px;
    margin-left:    10%;
    margin-right:   10%;
}
#main, #forminput{
    background:     #FFF;    
}
#menu{
	background:     #006E98;/*#555;*/
}
#header, #footer {
    background:     #333;/*#E5F2FF; /*#EAF4FE; /*#B2D3FF;*/
    text-align:     center;
	margin-bottom:	0px;
}
#footer {
    font-size:      80%;
	color:			#BBB;
}
#menu{
	margin:			0px;
}
h1{
    text-align:     center;
}
#forminput {
    padding:        30px;
}
.AA {
    width:          72px;
}
caption {
    text-align:     left;
}

th {
    text-align:     left;
}

#properties td {
    word-wrap:      break-word;
    /*border:       1px solid black;*/
    max-width:      305px;
}
#properties {
    border-spacing: 5px;
}
table, td, th {
    /*table-layout: fixed;*/
    vertical-align: bottom;
    word-wrap:      normal;
}
#pep {
	text-align:		center;
}
#pepimg {
    max-width:      100%;
    max-height:     250px;
}
#drawing {
    background:     white;
    width:          100%;
    height:         250px;
	
}
.noborder {
    border: none;
}
.aligntop {
    vertical-align: top;
}
a {
  text-decoration:  none;
  border-bottom:    thin dotted;
  color:            #006E98;
}
a:hover {
  color:            #777;
}