body {
	margin: 0px;
	padding: 0px;
}
.bgr {
	background-attachment: fixed;
	background-image: url(../img/index_06.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bgminisilk {
	background-attachment: fixed;
	background-image: url(../img/minisilk_r14_c2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*box*/

.txtbox01 {
	height: 200px;
	width: 270px;
	position: absolute;
	z-index: auto;	
}

.txtbox02 {
	position: absolute;
	z-index: auto;
	height: 169px;
	width: 100px;
}

.txtbox03 {
	position: absolute;
	z-index: auto;
	height: 169px;
	width: 350px;
}

.txtbox04 {
	position: absolute;
	z-index: auto;
	width: 615px;
	height: 38px;
}

.txtbox05 {
	position: absolute;
	z-index: auto;
	width: 615px;
}

.imgright {
	margin: 10px 0px 10px 10px;
	float: right;
}

/*text*/

.txt01 {
	font-size: 12px;
	color: #52547B;
	line-height: 20px;
}

.txt02 {
	font-size: 12px;
	color: #544203;
	line-height: 20px;
}

.txt03 {
	font-size: 12px;
	color: #570002;
	line-height: 20px;
}

.txt_tagline {
	font-size: 14px;
	text-transform: none;
	color: #49517C;
	font-weight: bold;
}

/*link*/

#a:link,#a:visited {color: #FFFFFF;text-decoration: none;}
#a:hover,#a:active  {color: #FFFFFF;text-decoration: underline;}

#b:link,#b:visited {color: #52547B;text-decoration: none;}
#b:hover,#b:active  {color: #52547B;text-decoration: underline;}


/*menu*/

.menu{
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 12px;
	color: #FFFFFF;
}

/*color*/

.bordercolor{color: #52547B;}