/************************************** background */
body {
	background-color:#ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/************************************** cell bgcolor */
.common {
	background: #3592B9;
	font-size: 12pt; 
	color: #ffffff; 
	line-height: 1.5em;
}

.white {
	background: #ffffff;
}

.small {
	background: #3592B9;
	font-size: 9pt; 
	color: #ffffff; 
	line-height: 1.5em;
}

.big {
	background: #3592B9;
	font-size: 14pt; 
	color: #ffffff; 
	line-height: 1.5em;
}

/************************************** link */
a:link {
	font-size: 11pt; 
	color: #ffffff; 
	text-decoration: none;
	line-height: 1.5em;
}

a:active {
	font-size: 11pt; 
	color: #ffffff; 
	text-decoration: none;
	line-height: 1.5em;
}

a:visited {
	font-size: 11pt; 
	color: #ffffff; 
	text-decoration: none;
	line-height: 1.5em;
}

a:hover {
	font-size: 11pt; 
	color: #ffffff; 
	text-decoration: underline;
	line-height: 1.5em;
}


/************************************** font */
.nor {
	font-size: 13px; 
	color: #666666; 
	line-height: 1.5em;
}

pre {
	font-size: 10pt; 
	color: #ffffff; 
	line-height: 1.5em;
}


strong {
	font-size: 16pt; 
	color: #ffffff; 
	font-weight: bold;
	line-height: 1.5em;
}

h1 {
	font-size: 18pt; 
	color: #ffffff; 
	font-weight: bold;
	line-height: 1.5em;
}

h2 {
	font-size: 14pt; 
	color: #ffffff; 
	font-weight: bold;
	line-height: 1.5em;
}
