body {
    background-color: #ffffff;
    font-family: "Verdana";
    font-size: 10pt;
    margin: 0px;
}


a img {
    border-style: none;
}


a img:hover {
    border: 0px #000000 none;
}


blockquote {
    font-style: italic;
}


div.content {
    margin-left: 15px;
    margin-right: 15px;
}


div.footer {
    margin-top: 15px;
}


div.footer p {
    font-size: 8pt;
    text-align: center;
}


div.frame-left, div.frame-right {
    background-color: #f0f0f0;
    border: 1px #c0c0c0 dashed;
    clear: both;
    margin: 10px;
    padding: 5px;
    text-align: center;
}


div.frame-right {
    float: right;
}


div.frame-left {
    float: left;
}


div.frame-right img, div.frame-left img {
    margin-bottom: 5px;
}


div.frame-right p, div.frame-left p {
    margin: 0px;
    padding: 0px;
    text-align: center;
}


div.header {
    border-bottom: 1px #495e73 solid;
    background-color: #64809c;
    background-position: right;
    text-align: right;
}


div.navigation {
    float: right;
    margin-right: 10px;
    margin-top: 5px;
    text-align: right;
}


dt {
    font-weight: bold;
}


fieldset {
	background-color: #f0f0f0;
	border: 1px #c0c0c0 dashed;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
    width: 300px;
}


fieldset div {
	text-align: center;
}


fieldset input.button {
	background-color: #e0e0e0;
	border: 1px #c0c0c0 solid;
	width: 75px;
}


fieldset input.textbox {
	border: 1px #c0c0c0 solid;
	margin-bottom: 5px;
	width: 100%;
}


fieldset label {
	display: block;
}


fieldset textarea {
	border: 1px #c0c0c0 solid;
	height: 150px;
	margin-bottom: 5px;
	overflow: auto;
	width: 100%;
}


h1 {
    font-family: "Times New Roman";
    font-size: 22pt;
    font-style: italic;
}


h2 {
    background-color: #f0f0f0;
    font-family: "Times New Roman";
    font-size: 16pt;
    font-style: italic;
}


p {
    text-align: justify;
}


pre {
    background-color: #f0f0f0;
    padding: 5px;
}


ul {
    list-style-type: square;
}

