/* 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:Arial, Unicode, Helvetica, sans-serif;
			font-size:11px;
			text-decoration:none;
			}
			
p 	{
			padding:0;
			margin:0;
			}
			
/*------------------------------Personal Page----------------------*/

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

.menubar {
			border-bottom:#D2784E 1px solid;
			padding-left:10px;
			}
			
.menu {
			padding-left:10px;
			color:#FFFFFF;
			font-size:14px;
			font-weight:bold;
			text-decoration:none;
			}
			
.menu:hover {
			color:#FCFFA7;
			}
			
/*------------------------------copyright----------------------*/

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

.texts {
			padding-left:17px;
			padding-right:15px;
			font-size:13px; /* original size is 12px */
			color:#000000;
			font-family:Arial, Helvetica, sans-serif;
			line-height:18px;
			text-decoration:none;
			}
			
.texts14 {
			padding-left:17px;
			padding-right:15px;
			font-size:14px;
			color:#000000;
			font-family:Arial, Helvetica, sans-serif;
			line-height:18px;
			text-decoration:none;
			}
			
.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;
			}

.thongbao {
			font-size:11px;
			color:#CCCCCC; /* old color: #666666*/
			font-family:Verdana;
			text-decoration:none;
			}
.gold       {
			font-size:12px;
			color:#996600;
			font-family:Arial;
			font-weight:bold;
			text-decoration:none;
			}
/*.nounderline {
	font-size:12px;
	color:#000066;
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	background-color: #FFFFFF;
*/
			}
a:link {
	color: #666600 
	white-space: nowrap;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #666633;
}

a:hover {
	background-image: url(media/animated_underline.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	padding-bottom: 3px;
	color: #990000;
}

a:hoverwhite {
	text-decoration: none;
	background-image: url(media/animated_underline.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	padding-bottom: 3px;
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
}


.page-splits		{
			height: 8px;
			width: 90%;
			margin-top: 13px;
			margin-bottom: 13px;
			margin-left: 17px;
			margin-right: 17px;
			border: #A1B07F 1px solid;
			background-color: #FFFFFF;
			color: #FFFFFF;
			}
