BODY {
	color: #000;
	font: 12px/1.4em "Arial", sans-serif;
}

/* Common Styling */
a:link, a:visited {
	color: #21528C;
	text-decoration: none;
}
a:hover, a:active {
	color: #003464;
	text-decoration: underline;
}

.heading {
	font-family: "Arial", sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.label {
	font-family: "Arial", sans-serif;
	font-size: 12px;
}

.label-r {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	text-align: right;
}

.label-l {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	text-align: left;
}

.label-c {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	text-align: center;
}

.field {
	vertical-align: bottom;
}

.field-t {
	vertical-align: top;
}

.field-l {
	text-align: left;
	vertical-align: bottom;
}

.field-c {
	text-align: center;
	vertical-align: bottom;
}

.justfont {
	font-family: "Arial", sans-serif;
}

.hint {
	color: #888888;
	font-family: "Arial", sans-serif;
	font-size: 11px;
}

.invisible {
	font-family: sans-serif;
	font-size: 1pt;

}

.small {
	color: #000;
	font-family: "Arial", sans-serif;
	font-size: 11px;
}

fieldset {
	border: none;
}
legend {
	color: #000;
}

.nav {
	font-family: "Arial", sans-serif;
	font-size: 9px;
	font-weight: bold;
	valign: middle;
	text-align: center;
	background-color: #21528C;
	border: 1px #D2CCB4 solid;
	padding: 4px 4px 4px 4px;
	text-transform: uppercase;
}

a.nav_link,a.nav_link:visited,a.nav_link:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.nav_link:hover {
	color: #FAFAF5;
}

.button {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	valign: middle;
	text-align: center;
	background-color: #333366;
	border: 1px #EDF0FF solid;
	padding: 6px 6px 6px 6px;
	text-transform: uppercase;
	width: 150px;
}

.button2 {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	font-weight: bold;
	valign: middle;
	text-align: center;
	background-color: #333366;
	border: 1px #EDF0FF solid;
	padding: 6px 6px 6px 6px;
	text-transform: uppercase;
}

a.button_link,a.button_link:visited,a.button_link:active {
	color: #FFF;
	text-decoration: none;
}

a.button_link:hover {
	color: #EDF0FF;
}

.welcome {
	font: bold 11px "Arial", sans-serif;
	color:#FFF;
	margin: 1px 0px 4px 10px;
	padding: 2px;
}

.indent {
	margin: 2px 40px 2px 220px;
}
p {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	margin-bottom:2px;
	}