/* CSS Document */

body{
margin:0;
padding:0;
color:;
font-size:12px;
line-height:150%;
}

a{
color:#B9A020;
}

a:hover{
text-decoration:none;
}


.font10{
font-size:10px;
}

/* titlebar */
.title_bg1{
	background-image: url("../../img/title_bg1.jpg");
	background-repeat: no-repeat;
	background-position: right center;
}
.title_bg2{
	background-image: url("../../img/title_bg2.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #2A1A0D;
}
.title_bg3{
	background-image: url("../../img/title_bg3.jpg");
	background-repeat: no-repeat;
	background-position: right center;
}
.title_bg4{
	background-image: url("../../img/title_bg4.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #2A1A0D;
}

strong {
font-weight: normal ;
}

em {
	font-style: normal;
}