/* ################################ */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	background-color:#FCFCF5;
	color:#000;
	line-height:150%;
}
table{
	font-size:100%;
}
td{
	border: 1px dashed #ccc;
}
/*
*/
/* ################################ */

/* ################################ */
#introduction{
	margin-left:20px;
	margin-right:20px;
}
#introduction img{
	float:right;
	clear:both;
/*
	clear:both;
	clear:bottom;
*/
}
#introduction p{
	display:block;
	font-size:100%;
	overflow:hidden;
}
#introduction .date,
#introduction hr{
	display:none;
}
/* ################################ */
h3{
	color:#48A72A;
	color:#A28E5C;
}
h4{
	font-size:13px;
}
h5{
	font-size:12px;
}
/* ################################ */

/* ################################ */

a{
	cursor:pointer;
}
a:link{
	color:#900 !important;
}
a:visited{
	color:#900 !important;
}

a:hover{
	color:#9F3;
	color:#c01d1e !important;
	text-decoration:none;
}

a img{
	border:2px solid #00F;
}

/*
b,strong{
	color: #E56600 !important;
}
*/