html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffff;
	margin: 0;
	padding: 10px 14px 10px 14px;
}

body, td, tr {
	color: #6c6c6c;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
	padding: 2px;
	padding-right: 4px;
}

a:link, a:visited {
	color: #649d3a;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
	text-decoration: none;
}

label, .description {
	cursor: default;
}
acronym {
	cursor: help;
}

img {
	border-style: none;
}

hr {
	border-top: 1px dashed #909090;
	border-bottom: 0px none;
	background-color: white;
	height: 1px;
}

th {
	border-bottom: 2px solid #e1f2d5;
	color: #6c6c6c;
	padding-bottom: 6px;
	font-weight: bold;
}

th a:link, th a:visited {
	color: #6c6c6c;
}

th a:hover, th a:active {
	color: #000000;
}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #6c6c6c;
	font-size: 20px;
	font-weight: normal;
	cursor: default;
}

#icon_container {
	position: absolute;
	right: 10px;
	top: 10px;
}

a.bliglad:link, a.bliglad:visited {
	color: #ba922e;
	text-decoration: none;
}

a.bliglad:hover, a.bliglad:active {
	color: #a85b16;
	text-decoration: none;
}


