
/*
Global Css 
it's can be used everywhere.
First add by leo at 2008-5-29.
Last modified at 2008-5-29.
*/
body{background-color:#ffffff;}
/*About the Color*/
.r_{
	color:red;}
.g_{
	color:#008000;}
.d_{color:#999;font-size:11px;}

/*About the Font*/
.p12{
	font-size:12px;}
.p14{
	font-size:14px;}
.p16{
	font-size:16px;}
.p18{
	font-ssize:18px;}
.b{font-weight:bold;}

.in2_{
	text-indent: 2em;
}

/*About the Position*/
.clear{
	clear:both;display:block;}
.d_none{
	display:none;}
.d_inline{
	display:inline;}
.o{
	margin:0;padding:0;}
.left{
	float:left}
.right{
	float:right;}
.click{float:right;margin:0 2px;}	
/*About the link */
.linkstyle1{
	padding:0 0 0 35px;
	background-color:#f6f6f6;
	background-image:url(/images/arr3.gif);
	margin-bottom:1px;
	cursor:pointer;
	background-repeat: no-repeat;
	background-position: 20px center;
	}
.linkstyle2{
	padding:2px 0 0 25px;
	background-image:url(/images/left_arr.gif);
	cursor:pointer;
	background-repeat: no-repeat;
	background-position:2px center;
	}
.p_{cursor:pointer;}