body {
	font-variant:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}

table {
	background-color: #F0F0F0;
	color: #000000;
}

th {
	color: purple;
	font-style: italic;
	font-weight: 400;
}
tr {
	font-weight: 400;
}
td {
	color: black;
	font-style: normal;
	font-size: 12px;
}
a:link { 
	text-decoration:none;
	color:#0033FF;
	}
a:visited {
	text-decoration:none;
	color:#FF0000
	}
a:hover {
	font-weight:bold;
	}
a:active {  } 
.meun_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	color: #0066FF;
	text-decoration: none;
}
.note_red {
	font-size: 10px;
	font-style: normal;
	color: #FF0000;
}
.big_red {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.big_bold {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

