body {
	color : #111;
	font-family : Verdana, Helvetica;
	font-size : 12px;
	line-height : 140%;
	background-color: #dbd0bb;	
	margin: 10px;
	background-image: url(images/fade.gif);
	background-position: top;
	background-repeat: repeat-x;
}

td {
	color : #000000;
	font-family : Verdana, Helvetica;
	font-size : 12px;
}

p {
	color : #111;
	font-size : 12px;
	line-height : 140%;
	padding: 0px 4px 0px 8px;
}

h1 {
font-family: arial, verdana, helvetica, sans-serif;
	color : #fff;
	font-size : 21px;
	line-height : 100%;
	font-weight : bold;
	padding: 3px 3px 3px 3px;
	margin: 0px 0px 0px 0px;
border-bottom: 1px solid #aa8d57;
}

.iteminfosmall {	
	font-size: 10px;
	font-weight : normal;
	color: #111;
}

.tdheader {
	background-color: #006600;
	color : #ffffff;
	font-size : 12px;
	font-weight : bolder;
	padding: 2px 0px 4px 2px;
	border-left: 1px solid #090;
	border-right: 1px solid #060;
	background-image: url(images/tdheader.gif);
}

.trow1 {
	font-size : 12px;
	background-color: #d4c6ad;
	border-bottom: 1px solid #bfaa82;
}	

.trow2 {
	font-size : 12px;
	background-color: #cdbd9f;
	border-bottom: 1px solid #bfaa82;
}

.tsides {
	border-left: 1px solid #bfaa82;
	border-right: 1px solid #bfaa82;
}

.tdbar {
	border: 0px;
	background-color: #060;
	background-image: url(images/header_back.gif);
}

.bordered {
	border: 1px solid #666666
}

a:link {
	color : #006600;	
	font-size : 12px;
	font-weight : bolder;
	text-decoration: none;
}
a:visited { 
	color : #006600;	
	font-size : 12px;
	font-weight : bolder;
text-decoration: none;
}
a:hover {
	color : #645333;
	font-size : 12px;
	font-weight : bolder;
text-decoration: none;
}
a:active {
	color: #006600;
	font-size : 12px;
	font-weight : bolder;
text-decoration: none;
}

ul, li {
	color : #111;
	font-size : 12px;
	line-height : 140%;
	list-style-type: square;
	list-style-position: outside;
	margin-top: 2px;
	margin-left: 20px;
	margin-bottom: 0px;
	}

.inputdefault {
	font-family: verdana, helvetica, sans-serif;
	background-color: #e2d9c9;
}

.searchbox {
	font-family: verdana, helvetica, sans-serif;
	background-color: #e2d9c9;
	width: 180px;
}
	textarea {
	font-family: verdana, helvetica, sans-serif;
	background-color: #e2d9c9;
}

.button {
	border-top: 1px solid #0a0;
	border-right: 1px solid #030;
	border-bottom: 1px solid #030;
	border-left: 1px solid #0a0;
	background-color: #080;
	color: #ffffff;
	font-weight: bold;
	cursor: hand;
	}

.notesbox {
	background-color: #e2d9c9;
	width: 400px;
}

label {
	color : #111;
	font-size : 12px;
	line-height : 160%;
	font-weight: bold;
 cursor: pointer; 
 cursor: hand;
}

form {
	margin: 0;
	padding: 0;
}

.warning {
	color : #000;
	font-size : 12px;
	line-height : 140%;
	padding: 2px 2px 2px 2px;
font-weight: bold;
}

.warningbox {
	font-family: verdana, helvetica, sans-serif;
	background-color: #ffda6a;
}