/* CSS Basic Style ---------------------------------------------------------- */
body {
	margin: 0px;
	background-color: #efefef;
}
a:link ,  a:active {
	color: #3B425F;
	text-decoration: underline;
}
a:visited {
	color: #3B425F;
	text-decoration: underline;
}
a:hover {
	color: #3333CC;
	text-decoration: none;
}
address {
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.ins{
margin-top:5px;
}

.margint_top5{
	margin-top: 5px;
}
.margint_5{
	margin-bottom: 5px;
}
.margint_10{
	margin-bottom: 10px;
}
.margint_15{
	margin-bottom: 15px;
}
.margint_20{
	margin-bottom: 20px;
}
.margint_25{
	margin-bottom: 25px;
}
.margint_30{
	margin-bottom: 30px;
}
.margint_top20{
	margin-top: 20px;
}
.margint_bttop{
	padding: 0px 20px 3px 0px;
}
.txt_10 {
	font-size: 10px;
	line-height: 1.5em;
}
.txt_10_white {
	font-size: 10px;
	line-height: 1.5em;
	color: #FFFFFF;
}
.txt_10_gray {
	font-size: 10px;
	line-height: 1.5em;
	color: #666666;
}
.txt_10_orange {
	font-size: 10px;
	line-height: 1.5em;
	color: #FF6600;
}
.txt_12 {
	font-size: 12px;
	line-height: 1.5em;
	color: #555555;
}
.txt_12_white {
	font-size: 12px;
	line-height: 1.5em;
	color: #FFFFFF;
}
.txt_12_gray {
	font-size: 12px;
	line-height: 1.5em;
	color: #666666;
}
.txt_12_orange {
	font-size: 12px;
	line-height: 1.5em;
	color: #FF6600;
}
.txt_12_blue {
	font-size: 12px;
	color: #3B425F;
	line-height: 1.5em;
}
.txt_12_b {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}
.txt_12_b_white {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
}
#footer_12_white {
	font-size: 12px;
	line-height: 1.5em;
	color: #FFFFFF;
}

#footer_12_white a:link{
	color: #FFFFFF;
}

#footer_12_white a:active{
	color: #FFFFCC;
}

#footer_12_white a:visited{
	color: #FFFFFF;
}

#footer_12_white a:hover{
	color: #eeeeee;
}


.txt_14 {
	font-size: 14px;
	line-height: 1.5em;
	color: #111111;
}
.txt_14_white {
	font-size: 14px;
	line-height: 1.5em;
	color: #FFFFFF;
}
.txt_14_blue {
	font-size: 14px;
	color: #003366;
	line-height: 1.5em;
}
.txt_14_orange {
	font-size: 14px;
	color: #FF6600;
	line-height: 1.5em;
}
.txt_14_under {
	font-size: 14px;
	line-height: 1.5em;
	color: #666666;
	text-decoration: underline;
}
.txt_14_b {
	font-size: 14px;
	line-height: 1.5em;
  font-weight: bold;
}
/*
--------------------------------------------------------------------------------
 END OF CSS
--------------------------------------------------------------------------------
*/
