body.axbody {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
    background-color: white;
}

table.axtable {
	width: 99%;
	background-color: white;

}

table.commontable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-size: 12px;
}

input {
	font-size: 12px;
}

textarea {
	font-size: 12px;
}

div {
	font-size: 12px;
}

.labelhead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: #006600;
}

.labelmedium {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #006600;
}

.navlink {
    font-weight: bold;
    padding: 1px 5px 1px 5px;
}

a.buttonlink {
	display: inline-block;
	border: solid black 1px;
	color: #006600;
	background-color: white;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
}
a.buttonlink:hover {
	color: black;
	background-color: silver;
}
.buttonlinkinactive {
	display: inline-block;
	border: solid gray 1px;
	background-color: #F0F0F0;
	color: gray;
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
}

.topbanner_area {
    width: 100%;
    height: 70px;
}

.icon-clipboard {
	padding-left: 5px;
	cursor: pointer;
	height: 12px;
	opacity: 0.2;
}

.icon-clipboard:hover {
	opacity: 0.6;
}