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: #222;
	/* 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: #444;
	/* 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: #444;
	cursor: pointer;

}

table.sortable thead tr th
{
	padding: 5px 10px;
}


input,select,option,textarea {
	font-family: Verdana, Helvetica, MS Sans Serif;
	font-size: 8pt;
	color: #000000;
	border: 1px solid #ccc;
}

butto,.butto {
        text-align: center;
        color: #ffffff;
        background-color: #FF6600;
        border: 0px solid #CC6600;
        width:60px;
        cursor: pointer;
}

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: #eee;
	background-color: #444;
}

.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: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #E3F6CE;
}

.box_text_even {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #ECF8E0;
}



.error_string {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

.required {
	color: #ff0000;
	float: right;
}

