body, td {
	font-family: Times New Roman;
	font-size: 11pt;
	color: #000;
}
td {
	font-family: Times New Roman;
	font-size: 11pt;
}
th {
	font-family: Times New Roman;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}
a {
	color: #039;
}
ol {
	margin-top:0px;
	margin-bottom:0px;
}
ul {
	margin-top:0px;
	margin-bottom:0px;
	list-style-type: square;
}
li {
	padding-bottom:5px;
}

.head1 {
	font-size: 14pt;
	font-weight: bold;
	color: #000;
}
.head2 {
	font-size: 12pt;
	font-weight: bold;
}
.head3 {
	font-size: 11pt;
	font-weight: bold;
	padding-bottom:10px;
}
.bigger {
	font-size: 14pt;
}

#content-container {
	text-align:center;
	margin-top: 10px;
	margin-left: 10px;
	height: 90%;
}
#heading {
	position:relative;
	width: 95%;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
}

#breadcrumbs {
	position:relative;
	text-align:center;
	font-size:9pt;
}

#status-block {
	position:relative;
	top: 25px;
	text-align:center;
	font-weight:bold;
	color: red;
	padding-bottom:15px;
}

#login_form {
	position:relative;
	top: 10px;
	width:55%;
	background-color: #ddd;
	padding-top: 15px;
	padding-bottom: 15px;
}

.form_block {
	position:relative;
	width:90%;
	text-align:left;
	background-color: #ddd;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
}

.form_head {
	left:10px;
	font-weight:bold;
	text-align:left;
	font-size:12pt;
	padding-left:10px;
	padding-bottom:10px;
}

.form_label {
	font-weight:bold;
	margin-left:15px;
	margin-right:10px;
	text-align:right;
}

.required {
	font-weight:bold;
	color:red;
	font-size:14pt;
}

.note {
	font-size:9pt;
	text-align:center;
}

#left_column{
	positive: relative;
	float:left;
	width:49%;
	text-align:left;
}

#right_column{
	positive: relative;
	float:right;
	width:49%;
	text-align:left;
}

.data_block {
	position:relative;
	width:90%;
	text-align:center;
	background-color: #ddd;
}

.dataRow1 {
	background-color: #bbb;
}

.dataRow2 {
	background-color: #fff;
}

.data_head {
	float: left;
	left:10px;
	font-weight:bold;
	text-align:left;
	font-size:12pt;
	padding-left:10px;
	padding-bottom:10px;
}

.paging {
	float: right;
	right :10px;
	text-align:right;
	font-size:9pt;
	padding-right:10px;
	padding-bottom:10px;
}

.criteria_block {
	position: relative;
	width: 100%;
	text-align:center;
	font-size:9pt;
	padding:10px 10px 10px 10px;
}

.user_block {
	position:relative;
	width:75%;
	text-align:center;
	background-color: #ddd;
}


