body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a.navi_link {
  font-family: Trebuchet, Verdana, Arial, sans-serif;
  font-size: 10px;  
  color: #333333;
  font-weight : bold;
  text-decoration : underline; 
}
a.navi_link2 {
  font-family: Trebuchet, Verdana, Arial, sans-serif;
  font-size: 10px;  
  color: #333333;
  font-weight : bold; 
  text-decoration : none; 
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.background1 {
	background-color: #EFE9C7;
	border: 1px solid #000000;
	color: black;
}
.background2 {
	background-color: #E6C67B;
   	border: 1px solid #511B00;
	color: black;
}
.background3 {
	background-color: #CCB48E;
   	border: 1px solid #000000;
	color: black;
}
.background4 {
	background-color: #F9EAAC;
	border: 1px solid #000000;
	color: black;
}
.background5 {
	background-color: #C8D7B3;
   	border: 1px solid #000000;
	color: black;
}
.background6 {
	background-color: #E7BC12;
   	border: 1px solid #000000;
	color: black;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
}

.bigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}

