body {
	background-color: #E1E6BE;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;

}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #537D3D;
}

.tablewhiteborder {
	border-top: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;

}
td {
	font-size: 13px;
}
.tdwhite {
	font-weight: bold;
	color: #FFFFFF;
}
.tddasheddown {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.tdcolor01 {
	background-color: #537D3D;
}
.tdcolor02 {
	background-color: #FFFFFF;
}
.tdsmall {
	font-size: 9px;
}
.tdmedium {
	font-size: 11px;
}
a {
	text-decoration: none;
	color: #537D3D;
	font-weight: bold;


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

}
.imagetable {
	border: 2px dashed #666666;
}

.formbutton {
	background-image: url(images/goma.gif);
	width: 20px;
	height: 20px;
	cursor: hand;
	border: none;
	color: #CC3300;
	background-color: #E1E6BE;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;

}

.formbox {
	background-color: #F5F7EA;
	font-weight: bold;
	color: #000000;
	font-size: 11px;

}
.formbox2 {
	background-color: #E1E6BE;
	font-weight: bold;
	color: #666666;
	font-size: 11px;
	border: 1px solid #F5F7EA;
	cursor: hand;


}

