body {
	font-size			: 10pt;
	font-family			: "MS UI Gothic","Verdana","sans-serif";
	cursor				: crosshair;
	background-color	: #FFFFFF;
	color				: #555555;
	line-height			: 13pt;
	scrollbar-base-color	  : #8899EE;
	scrollbar-face-color	  : #6677AA;
	scrollbar-track-color	  : #FFFFFF;
	scrollbar-arrow-color	  : #FFFFFF;
	scrollbar-shadow-color	  : #FFFFFF;
	scrollbar-highlight-color : #FFFFFF;
	text-autospace			  : ideograph-numeric ideograph-alpha ideograph-parenthesis;
	margin			  : 0px 0px 5px 0px;
}

td {
	font-size			: 10pt;
	font-family			: "MS UI Gothic","Verdana","sans-serif";
	cursor				: crosshair;
	line-height			: 13pt;
}

a:link {
	color		: #666666;
	text-decoration	: none;
}

a:visited {
	color		: #666666;
	text-decoration	: none;
}

a:active {
	color		: #ff3399;
	text-decoration	: none;
}

a:hover {
	color		: #7777ff;
	position	: relative;
	top			: 1px;
	left		: 1px;
	text-decoration	: none;
}

input,textarea,select,button {
	font-size       : 9pt;
	color			: #555555;
	background-color: #eeeeee;
	border          : 1px solid #000000;
}


#menu {
	float	: left;
	width	: 200px;
	margin	: 5px;

}

#main {
	margin-top	: 15px;
	margin-left	: 215px;
}

#footer {
	clear: left;
}




.bio_graph {
	font-size	: 9pt;
	line-height	: 10pt;

}

.bio_graph tr td {
	font-size	: 5pt;
	line-height	: 5pt;

}


.fortune_info {
	font-size	: 8pt;
	line-height	: 10pt;

}


.fortune_title {
	padding			: 5px 5px 5px 5px;
	margin			: 5px 5px 5px 0px;
	background-color: #ffffff;
	width			: 300px;
	border-style	: solid;
	border-width	: 0px 0px 1px 1px;
	border-color	: #0099FF;
	font-weight		: bold;
}

