body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/mainbg.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #E4CEA9;
}
body,td,th {
	font-family: Tahoma;
	font-size: 10px;
}
input {
	font-family: Tahoma;
	font-size: xx-small;
}
select {
	font-family: Tahoma;
	font-size: xx-small;
	background-color: #F4F5EF;
	color: #646464;
}
.txt_blue {
	font-family: Tahoma;
	font-size: 10px;
	color: #397694;
}
.txt_grey {
	font-family: Tahoma;
	font-size: 10px;
	color: #727272;
}
.txt_orange_u {
	font-family: Tahoma;
	font-size: 10px;
	color: #E37700;
	text-decoration: underline;
}
.txt_blue_u {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: underline;
	color: #397694;
}
.txt_blue_b{
	font-family: Tahoma;
	font-size: 10px;
	font-weight:bold;
	color: #397694;
}
.txt_grey_b {
	font-family: Tahoma;
	font-weight:bold;
	font-size: 10px;
	color: #727272;
}
.txt_dgrey {
	font-family: Tahoma;
	font-size: 10px;
	color: #4F473B;
}
.txt_dgrey_u {
	font-family: Tahoma;
	font-size: 10px;
	color: #4F473B;
	text-decoration:underline;
}
textarea {
	font-family: Tahoma;
	font-size: 10px;
	color: #646464;
	background-color: F4F5EF;
}
