body{font-family:Arial, Helvetica, sans-serif; font-size:13px;}
/* -------------------------------------------------------- */
/* BUTTON													*/
.gjbutton1{
	background:url(img/button.png)  -32px right no-repeat;
	color:#FFFFFF;
	clear:both;
	display:block;
	float:left;
	font-size:13px;
	font-weight:bold;
	height:31px;
	line-height:31px;
	width:auto;
	margin-right:30px;
}
	a.gjbutton1 {
		text-decoration:none;
	}
	.gjbutton1 span {
		background:url(img/button.png) left top no-repeat;
		display:block;
		height:31px;
		line-height:31px;
		padding-left:10px;
		padding-right:8px;
		margin-right:20px;
	}
/* -------------------------------------------------------- */
/* MENU														*/
.v-menu{
	background: #969696;
	border:solid 1px #7F9FBF;
	width:200px;
	text-align:center;
	/*clear:both;*/
}
	ul.v-menu, .v-menu li{
		padding:0; 
		margin:0;
		list-style:none;
		text-align:center;
	}
	ul.v-menu{
		/*clear:both;*/
		margin-top:6px;
		padding:6px 6px;
		text-align:center;
	}
		.v-menu li a{
			color:#555555;
			font-weight:bold;
			display:block;
			border-top:solid 1px #DEDEDE;
			padding:4px;
			text-decoration:none;
			text-align:center;
		}
		.v-menu li a:hover{
			color:#999999;
			text-align:center;
		}

.pos_fixed
{
position:fixed;
top:30px;
left:10px;
}

.floatgjt
{
    background: #C0C0C0;
    color: #000000;
    font-size: 11px;
    font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
}

.floatgjt:hover
{
    background: #969696;
    color: #000000;
    font-size: 11px;
    font-family: verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
}

    a.ctableft:link {text-decoration: none}
    a.ctableft:visited {text-decoration: none}
    a.ctableft:active {text-decoration: none}
    a.ctableft:hover {text-decoration: none}
	
