/* MAIN CSS */
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #4d0000;
	background-image: url(../images/bg_repeat.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
a:link {
	color: #e1e271;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #e1e271;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #a67a57;
}
a:active {
	text-decoration: underline;
	color: #e1e271;
	font-weight: bold;
}
.title {
	color: #b38855;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	padding-left: 15px;
	}
.ptxt {
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	}
.ptxt2 {
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	}

/* NAVI BUILD CSS */
.naviside {
	width: 113px;
	height: 68px;
}

/* FOOTER CSS */
.ftxt {
	text-align: center;
	line-height: 16px;
	}
	
/* MAIN TABLE BUILD */
.maintb {
	width: 584px;
	}
.sidetd {
	width: 214px;
	}
.maintb_1 {
	width: 798px;
	}
