/* CSS Document */
/*------------------------------Gobal veriable----------------------*/
body {
			padding:0;
			margin:0;
			background-color:#B2AB98;
			background-image:url(/images/pgbg.gif);
			background-repeat:repeat-x;
			background-position:top;
			font-family:Tahoma,Arial, Helvetica, sans-serif;
			font-size:11px;
			}
			
p 	{
			padding:0;
			margin:0;
			}
			
/*------------------------------Personal Page----------------------*/

.heading {
			font-size:16px;
			color:#FFFFFF;
			font-weight:bold;
			}
			
/*------------------------------menu bar----------------------*/

.menubar {
			border-bottom:#D2784E 1px solid;
			padding-left:20px;
			}
			
.menu_on, .menu {
			padding-left:15px;
			font-weight:bold;
			text-decoration:none;
			}
.menu {
	color:#FFFFFF;
	font-size:14px;
	}
.menu_on {
	color: yellow;
	font-size: 16px;
}

			
.menu:hover {
			color:#FCFFA7;
			}
			
/*------------------------------copyright----------------------*/

.copyright {
			font-size:11px;
			color:#FFFFFF;
			}
			
/*------------------------------bodytext----------------------*/

.body_texts h1, 
.body_texts h2, 
.body_texts h3, 
.body_texts h4, 
.body_texts p{
			padding-left:27px;
			padding-right:30px;
			padding-bottom: 10px;
			color:#000000;
			}

.body_texts p{
	text-align: justify;
}

.body_texts div.head{
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(/images/bg.header.gif);
	height: 80px;
	display: block;
	text-align: right;
	padding: 5px;
	margin: 4px;
	border-bottom-color: #bdbebd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.body_texts div.head h1{
	padding-top: 24px;	
	padding-right: 0px;
	margin-right: 0px;
	font-size: 33px;
	font-family: "Times New Roman", Times, serif;
	color: #636163;
	font-weight: normal;
	}

.body_texts div.head2{
	height: 50px;
	display: block;
	text-align: right;
	padding: 5px;
	margin: 4px;
	border-bottom-color: #bdbebd;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.body_texts div.head2 h2{
	padding-top: 0px;	
	padding-right: 0px;
	margin-right: 0px;
	font-size: 31px;
	font-family: "Times New Roman", Times, serif;
	color: #636163;
	font-weight: normal;
	}	
	
.body_texts p, .body_texts li{
			font-size:11px;
			line-height:14px;
			}

/* //// */
.texts {
			padding-left:27px;
			padding-right:30px;
			font-size:11px;
			color:#000000;
			line-height:14px;
			}
			
.texts2 {
			font-size:11px;
			color:#000000;
			padding:8px;
			}
			
.more {
			font-size:11px;
			color:#000000;
			font-weight:bold;
			text-decoration:none;
			}
			
.points {
			font-size:11px;
			color:#000000;
			padding-left:6px;
			padding-right:12px;
			}
			
div.adver{
	width: 95%;
	color: white;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
div.adver A, div.adver A:VISITED{
	color: white;
	text-decoration: none;
	font-size: 12px;
	}
div.adver A:HOVER{
	text-decoration: underline;
	color: #cdc8ee;
}
div.adver b{
	color: #ffd700;
	display: block;
	font-size: 14px;	
}