@charset "utf-8";
/* CSS Document */

body { 
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body.gif);
	background-repeat: repeat;
	background-position: left top;
	}
	
	.bgtop {
		background-image: url(../images/top_repeat.gif);
		background-repeat: repeat-x;
		background-position: left top;
		}
	
	.bgsecond {
		background-image: url(../images/bgsecond.gif);
		background-repeat: repeat-x;
		background-position: left top;
		}
	
	.bgthird {
		background-image: url(../images/bgthird.gif);
		background-repeat: repeat-x;
		background-position: left top;
		}
		
	.bgcontent01 {
		background-image: url(../images/bg_content01.gif);
		background-repeat: repeat-x;
		background-position: left top;
		}
	
	.linkmenu {
		font-family: Tahoma;
		font-size: 9pt;
		color: #baac75;
		text-decoration: none;
		font-weight:bold;
		}
		
	.linkmenu:hover {
		color: #e6d8a1;
		text-decoration: none;
		}
	
	.dot {
		font-family: Tahoma;
		font-size: 9pt;
		color: #FFFF00;
		}
		
/* CSS for Content */
.bgcontent02 {
	background-image: url(../images/bg_content02.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #501f00;
	}
	
	.content {
		font-family: Tahoma;
		font-size: 9pt;
		line-height: 12pt;
		color: #baac75;
		text-align: justify;
		}
	
/* CSS for footer */
.bgfoot {
	background-image: url(../images/bg_bottom.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
	.linkfoot {
		font-family: Tahoma;
		font-size: 9pt;
		color: #baac75;
		text-decoration: none;
		font-weight:bold;
		}
		
	.linkfoot:hover {
		color: #e6d8a1;
		text-decoration: none;
		}
	
	.foot {
		font-family: Tahoma;
		font-size: 9pt;
		color: #998a4f;
		}

/* CSS for animation */
.bglinetop {
	background-image: url(../images/bg_linetop.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
	.bglinetop2 {
	background-image: url(../images/bg_linetop2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	}

	.bglinebottom {
		background-image: url(../images/bg_linebottom.gif);
		background-repeat: repeat-x;
		background-position: left top;
		}