﻿body  
{
    background-color: #748298;
	margin: 10px;
	margin-top: 0px;
	padding: 0px;
	border: 0px none;
	color: #050505;
	font-family: Verdana; 
	font-size: 8pt;
}

p {
    margin-top: 5pt;
    margin-bottom: 5pt;
    text-align: left
}

table { 
	font-family: Verdana; 
	font-size: 8pt;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	text-align:center; 
	margin-bottom: 10pt
}

h2 {
	font-size: 17px;
	font-weight: bold; 
	margin-top: 20pt; 
	margin-bottom: 10pt; 
	border-left-width: 1px; 
	border-right-width: 1px; 
	border-top-style: solid; 
	border-top-width: 1px; 
	border-bottom-width: 1px; 
	padding-top: 2px
}

h3 {
	font-size: 14px;
	font-weight: bold; 
	margin-top: 15pt; 
	margin-bottom: 5pt
}

h4 {
	font-size: 12px;
	font-weight: bold; 
	margin-top: 10pt; 
	margin-bottom: 0pt
}

h5 { 
	font-size: 8pt;
	font-weight: bold; 
	margin-left: 0; 
	margin-top: 6pt; 
	margin-bottom: 0pt
}

h6 { 
	font-size: 8pt;
	margin-left: 10pt; 
	margin-top: 3pt; 
	font-weight: normal; 
	margin-bottom: 0pt
}

ul { 
	list-style-type: disc; 
	margin-top: 5pt; 
	margin-bottom: 5pt
}

li {
	margin-top: 5pt; 
	margin-bottom: 5pt
}

pre { 
	font-family: Lucida Console; 
	font-size: 8pt; 
	margin-left: 10pt; 
	margin-top: 10pt; 
	margin-bottom: 10pt
}

blockquote {
	margin-top: 5pt; 
	margin-bottom: 5pt;
	margin-right: 0pt
}

.drop {
	font-family: Verdana; 
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	border-width: thin;
	background-color: #c8c8ca;
}

.button 
{
	font-family: Verdana; 
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
    border-width: 2px;
    border-style: Outset;
	background-color: #c8c8ca;
    padding-top: 2pt;
    display: inline-block;
    height: 16px;
    width: 150px;
    margin-top: 2pt
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

a {
    text-decoration: none;
    color: #303030
}

a.link {
    color: #303030
}

a.visited {
    color: #303030
}

form {
	text-align: center
}