html, body {
	background-image: url(/ima/bckgrnd.gif);
	color: #F0E7DC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 1em;
}

table, tr, td {
	font-size: inherit;
}

.inputStyle {
	background-color: #DDC4A6;
	border-bottom: #97552C 1px outset;
	border-left: #4B1701 1px outset;
	border-right: #97552C 1px outset;
	border-top: #4B1701 1px outset;
	color: #641F02;
}
.selectStyle {
	background-color: #DDC4A6;
	border-bottom: #97552C 1px outset;
	border-left: #4B1701 1px outset;
	border-right: #97552C 1px outset;
	border-top: #4B1701 1px outset;
	color: #641F02;
}

.arial12tanlight {
	color: #F0E7DC;
	font-size: 12px;
	font-weight: normal;
}
.arial12white {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
}
.arial12whiteBold {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.arial12tanlightBold {
	color: #F0E7DC;
	font-size: 12px;
	font-weight: bold;
}
.arial12yellow {
	color: #F3C155;
	font-size: 12px;
	font-weight: normal;
}
.arial12yellowBold {
	color: #F3C155;
	font-size: 12px;
	font-weight: bold;
}
.arial16yellowBold {
	color: #F3C155;
	font-size: 16px;
	font-weight: bold;
}
.arial14whiteBold {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
