<!--

body {
	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0px;
}

a:link { font-family: sans-serif; font-size: 10pt; }
a:visited { font-family: sans-serif; font-size: 10pt; }
a:hover { font-family: sans-serif; font-size: 10pt; }
a:active { font-family: sans-serif; font-size: 10pt; }

a.sub_nav:link { font-family: sans-serif; font-size: 10pt; letter-spacing: -1px; color: #636363; text-decoration: none; }
a.sub_nav:visited { font-family: sans-serif; font-size: 10pt; letter-spacing: -1px; color: #636363; text-decoration: none; }
a.sub_nav:hover { font-family: sans-serif; font-size: 10pt; letter-spacing: -1px; color: #df1a22; text-decoration: underline; }
a.sub_nav:active { font-family: sans-serif; font-size: 10pt; letter-spacing: -1px; color: #636363; text-decoration: none; }

a.start_order:link { font-family: sans-serif; font-size: 12pt; letter-spacing: -1px; color: #ffffff; text-decoration: none; }
a.start_order:visited { font-family: sans-serif; font-size: 12pt; letter-spacing: -1px; color: #ffffff; text-decoration: none; }
a.start_order:hover { font-family: sans-serif; font-size: 12pt; letter-spacing: -1px; color: #ffffff; text-decoration: underline; }
a.start_order:active { font-family: sans-serif; font-size: 12pt; letter-spacing: -1px; color: #ffffff; text-decoration: none; }

a.breadcrumbs:link { font-family: sans-serif; font-size: 8pt; text-decoration: none; color: #000000; }
a.breadcrumbs:visited { font-family: sans-serif; font-size: 8pt; text-decoration: none; color: #000000; }
a.breadcrumbs:hover { font-family: sans-serif; font-size: 8pt; text-decoration: underline; color: #000000; }
a.breadcrumbs:active { font-family: sans-serif; font-size: 8pt; text-decoration: none; color: #000000; }

h1 {
	font-family:sans-serif;
	font-size:14pt;
	font-weight:bold;
	letter-spacing:-1px;
}


h2 {
	font-family:sans-serif;
	font-size:10pt;
	font-weight:bold;
	letter-spacing:-1px;
	padding:0;
	margin:0;
}


h3 {
	font-family:sans-serif;
	font-size:10pt;
	font-weight:bold;
	letter-spacing:-1px;
}

ul {
	margin-top:0;
}

.breadcrumbs {
	font-family: sans-serif;
	font-size: 8pt;
}

.content {
	font-family: sans-serif;
	font-size: 10pt;
}

.form {
	width: 98%;
}

.header {
	font-family: sans-serif;
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: -1px;
	color: #534741;
}

.employment_header {
	font-family: sans-serif;
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: -1px;
	color: #be272c;
}

.employment_text {
	border: solid 1px #ffe800;
	background-color: #fffef2;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: -1px;
	color: #2d3192;
}

.employment_divider {
	padding: 3px 5px 3px 5px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #efc9ca;
}

.employment_header_content {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}


-->