body {
margin: 0px;
background-color: #ffffff;
font-family: Tahoma, Arial, sans-serif;
font-size: 12pt;
}

#Topmenu {
font-size: medium;
height: 36px;
float: none; /* since this element is floated, a width must be given */
width: 100%; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #F7F182;
padding: 0 0 0 0px;
}

.table {
margin: 20px;
background-color: #cceeff;
text-align: center;
border: 1px solid black;
}

p.caption {
	font-size: small;
	font-style: italic;
	font-weight: normal;
	}

.p1 {
text-indent: 3em;
text-align: justify;
display: inline-block;
padding-left: 20px; 
padding-right: 3em;
}

address {
margin-left: 0px;
margin-right: 40px;
background-color: #ffffff;
vertical-align: middle;
text-align: center;
font-weight: 600;
font-style: italic;
font-variant: small-caps;}

a {
font-weight: bold;
font-variant: small-caps;}

img {
vertical-align: middle;
}

.footer {
width: 100%;
font-size: 10.5pt;
font-variant: small-caps;
font-weight: bold;
border: 0px;
text-align: center;
background-color: #ffff99;
padding: 0px;
}

.footer a:hover {
background-color: #003366;
color: #ffffff;
text-decoration: none;
}

a:link {
color: #3300ff;}

a:visited {
color: #990033;}

a:hover {
color: #333399;}

a:active {
color: #cc0000;}

