body {
	font-size: 70%;
	font-family: Arial, Helvetica, sans-serif;
	color: #090909;
}

ul#hd-nav li a {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	font-size: 1.1em;
}

a.appointment, a.submit, a.adminSubmit, a.adminBack {
	font-family: "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	font-size: 1.8em;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #afb1b3;
	margin: 0;
	font-weight: bold;
}

p {
	line-height: 1.5em;
	margin: 15px 0 0;
}

#mid-rcol ul {
	line-height: 1.5em;
	margin: 15px 0 0 15px;
	padding: 0;
	list-style-type: square;
}

a {
	text-decoration: none;
	color: #afb1b3;
}

a.button {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #090909;
	background: url('/_img/arrow-basic.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding: 0 15px 0 0;
}

label.hidden {
	visibility: hidden;
}

table.form {
	margin: 15px 0 0;
}

table.form td {
	padding: 0 0 5px;
}

table.data {
	width: 100%;
	border-collapse: collapse;
	margin: 15px 0 0;
}

table.data th {
	background: #afb1b3;
	text-align: left;
	font-weight: bold;
	padding: 5px;
	border-bottom: solid 1px #cccccc;
}

table.data td {
	padding: 5px;
	border-bottom: solid 1px #cccccc;
}

table.data th a {
	color: #000;
	font-weight: normal;
}

input[type=text] {
	font-family: Arial, Helvetica, sans-serif;
	color: #090909;
	font-size: 1em;
	padding: 3px;
	border: solid 1px #afb1b3;
}

input[type=password] {
	font-family: Arial, Helvetica, sans-serif;
	color: #090909;
	font-size: 1em;
	padding: 3px;
	border: solid 1px #afb1b3;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #090909;
	font-size: 1em;
	line-height: 1.5em;
	padding: 3px;
	border: solid 1px #afb1b3;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	color: #090909;
	font-size: 1em;
	padding: 3px;
	border: solid 1px #afb1b3;
}
