html, body, div, form {
margin: 0px;
padding: 0px;
}

/***********************************************/ 
.text1 {
	font-size: 12px;
	color: #000000;
	line-height: 120%;
	font-weight: normal;
	letter-spacing: 0.05em;
}
.text1_hi {
	font-size: 12px;
	color: #000000;
	line-height: 120%;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: right;
}
.text2 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.text2_grey {
	font-size: 11px;
	font-weight: bold;
	color: #CCCCCC;
}
.text3 {
	font-size: 10px;
	color: #000000;
	line-height: 120%;
	font-weight: normal;
	letter-spacing: 0.05em;
}

.text4 {
	font-size: 10px;
	color: #3334FF;
	line-height: 120%;
	font-weight: normal;
	letter-spacing: 0.05em;
}
.text5 {
	font-size: 10px;
}
.text5 a {
	font-size: 10px;
}
/***********************************************/ 
.divider {
	background-color: #CCCCCC;
}
.footer {
	background-color: #CCCCCC;
	padding: 5px;
	font-size: 12px;
	text-align: center;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

/***********************************************/ 
a.url:link {
		color : #3334FF;
		font-size:9pt;
		font-family: Osaka;
		text-decoration: none;
		}
				
a.url:link {
		color : #3334FF;
		font-size:9pt;
		font-family: Osaka;
	
		text-decoration: none;
		}

a.url:visited {
		color : #3334FF;
		font-size:9pt;
		font-family: Osaka;
		
		text-decoration: none;
		}

a.url:hover {
		color : #3334FF;
		font-size:9pt;
		font-family: Osaka;
		
		text-decoration: underline;
		}		
