body {
	font-family: Verdana, Helvetica, MS Sans Serif;
	font-size: 8pt;
}

a {
	color: #000080;
	text-decoration: none;
}

a:hover {
	color: red;
}

table,p,br,tr {
	font-family: Verdana, Helvetica, MS Sans Serif;
	font-size: 8pt;
}

td,div {
	font-family: Verdana, Helvetica, MS Sans Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	/* background-color: ; */
}

h1 {
	font-family: Arial Black, Verdana, Helvetica, MS Sans Serif;
	font-size: 20pt;
	font-weight: bold;
	text-align: left;
	color: #0E4C8C;
	/* background-color: ; */
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	font-family: Verdana, Helvetica, MS Sans Serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	color: #0E4C8C;
	/* background-color: ; */
	margin-top: 0;
	margin-bottom: 0;
}

table.sortable thead {
	font-family: Verdana, Helvetica, MS Sans Serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: #ffffd0;
	background-color: #1C3E83;
	cursor: pointer;
}

input,select,option,textarea {
	font-family: Verdana, Helvetica, MS Sans Serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-color: #FBFBF4;
	border: 1px solid #737A3A;
}

button,.button {
	font-weight: bold;
	color: #ffffff;
	background-color: #5087B6;
	border: 1px solid #699DC9;
}

li {
	color: #0000ff;
}

.font14pt {
	font-size: 14pt;
}

.font12pt {
	font-size: 12pt;
}

.font8pt {
	font-size: 8pt;
}

.font9pt {
	font-size: 9pt;
}

.font8pt {
	font-size: 8pt;
}

.color_red {
	color: red
}

.color_green {
	color: green
}

.color_blue {
	color: blue
}

.color_black {
	color: black
}

.color_white {
	color: white
}

.color_gray {
	color: gray
}

.box_name {
	font-family: Verdana, Helvetica, MS Sans Serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: #ffc000;
	/* background-color: ; */ /* border: 1 solid #3785E9; */
}

.box_title {
	font-family: Verdana, Helvetica, MS Sans Serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: #ffffd0;
	background-color: #1C3E83;
}

.box_heading {
	font-family: Verdana, Helvetica, MS Sans Serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	/* color: ; */ /* background-color: ; */
}

.box_text {
	font-family: Verdana, Helvetica, MS Sans Serif;
	font-size: 8pt;
	font-weight: normal;
	/* text-align: ; */
	color: #000000;
	/* background-color: ; */
}

.boxItem { /* background: ; */
	padding: 3px;
	/* border-top: 1 solid #000000; */ /* border-left: 1 solid #000000; */
	/* border-right: 1 solid #c0c0c0; */
	/* border-bottom: 1 solid #c0c0c0; */
}

.box_text_odd {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #FCFCF0;
}

.box_text_even {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #DBDCDD;
}

.error_string {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

.required {
	color: #ff0000;
	float: right;
}

.main {
	text-align: center;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f6f6f6;
}