/* CSS Document */

/* page property */
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#CC3300;
}
span a:link {
	text-decoration: none;
	color: #FFFFFF;
}
span a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
span a:hover {
	text-decoration: underline;
	color:#FFFF00;
}
a:active {
	text-decoration: none;
}
span a:hover {
	text-decoration: underline;
	color:#FFFFFF;
}

/* font size */

.small {
	font-size: smaller;
}


/* font color */


.white {
	color: #FFFFFF;
}



/* font decoration */

sub {
	font-size: smaller;
}

sup {
	font-size: smaller;
}



/* pagelayout  */


h4 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-weight: bold;
	color: #000000;
}
.update {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6699CC;
	text-align:right;
	margin-right:10px;
}