body {
	font-size: 11px;
	color: #333333;
	margin: 10px;
	padding: 10px;
	scrollbar-face-color:#FFFFFF;
	scrollbar-track-color:#DCDCDC;
	scrollbar-arrow-color:#000000;
	scrollbar-highlight-color:#666666;
	scrollbar-shadow-color:#666666;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	background-attachment: fixed;
	background-image: url(../img/home_bgimg_4.gif);
	background-repeat: no-repeat;
	background-position: right bottom;

}
textarea {
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	height: 110px;
	width: 330px;
	border: 1px solid #000000;
}
input {
	font-size: 11px;
	color: #333333;
	border: 1px solid #000000;
	background-color: #ffffff;

}
a:link {
	font-size: 11px;
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	font-size: 11px;
	color: #FF9900;
	text-decoration: none;
}
td {
	font-size: 11px;
}
table {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
