A:Link, A:Active, A:Visited {
	cursor: help;
	text-decoration:none;
	color: #c68b25;
	font-family: Times;
	font-size: 11px;
	letter-spacing : 2px;
}

A:hover	{
	cursor: help;
	text-decoration:none;
	color: #5b3e16;
	font-family: Times;
	font-size: 11px;
	letter-spacing : 2px;
}


body, table {
	background-color:#bfd08a;
	font-size: 11px;
	font-family: Tahoma;
	color:#455026;
	text-align : justify;
	margin : 0px 0px 0px 0px;
}



#navi A  {
	cursor: help;
	text-decoration:none;
	color: #e84d42;
	font-family: Times;
	font-size: 12px;
	letter-spacing : 2px;
	font-style : italic;
}

#navi A:hover {
	cursor: help;
	text-decoration: line-through;
	color: #e84d42;
	font-family: Times;
	font-size: 12px;
	letter-spacing : 2px;
	font-style : italic;

}




h1 {
	font-size: 15px;
	font-family: Georgia, Trebuchet MS, Arial, Verdana, Sans-Serif;
	font-weight: bold;
	color:#fff7ac;
	letter-spacing : 2px;
	font-variant : small-caps;
	text-align : right;
}

h2 {
	font-size: 8px;
	font-family: Times, Helvetica, sans-serif;
	font-weight: bold;
	color:#5b3e16;
	letter-spacing : 4px;
	margin-top : -16px;
	padding-right : 35px;
	text-align : right;
}


h3 {
	font-style : italic;
	letter-spacing : 2px;
	font-size : 11px;
	font-family: Tahoma;
	border-right : 5px solid #455026;
	text-align : right;
	padding-right : 5px;
}

input, textarea, option, select {
	background-color: #bfd08a;
	font: 11px Tahoma;
	color: #5b3e16;
	border: 1px solid #455026;
	letter-spacing : 1px;
}