body {
	margin-top: 0px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #333333;
}

h1 {
        font-size: 130%;
}

h2 {
        font-size: 115%;
}

h3 {
        font-size: 100%;
}

h4 {
        font-size: 90%;
}

h5 {
        font-size: 85%;
}

h6 {
        font-size: 80%;
}

p,li,th,td {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-weight: normal;
	font-size: small;
        color: #333333;
        text-decoration: none;
}

th {
	font-weight: bolder;
}

a {
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
        color: #325B81;
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
}

li {
	text-align: left;
}

hr {
	border: 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	height: 3px;
}

.forms {
	display: none;
}

