a {
	text-decoration: underline;
}
br {
	clear: none;
}
h1 {
	font-size: large;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
}
h2 {
	font-size: medium;
	font-weight: bold;
	margin: 7px 0 7px 0;
	padding: 7px 0 7px 0;
}
h3 {
	font-size: small;
	font-weight: bold;
	margin: 3px 0 3px 0;
	padding: 3px 0 3px 0;
}
h4, h5, h6 {
	font-size: small;
	margin: 2px 0 2px 0;
	padding: 2px 0 2px 0;
}
hr {
	color: #003366;
}
img {
	border-style: none;
}
input, select, textarea {
	/* border: solid 1px #00ccff; */
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #003366;
	background: #ffffff;
}
label {
	font-weight: bold;
}
ul {
	margin-bottom: 8px;
	margin-top: 8px;
}
li {
	margin-top: 5px;
	text-align: justify;
}
ol {
	margin-bottom: 5px;
	margin-top: 5px;
}
p {
	margin: 10px 0;
	padding: 0;
	text-align: justify;
}
pre {
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	font-size: x-small;
	margin-left: 0px;
}
td {
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: small;
	vertical-align: top;
}
th {
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	vertical-align: top;
}
b {
	font-weight : 800;
}
