body {
	background:url("images/background/sunset.jpg");
	background-repeat:repeat-y;
	background-attachment:fixed;
}
body, td, p, input, textarea, select {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-size:12px;
	font-family:Tahoma, "Microsoft Sans Serif";
	color:#666;
}
.text_smaller {
	font-size:11px;
	font-family:Tahoma, "Microsoft Sans Serif";
}
td.menu {
	font-weight:bold;
}
a:link, a:active, a:visited {
	text-decoration:none;
	color:#666;
}
a:hover {
	text-decoration:underline;
	color:#DD6900;
}
a.menu:link, a.menu:active, a.menu:visited {
	text-decoration:none;
	color:#000000;
}
a.menu:hover {
	text-decoration:none;
	color:#FF0000;
}
select {
	width:13em;
}
.select {
	color:#3300CC;
	font-weight:bold;
}
.image_border {
	border:1px solid #CCCCCC;
}
.button {
	background-image:url(images/gradient_bg/green.gif);
	border:thin;
	border:#000000;
	color:#FFFFFF;
	font-weight:bold;
	height:20px;
}
.text_userdetail {
	color:#333333;
	font-size:8px;
	font-style:italic;
}
.text_userp {
	color:#333333;
	font-size:14px;
}
.text_vcode {
	color:#333333;
	font-size:14px;
	text-align:center;
}
.postbody {
	line-height:18px;
}
.div-scroll {
	margin: 0px;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#CCCCCC;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#F9F9F9;
}