@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #864a25;
	}

.pil 			 { color: #f00b00; font-size: 11px; font-weight: bold; }

.bold 			 { font-weight: bold; font-size: 11px; }

.txt 			 { color: #864a25; font-family: Arial, Helvetica, sans-serif; font-size: 11px; }


a.linkmain 			 {
	font-size: 11px;
	color: #864a25;
	text-decoration: none;
	font-weight: bold;
}
a.linkmain:visited {	 color: #864a25; }
a.linkmain:hover 	 {  text-decoration: none; color: #864a25; font-weight: bold;}

