BODY {
	background-color: white;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #333333;
}

TD.content {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #333333;
}

TABLE.header_menu {
	width: 100%;
	height: 34px;
	border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #CFCFCF;
}

TABLE.sidebar_menu {
	width: 100%;
	margin-bottom: 16px;
	border: 1px solid gray;
}

TABLE.content_header {
	width: 700px;
	border: 1px solid gray;
	margin-left: 16px;
	margin-top: 16px;
	margin-bottom: 1px;
	background-color: #DFDFDF;
}

TABLE.content_main {
	width: 700px;
	border: 1px solid gray;
	margin-left: 16px;
	margin-bottom: 16px;
	background_color: transparent;
}

.heading {
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: black;
}

A {
	color: #333333;
}

A.footer {
	color: #666666;
	text-decoration: none;
}

A.footer:hover {
	text-decoration: underline;
	color: maroon;
}

A:hover {
	text-decoration: none;
}

HR {
	height: 1px;
	width: 100%;
	text-align: left;
    color: gray;
}

INPUT, SELECT, TEXTAREA {
	font-family: Arial, sans-serif;
    font-size: 12px;
    background-color: transparent;
	border: 1px solid black;
	scrollbar-track-color: white;
	scrollbar-base-color: white;
	scrollbar-dark-shadow-color: silver;
	scrollbar-highlight-color: silver
}

INPUT.btn {
	font-weight: bold;
}

INPUT.chk {
	border: none;
}

DIV.popup_hint {
	font: 12px Arial, sans-serif;
	color: gray;
	position: absolute;
	visibility: hidden;
	background-color: #EFEFFF;
	border: 1px outset silver;
	padding: 4px;
}
