	/* GENERAL fonts */
	BODY {
	background-color: #F8F8FF;
	margin-left: 0px;
	margin-bottom: 18px;
	margin-right: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top : 10;
	/*background : #FFE4E1;
	*/
}
	
	P, OL, UL, DIV, H1, H2 {
		font-family: verdana, arial;
		font-size: 11px;
	}

TABLE {
		/*background-color: #ffffff;*/
		border: 0px;
	}

TD {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 20px;
		padding: 5px;
		border-bottom : medium solid #FFFee2;
		/*background-color: #DEE2E3;
	*/
		text-align : left;
	}
.navi {
	color: Green;
	font-size: 1.05em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	#margin-top : 2px;
	#background : #FFCE63;
	background: #fffba7;

	#border-bottom : medium solid #FFFee2;
}
.navi_active {
	color: Green;
	font-weight: bold;
	font-size: 1.05em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	#margin-top : 2px;
	background : #FFCE63;

	#border-bottom : medium solid #FFFee2;
}

.content {
	color: #003100;
	font-size: 100%;
	font-family: Verdana;
	text-decoration: none;
	background-color : #fffee2;
	margin-right : 20px;
	margin-bottom : 3%;
	margin-top : 3%;
}
	