/*
background:	a7a7a7
main back:	dedede
link:		79896d
link:hover:	e76f00
*/

* { font-family: "Segoe UI", Arial; font-size: 10pt; }
body {
	color: #000000;
	background: url(/res/back.gif) repeat-x center left fixed;
	background-color: #a7a7a7 !important;
	margin-bottom: 10px;
	margin-top: 20px;
}
a {
	color: #79896d;
	text-decoration: none;
	font-weight: bold;
}
a:hover { text-decoration:underline; color:#e76f00; }
input,textarea {
	background-color: #a7a7a7;
	color: #000000;
	border: 1px solid #000000;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 9pt;
}
textarea { overflow:auto; }
table,td,fieldset,legend { color:#000000; }
fieldset { border:2px grooved #000000; padding: 7px; padding-top:0px; }
#t { background:url(/res/d.gif) 0 0 repeat-x; width:90%; background-color:#dedede; }
#b { background:url(/res/b.gif) 0 100% repeat-x; }
#l { background:url(/res/d.gif) 0 0 repeat-y; }
#r { background:url(/res/r.gif) 100% 0 repeat-y; }
#bl { background:url(/res/bl.gif) 0 100% no-repeat; }
#br { background:url(/res/br.gif) 100% 100% no-repeat; }
#tl { background:url(/res/tr.gif) top right no-repeat; text-align:left; }
#tr { padding:20px; height:83%; }							/* change height for MSIE via js */
#content { width:100%; height:100%; overflow:auto; }
#page { font-weight:bold; text-decoration:underline; font-size: 13pt; }
.jump-anchor { font-weight:bold; color:#000000; text-decoration:none !important; }
.btn {
	width: 83px;
	height: 28px;
	border: none;
	background: url(/res/button.gif) center center no-repeat;
	padding-right: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}
