html {
	overflow: auto;
}
html,body {
	padding: 0;
	margin: 0;
	height: 100%;
}
body {
	background-color: white;
	text-align: justify;

}
body, input, button, textarea, select, td {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input {font-size: 12px; font-weight: normal;}
table {
	border-collapse: collapse;
}
table, tr, td, th {
	border: 0;
	vertical-align: top;
}

img, form {
	border: 0;
}

a {
	color: #0095DA;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
h1 {
	color: #0095DA;
	font-size: 18px;
	margin-bottom: 18px;
	font-weight: normal;
	margin-top: 0px;
}
h2, h3 {
	color: #0095DA;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 15px;
}

div.errorBox {
	background-image: url(img/content/images/error.gif);
	background-repeat: no-repeat;
	padding-left: 56px;
	font-size: 20px;
	color: #EF7B04;
	padding-top: 10px;
	padding-bottom: 10px;
}

.left {
   float: left;
}
.right {
   float: right;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 0;
	height: 0;
}
.hide {
	display: none;
}
label {
    display: block;
    font-weight: bold;
    clear: both;
}
acronym {
	cursor: help;
}
.btnField input, .btn, button {
    cursor: pointer;
}
input:active, a:active {
    color: red;
}
