/* CSS Document */

body {
    background-color:#c3d9bf;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color:#c3d9bf;
	scrollbar-highlight-color:#60421b;
	scrollbar-3dlight-color:#c3d9bf;
	scrollbar-darkshadow-color:#c3d9bf;
	scrollbar-shadow-color:#60421b;
	scrollbar-arrow-color:#60421b;
	scrollbar-track-color:#c3d9bf
}
.txt {
	color: #594c3f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.titp {
	color: #594c3f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}

.titg {
	color: #594c3f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
} 

.input {
	color: #594c3f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #999999;
}
.bt {
	color: #594c3f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-color: #CCCCCC;
	border: thin solid #666666;
	float: none;
	clear: none;
}
