body,td,tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.title_cell {
	background-color: #FFDCA6;
	background-image: url(gif/orange-bar-bot.gif);
	background-repeat: repeat-y;
}
.ass_table {
	background-color: #F4F4F4;
	border: 1px solid #CCCCCC;
}
.head_cell {
	text-align: center;
	background-color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFA113;
}
.head_cell a {
	text-align: center;
	background-color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFA113;
	text-decoration: underline;
}
.head_cell a:hover {
	text-align: center;
	background-color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.input_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 145px;
	border: 1px solid #FFA012;
	background-color: #EFEFEF;
	text-align: center;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #FFC774;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFDCA6;
	border-right-color: #FFA113;
	border-bottom-color: #FFA113;
	border-left-color: #FFDCA6;
}
.border-right {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-top-color: #BBBBBB;
	border-right-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
	border-left-color: #BBBBBB;
}

