@charset "UTF-8";
/* CSS Document */

.one-half, .one-third, .two-third, .one-fourth, .three-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth {
		float:left;
		margin-right:3%;
		overflow:visible;
		position:relative;
	}
	.one-half { width:48.5%; }
	.one-third { width:31.33%; }
	.one-fourth { width:21%; }
	.two-third { width:65.66%; }
	.last {
		margin-right:0 !important;
		clear:right;
	}
	
	.clear { clear: both; }
	
	.text01 {
	font-size: 24pt;
	color: #eac444;
	font-family: Times New Roman, "Times", serif;
	letter-spacing: 1pt;
}

	.text02 {
	color: #eac444;
	letter-spacing: 1pt;
}


.right01 {
	float: right;
	padding: 0px;
}

a:link {
	color: #eac444;
	text-decoration: none;
}
a:visited {
	color: #eac444;
	text-decoration: none;
}
a:hover {
	color: #585857;
	text-decoration: none;
}
a:active {
	color: #585857;
	text-decoration: none;
}
