a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #669999;
}
a:active {
	text-decoration: none;
}


html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.titJAA {
	font-family: "Arial Rounded MT Bold","Comic Sans MS", "Arial Black" ;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #003333;
}

.tit1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-indent: 0;
}

p {
	text-indent: 30px;

}

.ass {
	text-indent: 0px;
	text-align:center;
}

.mnu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#B1C789;
}

.mnu a {
	/*float:left;*/
	width: 7em;
	padding: 5px 0;
	text-decoration:none;
	/*background: #D2E3AC;*/ 
	background-color: #B1C789;
	color: #333333
}
.mnu a:hover {
	/*background: #8DBD43;*/ 
	background-color: #009933;
	color: #FFFFFF;
	width: 7em;
}

.depo {
	background-color: #FFFFCC;
	margin: 10px;
	padding: 10px;
	border: thin solid #FF9900;
}

