
/*page layout*/
body {
	
	font-family: tahoma, arial, sans-serif;
	color: #555;
	font-size: 8pt;
}

p {
	margin: 0;
	padding: 10px;
	line-height: 2em;
}

a {
	color: #5b88aa; text-decoration:none;
}

a:hover {
	color: #7da6c4;
	
}





/*table layout*/
table{ border-collapse:collapse;}

th{background-color:#FFFFCC;}



	




/*left div*/
#left {

	width: 200px;
	float: left;
	margin:3px;
}

#left-top {

	width:100%;
	height: 10px;
	background: #eee url(images/base_pic/left-top.gif) no-repeat;
	
}

#left-centre {

	width:1OO%;
	background-color: #eee;
}
#left-centre2{width:100%; background-color:#FFCCFF;}


#left-bottom {

	width: 100%;
	height: 10px;
	background: transparent url(images/base_pic/left-bottom.gif) no-repeat;
	margin: 0;
}
/*left div end */

.normal a:hover{color: #7da6c4; text-decoration:underline;
	}


.left {
	padding: 10px;
	float: left;
}

.right {
	padding: 10px;
	float: right;
}




.titlehead	{font-size:12pt; margin-left:30px; 
		font-weight:bold; 
		color:#954A4A;
}
.thead{font-size:12px; font-weight:bold; color:#996666; background-color:#FFB997;}

.thead a:hover{color:#333366; text-decoration:underline;}

.ltd {
	
	padding: 0 0 0 0px;
	margin: 10px 0px -5px 0px;
}
.ltd a {
	width: 140px;
	height: 25px;
	display: block;
	color: #5b88aa;
	background: transparent url(images/base_pic/menu-left.gif) no-repeat; 
	padding-top: 5px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: -5px;
	text-decoration: none;
}

.ltd a:hover {
	background: transparent url(images/base_pic/menu-hover-left.gif) no-repeat;
}
.rtd{width:30px; height:25px;}
.rtd{background: transparent url(images/base_pic/menu-right.gif) no-repeat; color:#5b88aa; padding-left:-5px;}
.rtd a{width:30px; height:25px; display:block;background: transparent url(images/base_pic/menu-right.gif) no-repeat;padding-top: 5px; cursor:pointer;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: -5px;
	text-decoration: none;}

/**/
