#center {
        overflow: auto;
}

#content {
        position: relative;
        top: 28px;
        left: 25px;
        width: 675px;
        color: #555d62;
        height: 359px;
}

h1 {
        font-size: 11pt;
        padding-bottom: 13px;
}

p {
        font-size: 8.5pt;
		padding: 0 0 6px 0;
}

a {
        font-size: 9pt;
		font-weight: bold;
        color: #b48f2e;
		text-decoration: none;
		padding-bottom: 2px;
}

a:hover {
        color: #72787a;
        text-decoration:underline;
}

