/* Generic Tags */

img {
	border: 0px;
}

h1 {
	font-family: "Arial Unicode MS",  Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-family: "Arial Unicode MS",  Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-family: "Arial Unicode MS",  Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

h4 {
	font-family: "Arial Unicode MS",  Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

h5 {
	font-family: "Arial Unicode MS",  Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}

h6 {
	font-family: "Arial Unicode MS",  Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	line-height: 12px;
}

/* Form Fields */

input {
	font-family: "Arial Unicode MS",  Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

select {
	font-family: "Arial Unicode MS",  Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

textarea {
	width: 400px;
	height: 400px;
	font-family: "Arial Unicode MS",  Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	white-space: pre;
}

/* Links */

a:link, a:visited, a:active {
	color: #333333;
	text-decoration: underline;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

/* Tables */

td.subcontent, th {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "Arial Unicode MS",  Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

td.content {
	margin: 0px;
	padding: 10px;
	border: 0px;
	font-family: "Arial Unicode MS",  Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

table.form {
	margin: auto;
	padding: 0px;
	border: 0px;
	width: 120px;
}

table.form th {
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
}

table.form td {
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
}

table.formview {
	margin: auto;
	padding: 5px;
	border: 0px;
	width: 485px;
}

table.formview th {
	width: 1%;
	font-weight: normal;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
}

table.formview td {
	text-align: left;
	vertical-align: top;
}

table.results {
	margin: auto;
	padding: 0px;
	border: 0px;
	width: 98%;
}

table.results tr.r1 {
	background-color: #FFFFFF;
}

table.results tr.r2 {
	background-color: #DCEBEF;
}

table.results td, table.results th {
	padding: 3px;
	font-weight: normal;
	text-align: left
}

table.results th {
	width: 1px;
	white-space: nowrap;
}

table.results th.top {
	width: auto;
	font-weight: bold;
	white-space: nowrap;
}

table.results a:link, table.resultse a:visited, table.results a:active {
	color: #2D5964;
}

table.results a:hover {
	color: #2D5964;
}

table.form td .small, table.formview td .small, table.results td .small,
table.form th .small, table.formview th .small, table.results th .small {
	font-size: 11px;
}

table.form td.center, table.formview td.center, table.results td.center,
table.form th.center, table.formview th.center, table.results th.center {
	text-align: center;
}

/* Misc */

.red {
	color: #CC0000;
}

.jobsh6 {
	font-family: "Arial Unicode MS",  Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	line-height: 32px;
}

.small {
	font-family: "Arial Unicode MS",  Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}