body, td {
	scrollbar-base-color: #000000;
	xscrollbar-base-color: #E7DAAD;
	scrollbar-arrow-color: #FF0000;
	scrollbar-track-color: #E7DAAD;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

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

a:hover, a:active {
	color: #990000;
	text-decoration: underline;
}

a.menulink:link, a.menulink:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.menulink:hover, a.menulink:active {
	color: #FFDDCC;
	text-decoration: underline;
}

.bgkey {
	xbackground-color: #E7DAAD;
	background-image: url(images/bgkey.png);
	background-position: top right;
	background-repeat: no-repeat;
}

.unindent {
	margin-left: -105px; 
	margin-top: -5px;
	margin-right: 10px;
}

.hangingtable {
	xmargin-top: -5px;
	color: #000000;
	background-color: #A9977C;
	border: 1px solid #993333;
	xborder-top: none;
}

.insettable {
	color: #000000;
	background-color: #A9977C;
	border: 2px groove #CC6666;
	xborder-top: none;
}

.tableheader {
	color: #FFFFFF;
	background-color: #69573C;
	xborder: 2px groove #CC6666;
	xborder-top: none;
}

.amorthead {
	color: #000000;
	font-weight: bold;
}
.amort {
	color: #000000;
	font-family: verdana;
	font-size: 11px;
}

.firstalt {
	background-color: #BBAB91;
}

.secondalt {
	background-color: #DBCBB1;
}

.textinput {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	border : 1px solid #993333;
	background-color : #FBEBD1;
}
select {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	border : 1px solid #993333;
	background-color : #FBEBD1;
}
textarea {
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	border : 1px solid #993333;
	background-color : #FBEBD1;
}
.buttoninput {
	border: 3px outset #6B5B41;
	color : #FFFFCC;
	background-color : #7B6B51;
	font-size : 11px;
	font-weight : bold;
}

