/*--------- TYPE ---------*/

* {
	font-family: Helvetica, Arial, sans-serif;
}

body {
	text-align: center;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
}

h4 {
	font-weight: normal;
	line-height: 18px;
}

ul.list, ol.list {
	font-size: 14px;
}

.field_list {
	font-weight: bold;
}

.inputError {
	font-weight: bold;
}

#topper {
	text-align: left;
}

#topper p, td {
	font-size: 12px;
}

#topper p a {
	text-decoration: underline;
}

#header {
	font-weight: bold;
	font-size: 36px;
}

#subheader {
	font-weight: bold;
	font-size: 21px;
}

#content {
	text-align: left;
}

#footer p {
	font-size: 11px;
	text-align: left;
}

.box h4 {
	font-size: 15px;
	font-weight: bold;
	line-height: 19px;
}

.box p {
	line-height: 15px;
	font-size: 12px;
}

p {
	font-size: 14px;
	line-height: 1.3em;
}

p.introText {
	font-size: 15px;
	line-height: 1.4em;
	font-weight: bold;
}

p.welcomeText {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
}

p.tipLink {
	font-size: 15px;
	font-weight: bold;
	margin: 2px 0 30px;
}

fieldset {
	font-size: 13px;
}

fieldset p {
	font-size: 14px;
	line-height: 1.3em;
}

fieldset dl dt {
	font-size: 13px;
	font-weight: bold;
}

legend {
	font-size: 18px;
	font-weight: bold;
	padding: 0 5px;
}

label {
	font-weight: bold;
}

#tags {
	font-weight: bold;
	font-size: 13px;
}
