body, td {
	font-family: Arial;
	font-size: 15px;
	color: black;
}

h1 {
	font-size: 17px;
	font-weight: bold;
}
h2 {
	font-size: 15px;
	font-weight: bold;
}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}


form {
	margin: 0px;
	padding: 0px;
}

input, textarea {
	font-family: Arial;
	font-size: 14px;
	color: black;
	
	padding-left: 2px; 
	padding-right: 2px;
}


input.checkbox {
	border-style: none;
	border-width: 0px;
	border-color: white;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
}

input.button {
	padding: 1px 12px;
}


.pagetitle {
	font-weight: bold;
	font-size: 19px;
}

.nav {
	font-size: 13px;
}

a.nav:link { font-weight: bold; }
a.nav:visited { font-weight: bold; }
a.nav:hover { font-weight: bold; }
a.nav:active { font-weight: bold; }
a.nav:focus { font-weight: bold; }
